From 4962cd8096fb0085aec61f289418cb70f2ea5caf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 17:00:11 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1f60d1c..2af7c50 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -21,16 +21,18 @@ export default function ContactPage() { headingFontWeight="bold" > - +
- +
); -- 2.49.1 From 520c92bb4a8890c5891415310d0c72b941540f8a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 17:00:12 +0000 Subject: [PATCH 2/2] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 42d5861..c29f2e7 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -41,6 +41,7 @@ export default function MenuPage() { animationType="slide-up" textboxLayout="split" gridVariant="one-large-left-three-stacked-right" + useInvertedBackground={false} products={[ { id: "p1", name: "Signature Lamb Platter", price: "R550", imageSrc: "http://img.b2bpic.net/free-photo/person-s-hand-cutting-grilled-beef-steak-chopping-board-with-knife-fork_23-2147840988.jpg" }, { id: "p2", name: "Shisanyama Mix Grill", price: "R420", imageSrc: "http://img.b2bpic.net/free-photo/sliced-grilled-steak-wooden-board-eggplant-potato-bel-pepper-top-view_141793-4147.jpg" }, -- 2.49.1