diff --git a/src/app/page.tsx b/src/app/page.tsx index ac65e75..0b2b489 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 FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; @@ -61,19 +61,19 @@ export default function LandingPage() {