From 503074e4e66c5f71a4010949bae9557baab89b80 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 08:13:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 260 ++++++----------------------------------------- 1 file changed, 33 insertions(+), 227 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e6dfec0..d878cd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { MapPin, ShoppingBag, Users } from "lucide-react"; +import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function LandingPage() { return ( @@ -29,226 +21,40 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - +
); -- 2.49.1