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 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" }, 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" },