diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bfed97..e583294 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,13 +1,14 @@ import { CallToAction } from '@/components/CallToAction' import { Faqs } from '@/components/Faqs' import { Footer } from '@/components/Footer' -import { HomeAbout } from '@/components/HomeAbout' -import { Hero } from '@/components/Hero' -import { HomePrinciples } from '@/components/HomePrinciples' -import { HomeMilestones } from '@/components/HomeMilestones' -import { HomeVentures } from '@/components/HomeVentures' +import { HomeAbout } from '@/components/home/HomeAbout' +import { Hero } from '@/components/home/Hero' +import { HomePrinciples } from '@/components/home/HomePrinciples' +import { HomeMilestones } from '@/components/home/HomeMilestones' +import { HomeVentures } from '@/components/home/HomeVentures' import { Quote } from '@/components/Quote' -import { HomeStickyHeader } from '@/components/HomeStickyHeader' +import { HomeStickyHeader } from '@/components/home/HomeStickyHeader' +import { FadeInOnView } from '@/components/UI/FadeInOnView' export default function Home() { return ( @@ -17,13 +18,34 @@ export default function Home() {
- - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + +