diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d13772..8839f9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +1,4 @@ -"use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; @@ -9,101 +8,31 @@ import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; export default function HomePage() { - const navItems = [ - { name: "Home", id: "hero" }, - { name: "Tables", id: "tables" }, - { name: "Reviews", id: "reviews" }, - { name: "Contact", id: "contact" } - ]; + const navItems = [{ name: 'Home', id: '#hero' }, { name: 'Tables', id: '#tables' }, { name: 'Reviews', id: '#reviews' }]; return ( - +
- +
- +
- +
- +
- +
); -} \ No newline at end of file +}