From 1cc537bdd7a713c6e508c9c68a40bb8e681eaaba Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 15:31:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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() {
-
@@ -158,4 +158,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1