From 845418e3536bcc0cf470d6a5dbcfd454b4e00f6b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:16:14 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 312 +++++++++++++++++++++++++++++++---------------- 1 file changed, 205 insertions(+), 107 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 327ac2e..aed2e30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroCentered from '@/components/sections/hero/HeroCentered'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Instagram, Leaf, Moon, Star, Gift, Users } from "lucide-react"; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Instagram, Leaf, Moon, Star, Waves } from "lucide-react"; export default function LandingPage() { return ( @@ -27,118 +29,214 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
+ +
+ +
);