From 5ce466e8744abf561e36b2a4c5630e568c95fa73 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 08:13:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 207 ++++------------------------------------------- 1 file changed, 16 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e6dfec0..be34d9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,16 +3,10 @@ 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 { MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -32,14 +26,8 @@ export default function LandingPage() {