Update src/app/blog/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user