From 5e3607b8e7fbed179959e4e4e7cfb3d54cc9b79a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 08:00:51 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ad543e6..8794077 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -28,9 +28,9 @@ export default function ContactUsPage() { { name: "Work", id: "work" }, { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Gallery", href: "/gallery" }, - { name: "Contact", href: "/contact" }, - { name: "Book Now", href: "/booking" } + { name: "Gallery", id: "/gallery" }, + { name: "Contact", id: "/contact" }, + { name: "Book Now", id: "/booking" } ]} button={{ text: "Get Started", href: "/contact" }} /> @@ -39,11 +39,12 @@ export default function ContactUsPage() { description="Have a question or want to book an appointment? Fill out the form below and we'll get back to you shortly." tag="Contact Us" buttonText="Send Message" + useInvertedBackground={false} />