From d2f0992a60daceaba3062da739383680ce0dc3ed Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:55:21 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c453db2..24c4720 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,18 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav export default function AboutPage() { return ( - + Date: Sat, 4 Apr 2026 16:55:21 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4af6766..239e3c5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,18 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav export default function ContactPage() { return ( - + Date: Sat, 4 Apr 2026 16:55:21 +0000 Subject: [PATCH 3/3] 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 be4ed3d..38a244c 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -40,6 +40,7 @@ export default function MenuPage() { textboxLayout="default" title="Our Menu" description="Explore our curated selection of brunch favourites." + useInvertedBackground={false} plans={[ { id: "mains", tag: "Popular", price: "$16 - $24", period: "per plate", description: "Signature brunch mains", button: { text: "View Details" }, -- 2.49.1