From da2d634cc4ab556610ebd2dcd3aca42d2073db60 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:25:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 320 ++++++++++++++++++++++++++++------------------- 1 file changed, 189 insertions(+), 131 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a5bafd0..bd5b171 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,9 +4,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; @@ -27,142 +27,200 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file