From d954e0003d42bdd57f22ce5268266e9052dab030 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 16:27:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 275 +++++++---------------------------------------- 1 file changed, 40 insertions(+), 235 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76ec485..d11b09b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Sparkles } from "lucide-react"; +import { Sparkles, Mail, Headphones, ShieldCheck, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -32,21 +31,13 @@ export default function LandingPage() { @@ -55,19 +46,14 @@ export default function LandingPage() {
-
- -
- -
- -
-
-
-
); -} +} \ No newline at end of file