Update src/app/menu/page.tsx

This commit is contained in:
2026-03-07 11:46:04 +00:00
parent 4d183c12d3
commit 467c0e49a8

View File

@@ -20,8 +20,7 @@ export default function MenuPage() {
const footerColumns = [
{
title: "Restaurant",
items: [
title: "Restaurant", items: [
{ label: "Dine In", href: "#services" },
{ label: "Takeaway", href: "#services" },
{ label: "Delivery", href: "#services" },
@@ -29,8 +28,7 @@ export default function MenuPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Reviews", href: "/" },
{ label: "Contact", href: "/" },
@@ -38,8 +36,7 @@ export default function MenuPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +33 9 54 81 86 99", href: "tel:+33954818699" },
{ label: "Email: info@casadimeco.fr", href: "mailto:info@casadimeco.fr" },
{ label: "Address: 21 Rue Raymond Teisseire, 13008", href: "/" },
@@ -55,7 +52,7 @@ export default function MenuPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmallSizeMediumTitles"
background="blurBottom"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -76,7 +73,7 @@ export default function MenuPage() {
tag="Full Menu"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "blurBottom" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Order Online", href: "order" },
{ text: "Call to Order", href: "tel:+33954818699" },
@@ -84,25 +81,15 @@ export default function MenuPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-putting-arugula-baked-pizza-dough-with-smoked-salmon-slices_23-2148785696.jpg?_wi=3",
imageAlt: "Authentic Italian margherita pizza with fresh basil",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-putting-arugula-baked-pizza-dough-with-smoked-salmon-slices_23-2148785696.jpg", imageAlt: "Authentic Italian margherita pizza with fresh basil"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-slice-khachapuri-georgian-cheese-bread_140725-670.jpg?_wi=2",
imageAlt: "Specialty pizza with gourmet toppings",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-slice-khachapuri-georgian-cheese-bread_140725-670.jpg", imageAlt: "Specialty pizza with gourmet toppings"},
{
imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-with-eggplant-green-peas-red-onion-top-view_127032-3367.jpg?_wi=2",
imageAlt: "Traditional four cheese pizza",
},
imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-with-eggplant-green-peas-red-onion-top-view_127032-3367.jpg", imageAlt: "Traditional four cheese pizza"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-sausage-tomato-sauce-cheese-herb-sprinkles_140725-652.jpg?_wi=2",
imageAlt: "Half and half creative pizza combination",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-sausage-tomato-sauce-cheese-herb-sprinkles_140725-652.jpg", imageAlt: "Half and half creative pizza combination"},
{
imageSrc: "http://img.b2bpic.net/free-photo/funny-brunette-girl-yellow-sweater-eating-pizza-restaurant_627829-7941.jpg?_wi=2",
imageAlt: "Fresh pizza served in cozy Italian atmosphere",
},
imageSrc: "http://img.b2bpic.net/free-photo/funny-brunette-girl-yellow-sweater-eating-pizza-restaurant_627829-7941.jpg", imageAlt: "Fresh pizza served in cozy Italian atmosphere"},
]}
ariaLabel="Casa Di Meco Menu Hero Section"
containerClassName="text-center"
@@ -122,41 +109,17 @@ export default function MenuPage() {
useInvertedBackground={false}
products={[
{
id: "margherita",
name: "Classic Margherita",
price: "€12.50",
variant: "Tomato, Fresh Mozzarella, Basil",
imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg?_wi=2",
imageAlt: "Traditional Italian margherita pizza with fresh basil",
},
id: "margherita", name: "Classic Margherita", price: "€12.50", variant: "Tomato, Fresh Mozzarella, Basil", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg", imageAlt: "Traditional Italian margherita pizza with fresh basil"},
{
id: "4-cheese",
name: "Four Cheese Pizza",
price: "€14.50",
variant: "Mozzarella, Ricotta, Gorgonzola, Parmesan",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg?_wi=4",
imageAlt: "Four cheese pizza with premium Italian cheeses",
},
id: "4-cheese", name: "Four Cheese Pizza", price: "€14.50", variant: "Mozzarella, Ricotta, Gorgonzola, Parmesan", imageSrc: "http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg", imageAlt: "Four cheese pizza with premium Italian cheeses"},
{
id: "special-house",
name: "Special House Pizza",
price: "€16.00",
variant: "Chef's Signature Creation",
imageSrc: "http://img.b2bpic.net/free-photo/man-putting-mozzarella-pizza-dough_23-2148785686.jpg?_wi=2",
imageAlt: "House special pizza with exclusive gourmet toppings",
},
id: "special-house", name: "Special House Pizza", price: "€16.00", variant: "Chef's Signature Creation", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-mozzarella-pizza-dough_23-2148785686.jpg", imageAlt: "House special pizza with exclusive gourmet toppings"},
{
id: "half-half",
name: "Half and Half Pizza",
price: "€15.00",
variant: "Two Delicious Flavors in One",
imageSrc: "http://img.b2bpic.net/free-psd/pizza-social-media-promotion-instagram-banner-post-design-template_505751-5940.jpg?_wi=3",
imageAlt: "Half and half specialty pizza with creative toppings",
},
id: "half-half", name: "Half and Half Pizza", price: "€15.00", variant: "Two Delicious Flavors in One", imageSrc: "http://img.b2bpic.net/free-psd/pizza-social-media-promotion-instagram-banner-post-design-template_505751-5940.jpg", imageAlt: "Half and half specialty pizza with creative toppings"},
]}
containerClassName="py-20"
titleClassName="text-4xl font-light mb-6 text-center"
descriptionClassName="text-base text-center opacity-90 mb-12"
textBoxTitleClassName="text-4xl font-light mb-6 text-center"
textBoxDescriptionClassName="text-base text-center opacity-90 mb-12"
/>
</div>
@@ -172,29 +135,17 @@ export default function MenuPage() {
features={[
{
id: 1,
title: "Online Order",
description: "Visit our website to browse the full menu and place your order online. Fast checkout and real-time order tracking available.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg?_wi=5",
imageAlt: "Online ordering on our website",
},
title: "Online Order", description: "Visit our website to browse the full menu and place your order online. Fast checkout and real-time order tracking available.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg", imageAlt: "Online ordering on our website"},
{
id: 2,
title: "Call Us",
description: "Prefer to speak with our team? Call us at +33 9 54 81 86 99. Our staff can answer questions and take your order.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-sitting-table-medium-shot_23-2149001341.jpg?_wi=3",
imageAlt: "Friendly customer service team taking your call",
},
title: "Call Us", description: "Prefer to speak with our team? Call us at +33 9 54 81 86 99. Our staff can answer questions and take your order.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-sitting-table-medium-shot_23-2149001341.jpg", imageAlt: "Friendly customer service team taking your call"},
{
id: 3,
title: "Visit Us",
description: "Stop by our restaurant to order, dine in, or take away. We're located at 21 Rue Raymond Teisseire, 13008 Marseille.",
imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg?_wi=3",
imageAlt: "Visit our cozy restaurant location",
},
title: "Visit Us", description: "Stop by our restaurant to order, dine in, or take away. We're located at 21 Rue Raymond Teisseire, 13008 Marseille.", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg", imageAlt: "Visit our cozy restaurant location"},
]}
containerClassName="py-20"
titleClassName="text-4xl font-light mb-6 text-center"
descriptionClassName="text-base text-center opacity-90 mb-12"
textBoxTitleClassName="text-4xl font-light mb-6 text-center"
textBoxDescriptionClassName="text-base text-center opacity-90 mb-12"
/>
</div>