Update src/app/blog/page.tsx
This commit is contained in:
@@ -9,8 +9,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|||||||
|
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Blog", id: "/blog" },
|
{ name: "About Us", id: "/#about-us" },
|
||||||
{ name: "Shop", id: "/shop" },
|
|
||||||
{ name: "Contact", id: "/#contact-us" },
|
{ name: "Contact", id: "/#contact-us" },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user