diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f57ddd8..8e1f481 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -30,7 +30,7 @@ export default function ContactPage() { { name: "Features", id: "#features" }, { name: "Testimonials", id: "#testimonials" }, { name: "FAQ", id: "#faq" }, - { name: "Contact", href: "/contact" } + { name: "Contact", id: "/contact" } ]} button={{ text: "Order Now", href: "/contact" }} brandName="Yummy Treat Cafe" @@ -46,6 +46,7 @@ export default function ContactPage() { buttonText="Submit Message" onSubmit={(data) => console.log('Form submitted:', data)} centered={true} + useInvertedBackground={false} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 0827b53..319b475 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { { name: "FAQ", id: "#faq"}, { - name: "Contact", href: "/contact"}, + name: "Contact", id: "/contact"}, ]} button={{ text: "Order Now", href: "/contact"}}