diff --git a/src/app/page.tsx b/src/app/page.tsx index 486de93..45bc4cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,414 +2,289 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Leaf, Rocket, Share2, Star, Zap } from "lucide-react"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; +import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; +import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import ProductCardFour from "@/components/sections/product/ProductCardFour"; +import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; +import { Award, Leaf, Rocket, Share2, Zap } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);