Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-07 11:47:16 +00:00
5 changed files with 38 additions and 38 deletions

View File

@@ -50,7 +50,7 @@ export default function AboutPage() {
description="Since opening our doors, we've been committed to bringing authentic Italian recipes and the finest fresh ingredients to Marseille."
subdescription="A neighborhood favorite built on quality, warmth, and Italian heritage"
icon={ChefHat}
imageSrc="http://img.b2bpic.net/free-photo/people-looking-day-menu_52683-113115.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-looking-day-menu_52683-113115.jpg?_wi=2"
imageAlt="Casa Di Meco Restaurant Interior"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -72,7 +72,7 @@ export default function AboutPage() {
title: "Dine In",
description: "Enjoy our warm, welcoming terrace and dining room with friendly service",
tag: "Experience",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg?_wi=2",
imageAlt: "Cozy dine-in terrace at Casa Di Meco",
},
{
@@ -80,7 +80,7 @@ export default function AboutPage() {
title: "Takeaway",
description: "Fresh, hot pizza ready to enjoy at home or on the go",
tag: "Quick Service",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-pizza_23-2151231292.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-pizza_23-2151231292.jpg?_wi=2",
imageAlt: "Takeaway pizza packaging",
},
{
@@ -88,7 +88,7 @@ export default function AboutPage() {
title: "Delivery",
description: "Get your favorite pizza delivered to your door in Marseille",
tag: "Convenient",
imageSrc: "http://img.b2bpic.net/free-photo/stupefied-handsome-male-driver-scooter-with-red-helmet-delivering-pizza_273609-31430.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stupefied-handsome-male-driver-scooter-with-red-helmet-delivering-pizza_273609-31430.jpg?_wi=2",
imageAlt: "Pizza delivery service",
},
]}

View File

@@ -49,7 +49,7 @@ export default function ContactPage() {
variant: "radial-gradient",
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/taxi-app-interface_23-2148498943.jpg"
imageSrc="http://img.b2bpic.net/free-vector/taxi-app-interface_23-2148498943.jpg?_wi=3"
imageAlt="marseille france city map location"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -101,7 +101,7 @@ export default function MenuPage() {
id: "1",
name: "Margherita",
price: "€12.00",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-concept-with-copy-space_23-2148643461.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-concept-with-copy-space_23-2148643461.jpg?_wi=2",
imageAlt: "Margherita pizza with fresh basil and mozzarella",
initialQuantity: 1,
},
@@ -109,7 +109,7 @@ export default function MenuPage() {
id: "2",
name: "Napoletana",
price: "€13.50",
imageSrc: "http://img.b2bpic.net/free-photo/italian-fast-food-pizza-with-full-vegetables-greenery_114579-1960.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/italian-fast-food-pizza-with-full-vegetables-greenery_114579-1960.jpg?_wi=2",
imageAlt: "Napoletana pizza with anchovies and capers",
initialQuantity: 1,
},
@@ -117,7 +117,7 @@ export default function MenuPage() {
id: "3",
name: "Quattro Stagioni",
price: "€14.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg?_wi=2",
imageAlt: "Four Seasons pizza with seasonal vegetables",
initialQuantity: 1,
},
@@ -148,7 +148,7 @@ export default function MenuPage() {
id: "4",
name: "House Special",
price: "€16.00",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-corner-with-pizza-it_140725-7643.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-corner-with-pizza-it_140725-7643.jpg?_wi=2",
imageAlt: "Casa Di Meco House Special with premium toppings",
initialQuantity: 1,
},
@@ -156,7 +156,7 @@ export default function MenuPage() {
id: "5",
name: "Quattro Formaggi",
price: "€14.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-pizza-with-ingredients_23-2148765287.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-pizza-with-ingredients_23-2148765287.jpg?_wi=2",
imageAlt: "Four cheese pizza with mozzarella, gorgonzola, and ricotta",
initialQuantity: 1,
},
@@ -164,7 +164,7 @@ export default function MenuPage() {
id: "6",
name: "Carnivore Delight",
price: "€16.50",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-spaghetti-tomatoes-olives-corn-top-view-dark-blue-background_176474-4616.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-spaghetti-tomatoes-olives-corn-top-view-dark-blue-background_176474-4616.jpg?_wi=2",
imageAlt: "Meat lovers pizza with prosciutto, sausage, and bacon",
initialQuantity: 1,
},
@@ -195,7 +195,7 @@ export default function MenuPage() {
id: "7",
name: "Vegetariana",
price: "€13.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg?_wi=3",
imageAlt: "Vegetarian pizza with fresh mushrooms, peppers, and zucchini",
initialQuantity: 1,
},
@@ -203,7 +203,7 @@ export default function MenuPage() {
id: "8",
name: "Vegan Special",
price: "€14.00",
imageSrc: "http://img.b2bpic.net/free-photo/italian-fast-food-pizza-with-full-vegetables-greenery_114579-1960.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/italian-fast-food-pizza-with-full-vegetables-greenery_114579-1960.jpg?_wi=3",
imageAlt: "Vegan pizza with dairy-free cheese and seasonal vegetables",
initialQuantity: 1,
},
@@ -211,7 +211,7 @@ export default function MenuPage() {
id: "9",
name: "Garden Fresh",
price: "€12.50",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-concept-with-copy-space_23-2148643461.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-concept-with-copy-space_23-2148643461.jpg?_wi=3",
imageAlt: "Pizza with arugula, tomatoes, and fresh herbs",
initialQuantity: 1,
},

View File

@@ -111,17 +111,17 @@ export default function HomePage() {
},
{
id: "pizza-2",
imageSrc: "http://img.b2bpic.net/free-photo/italian-fast-food-pizza-with-full-vegetables-greenery_114579-1960.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/italian-fast-food-pizza-with-full-vegetables-greenery_114579-1960.jpg?_wi=1",
imageAlt: "Four Cheese Pizza",
},
{
id: "pizza-3",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg?_wi=1",
imageAlt: "House Special Pizza",
},
{
id: "pizza-4",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-spaghetti-tomatoes-olives-corn-top-view-dark-blue-background_176474-4616.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-spaghetti-tomatoes-olives-corn-top-view-dark-blue-background_176474-4616.jpg?_wi=1",
imageAlt: "Half-and-Half Pizza",
},
{
@@ -149,7 +149,7 @@ export default function HomePage() {
description="Since opening our doors, we've been committed to bringing authentic Italian recipes and the finest fresh ingredients to Marseille."
subdescription="A neighborhood favorite built on quality, warmth, and Italian heritage"
icon={ChefHat}
imageSrc="http://img.b2bpic.net/free-photo/people-looking-day-menu_52683-113115.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-looking-day-menu_52683-113115.jpg?_wi=1"
imageAlt="Casa Di Meco Restaurant Interior"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -179,7 +179,7 @@ export default function HomePage() {
id: "1",
name: "Classic Margherita",
price: "€12.00",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-concept-with-copy-space_23-2148643461.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-concept-with-copy-space_23-2148643461.jpg?_wi=1",
imageAlt: "Classic Margherita Pizza with fresh basil",
initialQuantity: 1,
},
@@ -187,7 +187,7 @@ export default function HomePage() {
id: "2",
name: "Four Cheese Pizza",
price: "€14.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-pizza-with-ingredients_23-2148765287.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-pizza-with-ingredients_23-2148765287.jpg?_wi=1",
imageAlt: "Four Cheese Pizza with mozzarella blend",
initialQuantity: 1,
},
@@ -195,7 +195,7 @@ export default function HomePage() {
id: "3",
name: "House Special",
price: "€16.00",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-corner-with-pizza-it_140725-7643.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-corner-with-pizza-it_140725-7643.jpg?_wi=1",
imageAlt: "Casa Di Meco House Special with premium toppings",
initialQuantity: 1,
},
@@ -216,7 +216,7 @@ export default function HomePage() {
title: "Dine In",
description: "Enjoy our warm, welcoming terrace and dining room with friendly service",
tag: "Experience",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg?_wi=1",
imageAlt: "Cozy dine-in terrace at Casa Di Meco",
},
{
@@ -224,7 +224,7 @@ export default function HomePage() {
title: "Takeaway",
description: "Fresh, hot pizza ready to enjoy at home or on the go",
tag: "Quick Service",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-pizza_23-2151231292.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-pizza_23-2151231292.jpg?_wi=1",
imageAlt: "Takeaway pizza packaging",
},
{
@@ -232,7 +232,7 @@ export default function HomePage() {
title: "Delivery",
description: "Get your favorite pizza delivered to your door in Marseille",
tag: "Convenient",
imageSrc: "http://img.b2bpic.net/free-photo/stupefied-handsome-male-driver-scooter-with-red-helmet-delivering-pizza_273609-31430.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stupefied-handsome-male-driver-scooter-with-red-helmet-delivering-pizza_273609-31430.jpg?_wi=1",
imageAlt: "Pizza delivery service",
},
]}
@@ -255,7 +255,7 @@ export default function HomePage() {
quote: "The pizza here is absolutely authentic and delicious. The thin crust, fresh ingredients, and friendly atmosphere make it my go-to spot every time. Highly recommended!",
name: "Sophie Durand",
role: "Local Resident",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-curly-hair-sitting-cafe_273609-16376.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-curly-hair-sitting-cafe_273609-16376.jpg?_wi=1",
imageAlt: "Sophie Durand",
},
{
@@ -264,7 +264,7 @@ export default function HomePage() {
quote: "I've visited Casa Di Meco several times now. The staff is incredibly friendly, the pizza is consistently excellent, and the terrace is perfect for a relaxing evening.",
name: "Marc Lefevre",
role: "Regular Customer",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1",
imageAlt: "Marc Lefevre",
},
{
@@ -273,7 +273,7 @@ export default function HomePage() {
quote: "You can taste the difference of fresh, quality ingredients in every bite. This is real Italian pizza made with passion. Worth every euro!",
name: "Elena Rossi",
role: "Tourist",
imageSrc: "http://img.b2bpic.net/free-photo/amazing-laughing-redhead-young-lady-standing-cafe_171337-15271.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/amazing-laughing-redhead-young-lady-standing-cafe_171337-15271.jpg?_wi=1",
imageAlt: "Elena Rossi",
},
{
@@ -282,7 +282,7 @@ export default function HomePage() {
quote: "We love bringing our kids here. The staff is warm and welcoming, and even our picky eater enjoys the pizza. Great local spot!",
name: "Jean Martin",
role: "Family Customer",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg?_wi=1",
imageAlt: "Jean Martin",
},
{
@@ -291,7 +291,7 @@ export default function HomePage() {
quote: "Their delivery is fast and the pizza arrives hot and fresh. Better than other pizza places I've tried. Will definitely order again.",
name: "Claire Benoit",
role: "Delivery Customer",
imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg?_wi=1",
imageAlt: "Claire Benoit",
},
{
@@ -300,7 +300,7 @@ export default function HomePage() {
quote: "It feels like being transported to Italy. The authentic recipes, warm hospitality, and beautiful setting make this a must-visit destination.",
name: "Philippe Leclerc",
role: "Food Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-glass-drink-restaurant_23-2147861942.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-glass-drink-restaurant_23-2147861942.jpg?_wi=1",
imageAlt: "Philippe Leclerc",
},
]}
@@ -316,7 +316,7 @@ export default function HomePage() {
description="Located in the heart of Marseille at 21 Rue Raymond Teisseire. Call us to make a reservation or place an order. We're here to serve you!"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/taxi-app-interface_23-2148498943.jpg"
imageSrc="http://img.b2bpic.net/free-vector/taxi-app-interface_23-2148498943.jpg?_wi=1"
imageAlt="Casa Di Meco Location Map"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -56,7 +56,7 @@ export default function ReviewsPage() {
quote: "The pizza here is absolutely authentic and delicious. The thin crust, fresh ingredients, and friendly atmosphere make it my go-to spot every time. Highly recommended!",
name: "Sophie Durand",
role: "Local Resident",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-curly-hair-sitting-cafe_273609-16376.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-curly-hair-sitting-cafe_273609-16376.jpg?_wi=2",
imageAlt: "Sophie Durand",
},
{
@@ -65,7 +65,7 @@ export default function ReviewsPage() {
quote: "I've visited Casa Di Meco several times now. The staff is incredibly friendly, the pizza is consistently excellent, and the terrace is perfect for a relaxing evening.",
name: "Marc Lefevre",
role: "Regular Customer",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2",
imageAlt: "Marc Lefevre",
},
{
@@ -74,7 +74,7 @@ export default function ReviewsPage() {
quote: "You can taste the difference of fresh, quality ingredients in every bite. This is real Italian pizza made with passion. Worth every euro!",
name: "Elena Rossi",
role: "Tourist",
imageSrc: "http://img.b2bpic.net/free-photo/amazing-laughing-redhead-young-lady-standing-cafe_171337-15271.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/amazing-laughing-redhead-young-lady-standing-cafe_171337-15271.jpg?_wi=2",
imageAlt: "Elena Rossi",
},
{
@@ -83,7 +83,7 @@ export default function ReviewsPage() {
quote: "We love bringing our kids here. The staff is warm and welcoming, and even our picky eater enjoys the pizza. Great local spot!",
name: "Jean Martin",
role: "Family Customer",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg?_wi=2",
imageAlt: "Jean Martin",
},
{
@@ -92,7 +92,7 @@ export default function ReviewsPage() {
quote: "Their delivery is fast and the pizza arrives hot and fresh. Better than other pizza places I've tried. Will definitely order again.",
name: "Claire Benoit",
role: "Delivery Customer",
imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg?_wi=2",
imageAlt: "Claire Benoit",
},
{
@@ -101,7 +101,7 @@ export default function ReviewsPage() {
quote: "It feels like being transported to Italy. The authentic recipes, warm hospitality, and beautiful setting make this a must-visit destination.",
name: "Philippe Leclerc",
role: "Food Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-glass-drink-restaurant_23-2147861942.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-glass-drink-restaurant_23-2147861942.jpg?_wi=2",
imageAlt: "Philippe Leclerc",
},
]}
@@ -121,7 +121,7 @@ export default function ReviewsPage() {
variant: "radial-gradient",
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/taxi-app-interface_23-2148498943.jpg"
imageSrc="http://img.b2bpic.net/free-vector/taxi-app-interface_23-2148498943.jpg?_wi=2"
imageAlt="Casa Di Meco Location Map"
mediaAnimation="slide-up"
mediaPosition="right"