Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-smashed-potato_140725-9685.jpg", imageAlt: "Faux-filet de qualité premium"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Ambiance chaleureuse du restaurant"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1", imageAlt: "Ambiance chaleureuse du restaurant"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
tag="Nos Spécialités"
|
||||
title="Plats Signature"
|
||||
description="Découvrez nos plats phares, élaborés avec des produits frais et de saison sélectionnés auprès de nos fournisseurs locaux."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2"
|
||||
imageAlt="Intérieur du restaurant Le Grand Banc"
|
||||
accordionItems={[
|
||||
{
|
||||
@@ -107,19 +107,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sophie D.", role: "Visiteur régulier", company: "Pessac", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sophie D."
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sophie D."
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marc L.", role: "Chef d'entreprise", company: "Bordeaux", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marc L."
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marc L."
|
||||
},
|
||||
{
|
||||
id: "3", name: "Catherine R.", role: "Coordinatrice événementiel", company: "CHU Pessac", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Catherine R."
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Catherine R."
|
||||
},
|
||||
{
|
||||
id: "4", name: "Jean-Pierre M.", role: "Retraité", company: "Pessac", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jean-Pierre M."
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Jean-Pierre M."
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user