From 809b9293855a6639db20522ca113dd1dd2e9c1a0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 13:41:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 571 +++++++++++++++++++---------------------------- 1 file changed, 226 insertions(+), 345 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1bb6cf..3a09cae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,366 +2,247 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; +import FooterCard from "@/components/sections/footer/FooterCard"; +import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; +import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; +import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; +import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import { Facebook, Instagram } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1