Merge version_2 into main #3

Merged
bender merged 3 commits from version_2 into main 2026-03-28 09:10:29 +00:00
3 changed files with 4 additions and 1 deletions

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

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

View File

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