From c9b053b8856d7bde228cc9046f277c0010305f00 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 16:45:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 37 ++++++++++--------------------------- 1 file changed, 10 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a002d6..94e412e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,3 @@ -'use client'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; @@ -11,54 +10,38 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -const navItems = [ - { name: "Home", id: "/" }, -]; - export default function Page() { return (
- + ({id: i.toString(), imageSrc: "https://picsum.photos/800/600?random=" + i}))} />
- +
- +
- +
- +
- +
- +
- +
); -- 2.49.1