diff --git a/src/app/page.tsx b/src/app/page.tsx index d5e2459..5781cde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import MediaAbout from '@/components/sections/about/MediaAbout'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; @@ -61,13 +61,17 @@ export default function LandingPage() {
- +
@@ -150,4 +154,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}