Update src/app/blog/page.tsx

This commit is contained in:
2026-02-21 13:09:04 +00:00
parent 9162913132
commit 698654557b

View File

@@ -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" },
]; ];