From b9f5ce670185787736d430ce13801d106f47064f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:10:25 +0000 Subject: [PATCH 1/3] 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 f34786d..df6a517 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -37,6 +37,7 @@ export default function ContactPage() { title="Visit Aether Cafe" description="We are located in the heart of Indushpur. Swing by for fresh bites or reach out with your questions!" background={{ variant: "plain" }} + useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/waiter-serving-coffee-with-smile_23-2148762744.jpg" onSubmit={(email) => console.log("Form submitted", email)} /> @@ -59,4 +60,4 @@ export default function ContactPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 2cdb3c94c0384b89a234102965b22cfd2455c7df Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:10:25 +0000 Subject: [PATCH 2/3] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index f335f8b..35048f3 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -40,6 +40,7 @@ export default function GalleryPage() { gridVariant="bento-grid" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} features={[ { id: "1", title: "Cozy Vibes", description: "Where every corner feels like home.", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-fried-eggplants-tomatoes-olives-chopped-scallion-sesame-seeds_140725-8039.jpg" }, { id: "2", title: "Freshly Prepared", description: "Our kitchen at work.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg" }, -- 2.49.1 From 8150db1e6e9f5bdffe30f437f983ecf40e82551d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:10:26 +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 cd9188c..fce04d6 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -33,6 +33,7 @@ export default function MenuPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "p1", name: "Veg Momos", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg" }, { id: "p2", name: "Paneer Momos", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg?_wi=1" }, -- 2.49.1