Update src/app/blog/page.tsx
This commit is contained in:
@@ -28,7 +28,7 @@ export default function BlogPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Fia"
|
brandName="Fia"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Menu", id: "features" },
|
{ name: "Menu", id: "features" },
|
||||||
{ name: "Stories", id: "testimonial" },
|
{ name: "Stories", id: "testimonial" },
|
||||||
|
|||||||
Reference in New Issue
Block a user