Update src/app/blog/page.tsx

This commit is contained in:
2026-02-19 15:27:55 +00:00
parent 1f770ad05c
commit 77a051dcc6

View File

@@ -29,8 +29,7 @@ export default function BlogPage() {
<NavbarStyleApple
brandName="Brew Haven"
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "About", id: "/about" },
{ name: "Menu", id: "products" },
{ name: "Process", id: "features" },
{ name: "Reviews", id: "testimonial" },
@@ -81,4 +80,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}