Update src/app/page.tsx

This commit is contained in:
2026-02-25 00:24:01 +00:00
parent 5c0d4721aa
commit f94a409d4b

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -30,10 +30,12 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
brandName="Brew Haven"
navItems={[
{ name: "Home", id: "hero" },
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Menu", id: "products" },
{ name: "Reviews", id: "testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "contact" }
]}
button={{
@@ -232,7 +234,7 @@ export default function LandingPage() {
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#" },
{ label: "Sustainability", href: "#" },
{ label: "Blog", href: "#" }
{ label: "Blog", href: "/blog" }
]
},
{