From bfba32b13c701a8e0dd5ab0d013d4db2a7ed0ec9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 23:25:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 460 ++++++++++++++++++----------------------------- 1 file changed, 178 insertions(+), 282 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64c8c3c..00d74ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,300 +2,196 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; +import HeroLogo from "@/components/sections/hero/HeroLogo"; +import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import ProductCardOne from "@/components/sections/product/ProductCardOne"; +import SplitAbout from "@/components/sections/about/SplitAbout"; +import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1