diff --git a/src/app/page.tsx b/src/app/page.tsx index e75c3c4..63ec0f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import { SecondaryFeatures } from '@/components/SecondaryFeatures' import { Testimonials } from '@/components/Testimonials' import { HomePrinciples } from '@/components/HomePrinciples' import { HomeMilestones } from '@/components/HomeMilestones' +import { HomeVentures } from '@/components/HomeVentures' export default function Home() { return ( @@ -20,10 +21,8 @@ export default function Home() { - + - -