From da6f641a815989ce6ef890e6729f79fdccf759b1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 14:58:01 +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 4b4ab46..43b9fe4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -34,6 +34,7 @@ export default function ContactPage() { brandName="AFLA SACHET WATER" navItems={[ { name: "Services", id: "/#services" }, + { name: "Wholesale", id: "/#wholesale-pricing" }, { name: "About", id: "/#about" }, { name: "Testimonials", id: "/#testimonials" }, { name: "Contact", id: "/contact" } @@ -117,4 +118,4 @@ export default function ContactPage() { ); -} +} \ No newline at end of file