From ef33eee0331e5ff3a1ffe8bcf941054a14807b4a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 13:55:37 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 5e71296..cd85f2d 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -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" }, ], },