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 ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
);