add CTA component to home page, update News with real content and hover effects, adjust Faqs and Quote padding, and add news images

This commit is contained in:
2025-12-05 18:31:12 +01:00
parent 56b0718f9b
commit dacea17a91
13 changed files with 226 additions and 45 deletions

View File

@@ -13,6 +13,7 @@ import { Ventures } from '@/components/home/Ventures'
import { Foundation } from '@/components/home/Foundation'
import { Team } from '@/components/home/Team'
import { News } from '@/components/home/News'
import { CTA } from '@/components/home/CTA'
export default function Home() {
return (
@@ -49,7 +50,7 @@ export default function Home() {
</FadeInOnView>
<FadeInOnView delayMs={500}>
<CallToAction />
<CTA />
</FadeInOnView>
<FadeInOnView delayMs={600}>