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}
/>