From f3a0e7957d142d83d83650a6a58edc0c44e5a615 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:53:22 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 53 +++++++++++++++++++++++++++--------------- 1 file changed, 34 insertions(+), 19 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8c23d01..9a30974 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,17 +8,30 @@ import SplitAbout from '@/components/sections/about/SplitAbout'; export default function AboutPage() { return ( - + - + - + ); -} +} \ No newline at end of file -- 2.49.1 From b6b399263c9731dafd4ca2a59d81b8ccabfe98f6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:53:23 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 54 ++++++++++++++++++++++++++-------------- 1 file changed, 35 insertions(+), 19 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 06f72cf..8269e62 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,33 +8,49 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; export default function ContactPage() { return ( - + - + - + ); -} +} \ No newline at end of file -- 2.49.1 From 78eddb7cb9dafe30bcc32de4be8a699cb39a0d9e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:53:23 +0000 Subject: [PATCH 3/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 54 ++++++++++++++++++++++++++-------------- 1 file changed, 35 insertions(+), 19 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index b3a204c..bfa6dec 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -8,23 +8,37 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; export default function GalleryPage() { return ( - + - + - + ); -} +} \ No newline at end of file -- 2.49.1 From ccf954c0141001f117642e0ac5b548adeca93274 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:53:24 +0000 Subject: [PATCH 4/5] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 59 +++++++++++++++++++++++++------------------ 1 file changed, 34 insertions(+), 25 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 5389ad1..d8ed68c 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -19,19 +19,32 @@ export default function MenuPage() { const [activeCategory, setActiveCategory] = useState("burgers"); return ( - + - +

Our Menu

@@ -59,19 +72,15 @@ export default function MenuPage() {
- - -
- - Order Now - + -- 2.49.1 From 13dc36b3fe76ac204040f9a7dc56520d60431593 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:53:24 +0000 Subject: [PATCH 5/5] Update src/app/order/page.tsx --- src/app/order/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index a169edc..5dc6d47 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -49,6 +49,7 @@ export default function OrderPage() { { id: "p4", name: "Creamy Milkshake", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/cacao-milkshake-topped-with-colourful-sprinkles-ice-cream-oreo_140725-8264.jpg", priceButtonProps: { onClick: () => window.open('https://wa.me/1234567890?text=I%20would%20like%20to%20order%20the%20Creamy%20Milkshake') } }, ]} textboxLayout="default" + useInvertedBackground={false} />
-- 2.49.1