From 87e1f8f6034c6f2683e893dbde3bc052df1d5da3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 10:25:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 162 +++++++++++++++++++++++++---------------------- 1 file changed, 85 insertions(+), 77 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 664670a..637a990 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { CheckCircle, Heart, Star, Sparkles, Smile, Sun } from "lucide-react"; +import { CheckCircle, Smile, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -29,85 +26,96 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);