diff --git a/src/app/page.tsx b/src/app/page.tsx index 57a4994..3014153 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -29,7 +29,7 @@ export default function LandingPage() { @@ -185,7 +185,7 @@ export default function LandingPage() { columns={[ { title: "Explore", items: [ - { label: "Home", href: "#home" }, + { label: "Home", href: "#hero" }, { label: "Arrangements", href: "#products" }, { label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }