From deb1ff01941f457920534aee2840c903384e236e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 21:31:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 382 +++++++---------------------------------------- 1 file changed, 50 insertions(+), 332 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f9fb98..4be4e02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import { Flame, MapPin, Star } from "lucide-react"; export default function LandingPage() { @@ -32,22 +32,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1