Update src/app/menu/page.tsx

This commit is contained in:
2026-03-04 14:34:43 +00:00
parent 9f1f56a361
commit 0572f11297

View File

@@ -17,7 +17,7 @@ export default function MenuPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -49,10 +49,10 @@ export default function MenuPage() {
animationType="slide-up"
gridVariant="two-columns-alternating-heights"
products={[
{ id: "1", name: "Signature Biryani", price: "From ৳250", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=3", imageAlt: "Aromatic biryani with fragrant basmati rice" },
{ id: "2", name: "Chicken Popcorn", price: "From ৳180", imageSrc: "http://img.b2bpic.net/free-photo/fried-nuggets-fried-dushbara-with-beer_140725-3762.jpg?_wi=3", imageAlt: "Crispy golden chicken popcorn" },
{ id: "3", name: "খিচুড়ি প্যাকেজ (Khichuri Package)", price: "From ৳220", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish_23-2148728167.jpg?_wi=3", imageAlt: "Traditional khichuri comfort food package" },
{ id: "4", name: "খাসির নলি এবং সাদা পোলাও (Mutton Nali & Sada Pulao)", price: "From ৳320", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=4", imageAlt: "Tender mutton nali with fragrant pulao" }
{ id: "1", name: "Signature Biryani", price: "From ৳250", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg", imageAlt: "Aromatic biryani with fragrant basmati rice" },
{ id: "2", name: "Chicken Popcorn", price: "From ৳180", imageSrc: "http://img.b2bpic.net/free-photo/fried-nuggets-fried-dushbara-with-beer_140725-3762.jpg", imageAlt: "Crispy golden chicken popcorn" },
{ id: "3", name: "খিচুড়ি প্যাকেজ (Khichuri Package)", price: "From ৳220", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish_23-2148728167.jpg", imageAlt: "Traditional khichuri comfort food package" },
{ id: "4", name: "খাসির নলি এবং সাদা পোলাও (Mutton Nali & Sada Pulao)", price: "From ৳320", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg", imageAlt: "Tender mutton nali with fragrant pulao" }
]}
/>
</div>
@@ -68,8 +68,8 @@ export default function MenuPage() {
useInvertedBackground={false}
animationType="slide-up"
metrics={[
{ id: "1", value: "🏪", title: "Dine-In", description: "Visit us for a warm, welcoming dining experience", imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=2", imageAlt: "Dine-in dining area" },
{ id: "2", value: "🎁", title: "Takeaway", description: "Pick up your favorite dishes hot and fresh", imageSrc: "http://img.b2bpic.net/free-photo/male-hands-taking-food-using-smartphone_23-2147826925.jpg?_wi=2", imageAlt: "Takeaway service" }
{ id: "1", value: "🏪", title: "Dine-In", description: "Visit us for a warm, welcoming dining experience", imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg", imageAlt: "Dine-in dining area" },
{ id: "2", value: "🎁", title: "Takeaway", description: "Pick up your favorite dishes hot and fresh", imageSrc: "http://img.b2bpic.net/free-photo/male-hands-taking-food-using-smartphone_23-2147826925.jpg", imageAlt: "Takeaway service" }
]}
/>
</div>
@@ -82,7 +82,7 @@ export default function MenuPage() {
{ text: "Call: 01575-315131", href: "tel:01575-315131" },
{ text: "Back to Home", href: "/" }
]}
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -92,8 +92,7 @@ export default function MenuPage() {
logoText="Royal Kitchen Blue"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "About Us", href: "/about" },
@@ -101,8 +100,7 @@ export default function MenuPage() {
]
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Dine-In", href: "/menu" },
{ label: "Takeaway", href: "/menu" },
{ label: "Delivery", href: "/menu" },
@@ -110,8 +108,7 @@ export default function MenuPage() {
]
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: 01575-315131", href: "tel:01575-315131" },
{ label: "Hours: 6 PM - 12 AM", href: "/menu" },
{ label: "Location", href: "/about" },
@@ -119,8 +116,7 @@ export default function MenuPage() {
]
},
{
title: "Follow Us",
items: [
title: "Follow Us", items: [
{ label: "Facebook", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "Google Reviews", href: "#" }