From d23a9c7728a1306ae8cc656b5a0877acbd4193b4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 14:07:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 148 ++++++++++++++++++++++++----------------------- 1 file changed, 76 insertions(+), 72 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40c1ca7..5e30bbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,161 +2,165 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import HeroCentered from '@/components/sections/hero/HeroCentered'; import TextAbout from '@/components/sections/about/TextAbout'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function LandingPage() { return (
- + />
- +
- + />
- + />
- + />
- + />
- + />
- + />
- + />