From 62d01b76685a88d3242fdbe73520fba3924bc134 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 00:57:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 424 ++++++----------------------------------------- 1 file changed, 47 insertions(+), 377 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4402a86..2660736 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Droplets, ShieldCheck, Sparkles, ThumbsUp, Truck } from "lucide-react"; export default function LandingPage() { @@ -29,376 +29,88 @@ export default function LandingPage() { >
-
-
- -
- -
-
-
-
@@ -406,15 +118,10 @@ export default function LandingPage() {
@@ -422,49 +129,12 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1