Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-09 14:04:15 +00:00
6 changed files with 1410 additions and 43 deletions

View File

@@ -118,7 +118,7 @@ export default function ContactPage() {
testimonial:
"Une soirée magique en amoureux. Les plats sont savoureux, l'ambiance chaleureuse et le service impeccable. Je reviens dès que possible !",
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-good-looking-young-tanned-woman-lean-terrace-gazing-happily_197531-22852.jpg",
"http://img.b2bpic.net/free-photo/cheerful-good-looking-young-tanned-woman-lean-terrace-gazing-happily_197531-22852.jpg?_wi=3",
imageAlt: "Marie Rousseau",
},
{
@@ -128,7 +128,7 @@ export default function ContactPage() {
testimonial:
"Le risotto de foie gras est absolument divin. Authentic Italian cuisine with a French touch. Un incontournable de Clermont-Ferrand !",
imageSrc:
"http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg",
"http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=3",
imageAlt: "Thomas Bernard",
},
{
@@ -138,7 +138,7 @@ export default function ContactPage() {
testimonial:
"Parfait pour un repas en famille. Les enfants ont adoré les pâtes, les adultes ont apprécié la finesse des saveurs. Restaurant à recommander !",
imageSrc:
"http://img.b2bpic.net/free-photo/young-lady-propping-chin-hand_176474-94561.jpg",
"http://img.b2bpic.net/free-photo/young-lady-propping-chin-hand_176474-94561.jpg?_wi=3",
imageAlt: "Sophie Dupont",
},
{
@@ -148,7 +148,7 @@ export default function ContactPage() {
testimonial:
"L'atmosphère est élégante sans être prétentieuse. La qualité des ingrédients se sent dans chaque assiette. Bravo à l'équipe !",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-cheerful-guy-classic-black-shirt-with-arms-crossed_146671-13946.jpg",
"http://img.b2bpic.net/free-photo/portrait-cheerful-guy-classic-black-shirt-with-arms-crossed_146671-13946.jpg?_wi=3",
imageAlt: "Luc Moreau",
},
{
@@ -158,7 +158,7 @@ export default function ContactPage() {
testimonial:
"Nous avons célébré notre anniversaire ici. Marco et Sofia ont rendu cette soirée inoubliable avec leur accueil chaleureux.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-woman_1098-12705.jpg",
"http://img.b2bpic.net/free-photo/portrait-woman_1098-12705.jpg?_wi=3",
imageAlt: "Isabelle Lacroix",
},
{
@@ -168,7 +168,7 @@ export default function ContactPage() {
testimonial:
"Un havre de paix gastronomique. Chaque détail est pensé avec soin, du design de la table à la présentation des plats.",
imageSrc:
"http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4695.jpg",
"http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4695.jpg?_wi=3",
imageAlt: "Julien Petit",
},
]}

View File

@@ -85,7 +85,7 @@ export default function GaleriePage() {
name: "Plat Principal",
price: "Entrée Spectaculaire",
imageSrc:
"http://img.b2bpic.net/free-photo/fried-meat-with-potato-onin-mixed-with-greens-mint-side-view_141793-2367.jpg",
"http://img.b2bpic.net/free-photo/fried-meat-with-potato-onin-mixed-with-greens-mint-side-view_141793-2367.jpg?_wi=2",
imageAlt: "Plat gastronomique Caffè Mazzo",
},
{
@@ -93,7 +93,7 @@ export default function GaleriePage() {
name: "Terrasse d'Été",
price: "Ambiance Méditerranéenne",
imageSrc:
"http://img.b2bpic.net/free-photo/best-friends-catching-up-cafe-diverse-young-women-drinking-coffee-eating-pastries-brunch-besties-talking-having-nice-conversation_662251-947.jpg",
"http://img.b2bpic.net/free-photo/best-friends-catching-up-cafe-diverse-young-women-drinking-coffee-eating-pastries-brunch-besties-talking-having-nice-conversation_662251-947.jpg?_wi=2",
imageAlt: "Terrasse Caffè Mazzo",
},
{
@@ -101,7 +101,7 @@ export default function GaleriePage() {
name: "Cuisine Ouverte",
price: "À la Vue de Tous",
imageSrc:
"http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646198.jpg",
"http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646198.jpg?_wi=2",
imageAlt: "Cuisine ouverte du restaurant",
},
{
@@ -109,7 +109,7 @@ export default function GaleriePage() {
name: "Dessert Signature",
price: "Douceur Italienne",
imageSrc:
"http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030741.jpg",
"http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030741.jpg?_wi=2",
imageAlt: "Dessert maison Caffè Mazzo",
},
{
@@ -117,7 +117,7 @@ export default function GaleriePage() {
name: "Salle Principale",
price: "Intimité Chaleureuse",
imageSrc:
"http://img.b2bpic.net/free-photo/glass-candlestick-with-silver-candle-other-decor-stuff-are-desk_8353-9850.jpg",
"http://img.b2bpic.net/free-photo/glass-candlestick-with-silver-candle-other-decor-stuff-are-desk_8353-9850.jpg?_wi=2",
imageAlt: "Salle à manger Caffè Mazzo",
},
{
@@ -125,7 +125,7 @@ export default function GaleriePage() {
name: "Mise en Place",
price: "Raffinement",
imageSrc:
"http://img.b2bpic.net/free-photo/tasty-buns-lie-white-plates-with-golden-design_8353-798.jpg",
"http://img.b2bpic.net/free-photo/tasty-buns-lie-white-plates-with-golden-design_8353-798.jpg?_wi=2",
imageAlt: "Mise en place élégante",
},
]}
@@ -145,7 +145,7 @@ export default function GaleriePage() {
testimonial:
"Une soirée magique en amoureux. Les plats sont savoureux, l'ambiance chaleureuse et le service impeccable. Je reviens dès que possible !",
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-good-looking-young-tanned-woman-lean-terrace-gazing-happily_197531-22852.jpg",
"http://img.b2bpic.net/free-photo/cheerful-good-looking-young-tanned-woman-lean-terrace-gazing-happily_197531-22852.jpg?_wi=2",
imageAlt: "Marie Rousseau",
},
{
@@ -155,7 +155,7 @@ export default function GaleriePage() {
testimonial:
"Le risotto de foie gras est absolument divin. Authentic Italian cuisine with a French touch. Un incontournable de Clermont-Ferrand !",
imageSrc:
"http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg",
"http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=2",
imageAlt: "Thomas Bernard",
},
{
@@ -165,7 +165,7 @@ export default function GaleriePage() {
testimonial:
"Parfait pour un repas en famille. Les enfants ont adoré les pâtes, les adultes ont apprécié la finesse des saveurs. Restaurant à recommander !",
imageSrc:
"http://img.b2bpic.net/free-photo/young-lady-propping-chin-hand_176474-94561.jpg",
"http://img.b2bpic.net/free-photo/young-lady-propping-chin-hand_176474-94561.jpg?_wi=2",
imageAlt: "Sophie Dupont",
},
{
@@ -175,7 +175,7 @@ export default function GaleriePage() {
testimonial:
"L'atmosphère est élégante sans être prétentieuse. La qualité des ingrédients se sent dans chaque assiette. Bravo à l'équipe !",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-cheerful-guy-classic-black-shirt-with-arms-crossed_146671-13946.jpg",
"http://img.b2bpic.net/free-photo/portrait-cheerful-guy-classic-black-shirt-with-arms-crossed_146671-13946.jpg?_wi=2",
imageAlt: "Luc Moreau",
},
{
@@ -185,7 +185,7 @@ export default function GaleriePage() {
testimonial:
"Nous avons célébré notre anniversaire ici. Marco et Sofia ont rendu cette soirée inoubliable avec leur accueil chaleureux.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-woman_1098-12705.jpg",
"http://img.b2bpic.net/free-photo/portrait-woman_1098-12705.jpg?_wi=2",
imageAlt: "Isabelle Lacroix",
},
{
@@ -195,7 +195,7 @@ export default function GaleriePage() {
testimonial:
"Un havre de paix gastronomique. Chaque détail est pensé avec soin, du design de la table à la présentation des plats.",
imageSrc:
"http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4695.jpg",
"http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4695.jpg?_wi=2",
imageAlt: "Julien Petit",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -86,7 +86,7 @@ export default function AboutPage() {
description="Marco & Sofia Mazzo"
subdescription="Propriétaires & Chefs"
icon={Coffee}
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3439.jpg"
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3439.jpg?_wi=2"
imageAlt="Intérieur chaleureux de Caffè Mazzo"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -104,7 +104,7 @@ export default function AboutPage() {
title: "Ingrédients Authentiques",
description: "Nous sélectionnons nos ingrédients directement auprès de producteurs italiens partenaires. Chaque tomate, chaque pâte, chaque herbe aromatique est choisie avec soin.",
tag: "Sourcing",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salad-with-sliced-little-vegetables-inside-plate-dark-blue-desk_140725-50581.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salad-with-sliced-little-vegetables-inside-plate-dark-blue-desk_140725-50581.jpg?_wi=2",
imageAlt: "Ingrédients premium italiens"
},
{
@@ -112,7 +112,7 @@ export default function AboutPage() {
title: "Tradition Revisitée",
description: "Les recettes de Marco sont inspirées par trois générations de gastronomie italienne. Chaque plat respecte les fondamentaux tout en apportant une touche personnelle.",
tag: "Héritage",
imageSrc: "http://img.b2bpic.net/free-photo/stuffed-beans-with-pork-salted-eggs-asian-cuisine_1150-23665.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stuffed-beans-with-pork-salted-eggs-asian-cuisine_1150-23665.jpg?_wi=2",
imageAlt: "Recettes familiales italiennes"
},
{
@@ -120,7 +120,7 @@ export default function AboutPage() {
title: "Créativité Gastronomique",
description: "Sofia apporte sa vision créative à chaque assiette. L'équipe innove constamment pour proposer des menu saisonniers reflétant l'excellence culinaire.",
tag: "Innovation",
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-glass-white-wine_140725-4174.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-glass-white-wine_140725-4174.jpg?_wi=2",
imageAlt: "Créations culinaires innovantes"
}
]}

View File

@@ -83,7 +83,7 @@ export default function MenuPage() {
"Risotto crémeux infusé de foie gras poêlé et morilles fraîches. Une symphonie de saveurs automnales.",
tag: "Spécialité Maison",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-delicious-salad-with-sliced-little-vegetables-inside-plate-dark-blue-desk_140725-50581.jpg",
"http://img.b2bpic.net/free-photo/top-view-delicious-salad-with-sliced-little-vegetables-inside-plate-dark-blue-desk_140725-50581.jpg?_wi=3",
imageAlt: "Risotto de foie gras aux morilles",
},
{
@@ -93,7 +93,7 @@ export default function MenuPage() {
"Ravioli frais préparés quotidiennement, garnis de ricotta et épinards, nappés d'une sauce beurre et sauge.",
tag: "Classique Italien",
imageSrc:
"http://img.b2bpic.net/free-photo/stuffed-beans-with-pork-salted-eggs-asian-cuisine_1150-23665.jpg",
"http://img.b2bpic.net/free-photo/stuffed-beans-with-pork-salted-eggs-asian-cuisine_1150-23665.jpg?_wi=3",
imageAlt: "Ravioli maison à la ricotta",
},
{
@@ -103,7 +103,7 @@ export default function MenuPage() {
"Gnocchi fondants relevés d'huile de truffe noire et parmesan affiné. Délicatesse garantie.",
tag: "Premium",
imageSrc:
"http://img.b2bpic.net/free-photo/shrimp-salad-with-glass-white-wine_140725-4174.jpg",
"http://img.b2bpic.net/free-photo/shrimp-salad-with-glass-white-wine_140725-4174.jpg?_wi=3",
imageAlt: "Gnocchi à la truffe",
},
{
@@ -113,7 +113,7 @@ export default function MenuPage() {
"Lasagnes généreuses préparées selon la recette familiale italienne de trois générations.",
tag: "Héritage Familial",
imageSrc:
"http://img.b2bpic.net/free-photo/view-delicious-cuisine-dish_23-2149460211.jpg",
"http://img.b2bpic.net/free-photo/view-delicious-cuisine-dish_23-2149460211.jpg?_wi=2",
imageAlt: "Lasagnes traditionnelles",
},
]}

View File

@@ -113,7 +113,7 @@ export default function HomePage() {
description="Marco & Sofia Mazzo"
subdescription="Propriétaires & Chefs"
icon={Coffee}
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3439.jpg"
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3439.jpg?_wi=1"
imageAlt="Intérieur chaleureux de Caffè Mazzo"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -131,7 +131,7 @@ export default function HomePage() {
title: "Risotto de Foie Gras aux Morilles",
description: "Risotto crémeux infusé de foie gras poêlé et morilles fraîches. Une symphonie de saveurs automnales.",
tag: "Spécialité Maison",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salad-with-sliced-little-vegetables-inside-plate-dark-blue-desk_140725-50581.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salad-with-sliced-little-vegetables-inside-plate-dark-blue-desk_140725-50581.jpg?_wi=1",
imageAlt: "Risotto de foie gras aux morilles"
},
{
@@ -139,7 +139,7 @@ export default function HomePage() {
title: "Ravioli Maison",
description: "Ravioli frais préparés quotidiennement, garnis de ricotta et épinards, nappés d'une sauce beurre et sauge.",
tag: "Classique Italien",
imageSrc: "http://img.b2bpic.net/free-photo/stuffed-beans-with-pork-salted-eggs-asian-cuisine_1150-23665.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stuffed-beans-with-pork-salted-eggs-asian-cuisine_1150-23665.jpg?_wi=1",
imageAlt: "Ravioli maison à la ricotta"
},
{
@@ -147,7 +147,7 @@ export default function HomePage() {
title: "Gnocchi à la Truffe",
description: "Gnocchi fondants relevés d'huile de truffe noire et parmesan affiné. Délicatesse garantie.",
tag: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-glass-white-wine_140725-4174.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-glass-white-wine_140725-4174.jpg?_wi=1",
imageAlt: "Gnocchi à la truffe"
},
{
@@ -155,7 +155,7 @@ export default function HomePage() {
title: "Lasagnes Traditionnelles",
description: "Lasagnes généreuses préparées selon la recette familiale italienne de trois générations.",
tag: "Héritage Familial",
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-cuisine-dish_23-2149460211.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-cuisine-dish_23-2149460211.jpg?_wi=1",
imageAlt: "Lasagnes traditionnelles"
}
]}
@@ -176,7 +176,7 @@ export default function HomePage() {
name: "Marie Rousseau",
role: "Chef d'entreprise",
testimonial: "Une soirée magique en amoureux. Les plats sont savoureux, l'ambiance chaleureuse et le service impeccable. Je reviens dès que possible !",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-good-looking-young-tanned-woman-lean-terrace-gazing-happily_197531-22852.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-good-looking-young-tanned-woman-lean-terrace-gazing-happily_197531-22852.jpg?_wi=1",
imageAlt: "Marie Rousseau"
},
{
@@ -184,7 +184,7 @@ export default function HomePage() {
name: "Thomas Bernard",
role: "Food Blogger",
testimonial: "Le risotto de foie gras est absolument divin. Authentic Italian cuisine with a French touch. Un incontournable de Clermont-Ferrand !",
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=1",
imageAlt: "Thomas Bernard"
},
{
@@ -192,7 +192,7 @@ export default function HomePage() {
name: "Sophie Dupont",
role: "Architecte",
testimonial: "Parfait pour un repas en famille. Les enfants ont adoré les pâtes, les adultes ont apprécié la finesse des saveurs. Restaurant à recommander !",
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-propping-chin-hand_176474-94561.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-propping-chin-hand_176474-94561.jpg?_wi=1",
imageAlt: "Sophie Dupont"
},
{
@@ -200,7 +200,7 @@ export default function HomePage() {
name: "Luc Moreau",
role: "Consultant",
testimonial: "L'atmosphère est élégante sans être prétentieuse. La qualité des ingrédients se sent dans chaque assiette. Bravo à l'équipe !",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-guy-classic-black-shirt-with-arms-crossed_146671-13946.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-guy-classic-black-shirt-with-arms-crossed_146671-13946.jpg?_wi=1",
imageAlt: "Luc Moreau"
},
{
@@ -208,7 +208,7 @@ export default function HomePage() {
name: "Isabelle Lacroix",
role: "Éducatrice",
testimonial: "Nous avons célébré notre anniversaire ici. Marco et Sofia ont rendu cette soirée inoubliable avec leur accueil chaleureux.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman_1098-12705.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman_1098-12705.jpg?_wi=1",
imageAlt: "Isabelle Lacroix"
},
{
@@ -216,7 +216,7 @@ export default function HomePage() {
name: "Julien Petit",
role: "Musicien",
testimonial: "Un havre de paix gastronomique. Chaque détail est pensé avec soin, du design de la table à la présentation des plats.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4695.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4695.jpg?_wi=1",
imageAlt: "Julien Petit"
}
]}
@@ -240,42 +240,42 @@ export default function HomePage() {
id: "1",
name: "Plat Principal",
price: "Entrée Spectaculaire",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potato-onin-mixed-with-greens-mint-side-view_141793-2367.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potato-onin-mixed-with-greens-mint-side-view_141793-2367.jpg?_wi=1",
imageAlt: "Plat gastronomique Caffè Mazzo"
},
{
id: "2",
name: "Terrasse d'Été",
price: "Ambiance Méditerranéenne",
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-catching-up-cafe-diverse-young-women-drinking-coffee-eating-pastries-brunch-besties-talking-having-nice-conversation_662251-947.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-catching-up-cafe-diverse-young-women-drinking-coffee-eating-pastries-brunch-besties-talking-having-nice-conversation_662251-947.jpg?_wi=1",
imageAlt: "Terrasse Caffè Mazzo"
},
{
id: "3",
name: "Cuisine Ouverte",
price: "À la Vue de Tous",
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646198.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646198.jpg?_wi=1",
imageAlt: "Cuisine ouverte du restaurant"
},
{
id: "4",
name: "Dessert Signature",
price: "Douceur Italienne",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030741.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030741.jpg?_wi=1",
imageAlt: "Dessert maison Caffè Mazzo"
},
{
id: "5",
name: "Salle Principale",
price: "Intimité Chaleureuse",
imageSrc: "http://img.b2bpic.net/free-photo/glass-candlestick-with-silver-candle-other-decor-stuff-are-desk_8353-9850.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-candlestick-with-silver-candle-other-decor-stuff-are-desk_8353-9850.jpg?_wi=1",
imageAlt: "Salle à manger Caffè Mazzo"
},
{
id: "6",
name: "Mise en Place",
price: "Raffinement",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-buns-lie-white-plates-with-golden-design_8353-798.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-buns-lie-white-plates-with-golden-design_8353-798.jpg?_wi=1",
imageAlt: "Mise en place élégante"
}
]}