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:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user