Update src/app/blog/page.tsx

This commit is contained in:
2026-02-20 08:58:18 +00:00
parent 31d64512b6
commit b0611304dd

View File

@@ -28,7 +28,7 @@ export default function BlogPage() {
<NavbarLayoutFloatingOverlay
brandName="IndoLor"
navItems={[
{ name: "Home", id: "/" },
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Collections", id: "collections" },
{ name: "Services", id: "services" },