diff --git a/src/app/page.tsx b/src/app/page.tsx index 34c6084..3a0ecb6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +1,4 @@ 'use client'; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; @@ -12,134 +11,45 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -export default function HomePage() { +const navItems = [{ name: "Home", id: "/" }]; + +export default function Page() { return ( - +
({ id: `hero-${i}`, imageSrc: "https://picsum.photos/400/600" }))} />
- +
- +
- +
- +
- +
- +
- +
);