diff --git a/src/app/page.tsx b/src/app/page.tsx index d465c5b..ce39d73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,282 +2,93 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; export default function LandingPage() { return (
-
- -
- -
- -
-
-
); -} +} \ No newline at end of file