Update src/app/blog/page.tsx

This commit is contained in:
2026-02-23 13:55:37 +00:00
parent 4c64d32859
commit ef33eee033

View File

@@ -30,6 +30,7 @@ export default function BlogPage() {
brandName="Balka Flowers"
navItems={[
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Shop Now", href: "/shop" }}
@@ -71,7 +72,7 @@ export default function BlogPage() {
},
{
title: "Company", items: [
{ label: "About Us", href: "/#about" },
{ label: "About Us", href: "/about" },
{ label: "Testimonials", href: "/#testimonials" }, { label: "Blog", href: "/blog" },
],
},