Update src/app/page.tsx
This commit is contained in:
@@ -118,7 +118,7 @@ export default function HomePage() {
|
||||
title: "Expérience L'Ardoise",
|
||||
logoIcon: Utensils,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg",
|
||||
"http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg?_wi=1",
|
||||
buttons: [
|
||||
{ text: "Menu Complet", href: "/menu" },
|
||||
{ text: "Galerie", href: "#" },
|
||||
@@ -189,42 +189,42 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Sarah Dupont",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1",
|
||||
imageAlt: "woman portrait professional headshot avatar",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michel Bernard",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "man portrait professional headshot avatar",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Claire Rousseau",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2",
|
||||
imageAlt: "woman portrait professional headshot avatar",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Antoine Moreau",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "man portrait professional headshot avatar",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Marie Laurent",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3",
|
||||
imageAlt: "woman portrait professional headshot avatar",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Philippe Blanc",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "man portrait professional headshot avatar",
|
||||
},
|
||||
]}
|
||||
@@ -244,7 +244,7 @@ export default function HomePage() {
|
||||
price: "€32",
|
||||
variant: "Créme fraîche locale • Champagne",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/lobster-thermidor-salad-macro-closeup-food-design-work_1258-197.jpg",
|
||||
"http://img.b2bpic.net/free-photo/lobster-thermidor-salad-macro-closeup-food-design-work_1258-197.jpg?_wi=1",
|
||||
imageAlt: "lobster dish gourmet food fine dining",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -254,7 +254,7 @@ export default function HomePage() {
|
||||
price: "€24",
|
||||
variant: "Parmesan affiné • Truffe",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/risotto-rice-with-mushrooms-white-ceramic-plate_23-2147925971.jpg",
|
||||
"http://img.b2bpic.net/free-photo/risotto-rice-with-mushrooms-white-ceramic-plate_23-2147925971.jpg?_wi=1",
|
||||
imageAlt: "risotto mushroom italian cuisine gourmet plate",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -264,7 +264,7 @@ export default function HomePage() {
|
||||
price: "€28",
|
||||
variant: "Sauce poivre vert • Légumes de saison",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/duck-breast-steak-white-plate_1203-8929.jpg",
|
||||
"http://img.b2bpic.net/free-photo/duck-breast-steak-white-plate_1203-8929.jpg?_wi=1",
|
||||
imageAlt: "duck breast gourmet dish fine dining",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -274,7 +274,7 @@ export default function HomePage() {
|
||||
price: "€26",
|
||||
variant: "Sauce champagne • Fenouil",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fried-fish-with-carrot-lemon-slices_140725-6173.jpg",
|
||||
"http://img.b2bpic.net/free-photo/fried-fish-with-carrot-lemon-slices_140725-6173.jpg?_wi=1",
|
||||
imageAlt: "fish dish seafood plating gourmet",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -397,7 +397,7 @@ export default function HomePage() {
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=1"
|
||||
imageAlt="Ambiance élégante du restaurant L'Ardoise"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -405,7 +405,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/appetizing-pickle-platter-displayed-dark-colored-background-high-quality-photo_114579-64722.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/appetizing-pickle-platter-displayed-dark-colored-background-high-quality-photo_114579-64722.jpg?_wi=1"
|
||||
imageAlt="Footer background L'Ardoise"
|
||||
logoText="L'Ardoise"
|
||||
copyrightText="© 2025 L'Ardoise. Tous droits réservés."
|
||||
|
||||
Reference in New Issue
Block a user