From 7d2984f0281b3a39b45d233b60b9bcd6a79b60da Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:51:18 +0000 Subject: [PATCH 1/2] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 115 ++++++++++-------------------------------- 1 file changed, 27 insertions(+), 88 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 96d3148..7cd2fc1 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -23,7 +23,7 @@ export default function MenuPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -42,8 +42,8 @@ export default function MenuPage() { title="Complete Menu" description="Explore our carefully curated selection of authentic and contemporary dishes. From traditional Indian flavors to Indo-Chinese specialties, find your favorite at Royal Cafe & Dining." tag="🍽️ Quality • Flavor • Tradition" - background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg?_wi=2" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg" imageAlt="Royal Cafe & Dining menu showcase" buttons={[ { text: "Order Now", href: "https://www.swiggy.com" }, @@ -59,32 +59,14 @@ export default function MenuPage() { tag="Star Dishes" products={[ { - id: "bamboo-biryani", - name: "Bamboo Biryani", - price: "₹450 - ₹550", - variant: "Veg • Non-Veg • Special", - imageSrc: - "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition-with-copy-space_23-2148821532.jpg?_wi=2", - imageAlt: "Bamboo Biryani signature dish", - }, + id: "bamboo-biryani", name: "Bamboo Biryani", price: "₹450 - ₹550", variant: "Veg • Non-Veg • Special", imageSrc: + "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition-with-copy-space_23-2148821532.jpg", imageAlt: "Bamboo Biryani signature dish"}, { - id: "tandoori-platter", - name: "RCD Special Tandoori Platter", - price: "₹650 - ₹850", - variant: "Mixed • Veg • Non-Veg", - imageSrc: - "http://img.b2bpic.net/free-photo/adana-kebab-served-with-flatbread-grilled-pepper-tomato-caramelized-onion_140725-2466.jpg?_wi=2", - imageAlt: "Special Tandoori Platter", - }, + id: "tandoori-platter", name: "RCD Special Tandoori Platter", price: "₹650 - ₹850", variant: "Mixed • Veg • Non-Veg", imageSrc: + "http://img.b2bpic.net/free-photo/adana-kebab-served-with-flatbread-grilled-pepper-tomato-caramelized-onion_140725-2466.jpg", imageAlt: "Special Tandoori Platter"}, { - id: "gallery-1", - name: "Royal Curry Selection", - price: "₹380 - ₹520", - variant: "Mild • Medium • Spicy", - imageSrc: - "http://img.b2bpic.net/free-photo/salad-with-tomatoes-cabbage-greens-nuts-prepared-with-sauce_140725-8043.jpg?_wi=2", - imageAlt: "Royal Curry Selection", - }, + id: "gallery-1", name: "Royal Curry Selection", price: "₹380 - ₹520", variant: "Mild • Medium • Spicy", imageSrc: + "http://img.b2bpic.net/free-photo/salad-with-tomatoes-cabbage-greens-nuts-prepared-with-sauce_140725-8043.jpg", imageAlt: "Royal Curry Selection"}, ]} textboxLayout="default" gridVariant="three-columns-all-equal-width" @@ -100,32 +82,14 @@ export default function MenuPage() { tag="Starter Selection" products={[ { - id: "veg-manchurian", - name: "Veg Manchurian", - price: "₹320 - ₹420", - variant: "Dry • Gravy • Combo", - imageSrc: - "http://img.b2bpic.net/free-photo/flat-lay-italian-food-composition-with-copyspace_23-2148202574.jpg?_wi=2", - imageAlt: "Veg Manchurian appetizer", - }, + id: "veg-manchurian", name: "Veg Manchurian", price: "₹320 - ₹420", variant: "Dry • Gravy • Combo", imageSrc: + "http://img.b2bpic.net/free-photo/flat-lay-italian-food-composition-with-copyspace_23-2148202574.jpg", imageAlt: "Veg Manchurian appetizer"}, { - id: "hakka-noodles", - name: "Hakka Noodles", - price: "₹280 - ₹380", - variant: "Veg • Non-Veg • Combo", - imageSrc: - "http://img.b2bpic.net/free-photo/bowl-noodles-with-assortment-asian-food_23-2148382870.jpg?_wi=2", - imageAlt: "Hakka Noodles indo-chinese", - }, + id: "hakka-noodles", name: "Hakka Noodles", price: "₹280 - ₹380", variant: "Veg • Non-Veg • Combo", imageSrc: + "http://img.b2bpic.net/free-photo/bowl-noodles-with-assortment-asian-food_23-2148382870.jpg", imageAlt: "Hakka Noodles indo-chinese"}, { - id: "gallery-4", - name: "Chef's Sampler", - price: "₹250 - ₹350", - variant: "Mixed • Veg • Non-Veg", - imageSrc: - "http://img.b2bpic.net/free-photo/director-restaurant-is-giving-work-instructions-waitresses_8353-10554.jpg?_wi=2", - imageAlt: "Chef's Sampler", - }, + id: "gallery-4", name: "Chef's Sampler", price: "₹250 - ₹350", variant: "Mixed • Veg • Non-Veg", imageSrc: + "http://img.b2bpic.net/free-photo/director-restaurant-is-giving-work-instructions-waitresses_8353-10554.jpg", imageAlt: "Chef's Sampler"}, ]} textboxLayout="default" gridVariant="three-columns-all-equal-width" @@ -141,32 +105,14 @@ export default function MenuPage() { tag="Sweet Treats" products={[ { - id: "chocolate-brownie", - name: "Chocolate Brownie", - price: "₹180 - ₹280", - variant: "Plain • With Ice Cream", - imageSrc: - "http://img.b2bpic.net/free-photo/dessert-black-forest-with-cherry-side-view_140725-11375.jpg?_wi=2", - imageAlt: "Chocolate Brownie dessert", - }, + id: "chocolate-brownie", name: "Chocolate Brownie", price: "₹180 - ₹280", variant: "Plain • With Ice Cream", imageSrc: + "http://img.b2bpic.net/free-photo/dessert-black-forest-with-cherry-side-view_140725-11375.jpg", imageAlt: "Chocolate Brownie dessert"}, { - id: "gallery-3", - name: "Premium Desserts", - price: "₹220 - ₹320", - variant: "Various • Seasonal", - imageSrc: - "http://img.b2bpic.net/free-photo/slice-caramel-cake-wooden-platter_114579-18500.jpg?_wi=2", - imageAlt: "Premium Dessert Collection", - }, + id: "gallery-3", name: "Premium Desserts", price: "₹220 - ₹320", variant: "Various • Seasonal", imageSrc: + "http://img.b2bpic.net/free-photo/slice-caramel-cake-wooden-platter_114579-18500.jpg", imageAlt: "Premium Dessert Collection"}, { - id: "gallery-2", - name: "Ice Cream Specials", - price: "₹150 - ₹250", - variant: "Various Flavors • Sundaes", - imageSrc: - "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg?_wi=2", - imageAlt: "Ice Cream Specials", - }, + id: "gallery-2", name: "Ice Cream Specials", price: "₹150 - ₹250", variant: "Various Flavors • Sundaes", imageSrc: + "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg", imageAlt: "Ice Cream Specials"}, ]} textboxLayout="default" gridVariant="three-columns-all-equal-width" @@ -177,14 +123,13 @@ export default function MenuPage() {