From 72076460f9fdd1fc92cf760f11e2720de1bb2908 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 10:21:30 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 357 ++++++----------------------------------------- 1 file changed, 46 insertions(+), 311 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca86d34..664670a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,15 @@ 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 FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; +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 TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import { CheckCircle, Heart, Star, Sparkles, Smile, Sun } from "lucide-react"; export default function LandingPage() { return ( @@ -29,351 +30,85 @@ export default function LandingPage() { >
-
-
- + -
- -
-
- -
- -
-
-
-
- -
-
); -} +} \ No newline at end of file -- 2.49.1 From 650c7e8bae9d79a1e240c3ef9237998739d5a4c3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 10:23:33 +0000 Subject: [PATCH 2/3] 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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From a33330650b9883f1e8bc3476037fe8d9e20921f5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 10:25:42 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 637a990..bbc7daf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,9 +111,7 @@ export default function LandingPage() { -- 2.49.1