Update src/app/blog/page.tsx

This commit is contained in:
2026-02-17 16:53:58 +00:00
parent b082481d90
commit 1173b0979f

View File

@@ -28,7 +28,7 @@ export default function BlogPage() {
<NavbarLayoutFloatingOverlay
brandName="Fia"
navItems={[
{ name: "Home", id: "/" },
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "features" },
{ name: "Stories", id: "testimonial" },