From f1cb56fdac4fa83d65122e0f20653cdfbbefecdf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 13:55:38 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7c5f2a0..d6e804b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,6 +27,7 @@ export default function ContactPage() { brandName="Balka Flowers" navItems={[ { name: "Home", id: "/" }, + { name: "About Us", id: "/about" }, { name: "Contact", id: "/contact" } ]} button={{ text: "Shop Now", href: "/shop" }} @@ -68,7 +69,7 @@ export default function ContactPage() { logoText="Balka Flowers" columns={[ { title: "Shop", items: [{ label: "Bouquets", href: "/shop" }, { label: "Events", href: "/contact" }, { label: "Custom Orders", href: "/contact" }] }, - { title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Testimonials", href: "/#testimonials" }, { label: "Blog", href: "/blog" }] }, + { title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Testimonials", href: "/#testimonials" }, { label: "Blog", href: "/blog" }] }, { title: "Support", items: [{ label: "FAQ", href: "/contact" }, { label: "Contact", href: "/contact" }] }, ]} copyrightText="© 2024 Balka Flowers. All rights reserved."