From 3056b767bbf660bc63ef3ab3da28285de8818e0d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:11:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 252 ++++++++--------------------------------------- 1 file changed, 42 insertions(+), 210 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e699ce..1eaa21b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,11 +5,11 @@ import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Clock, Star, Users, Utensils } from "lucide-react"; export default function LandingPage() { @@ -30,204 +30,69 @@ export default function LandingPage() {
-
-
-
@@ -235,53 +100,20 @@ export default function LandingPage() {
@@ -296,4 +128,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1