diff --git a/src/app/page.tsx b/src/app/page.tsx index eb0e6a7..d5b28ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,12 +2,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { @@ -25,267 +19,15 @@ export default function LandingPage() { headingFontWeight="extrabold" > - - -
- -
-
-
- -
- -
- -
- -
- -
- -
- -
); -} +} \ No newline at end of file