diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b5da41..923023c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; export default function LandingPage() { return ( @@ -25,101 +25,86 @@ export default function LandingPage() { >
-
-
-
- console.log("Setup payment for:", email)} +
); -} +} \ No newline at end of file