From 472ef31192d234ff437c1656532947be86407173 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:14:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 302 ++++++++++++++--------------------------------- 1 file changed, 89 insertions(+), 213 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e215043..b0ac172 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Sparkles } from "lucide-react"; +import { CheckCircle, Sparkles, Home, ShoppingBag, MessageSquare, Info, Star, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -29,219 +27,97 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- - +
); -- 2.49.1