diff --git a/src/app/page.tsx b/src/app/page.tsx index 134cbec..790c4e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,399 +2,147 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import TextAbout from '@/components/sections/about/TextAbout'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroSignup from '@/components/sections/hero/HeroSignup'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);