From 60eb1a58e55ae0b9d2555fa35df25303e035a069 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 00:03:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f27442..054d350 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; @@ -11,7 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { BarChart2, Lightbulb, Target } from "lucide-react"; export default function LandingPage() { @@ -179,20 +179,21 @@ export default function LandingPage() {
-
-
@@ -268,4 +266,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1