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 (
- + />
- +
- + />
- + />
- + />
- + />
- + />
- + />
- + />