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" }, ], },