From 8cce7be6a09fd98ed06c1bd1c5dc904fa3ddb1d2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 07:52:07 +0000 Subject: [PATCH 1/2] 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 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} /> From 08a2591e3c36b5a3dcee0fcdb87574d730c2c28d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 07:52:08 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}}