Update src/app/about/page.tsx
This commit is contained in:
@@ -71,7 +71,7 @@ export default function AboutPage() {
|
|||||||
icon: Heart,
|
icon: Heart,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
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=3"
|
||||||
imageAlt="Intérieur du Bistro Niçois"
|
imageAlt="Intérieur du Bistro Niçois"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
@@ -94,7 +94,7 @@ export default function AboutPage() {
|
|||||||
handle: "@sophielaurent",
|
handle: "@sophielaurent",
|
||||||
testimonial: "Une véritable expérience méditerranéenne ! La salade niçoise est parfaite et l'ambiance est très accueillante. Je recommande vivement !",
|
testimonial: "Une véritable expérience méditerranéenne ! La salade niçoise est parfaite et l'ambiance est très accueillante. Je recommande vivement !",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
@@ -102,7 +102,7 @@ export default function AboutPage() {
|
|||||||
handle: "@beaumont_m",
|
handle: "@beaumont_m",
|
||||||
testimonial: "Les gnocchis avec la daube niçoise sont absolument délicieux. Le chef connaît son métier. Service impeccable.",
|
testimonial: "Les gnocchis avec la daube niçoise sont absolument délicieux. Le chef connaît son métier. Service impeccable.",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
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",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
@@ -110,7 +110,7 @@ export default function AboutPage() {
|
|||||||
handle: "@isabelle_nice",
|
handle: "@isabelle_nice",
|
||||||
testimonial: "Un restaurant authentique qui capture l'essence de Nice. Je viens régulièrement avec ma famille. C'est devenu notre endroit préféré !",
|
testimonial: "Un restaurant authentique qui capture l'essence de Nice. Je viens régulièrement avec ma famille. C'est devenu notre endroit préféré !",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-latin-woman-wearing-french-style-standing-city_839833-27916.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-latin-woman-wearing-french-style-standing-city_839833-27916.jpg?_wi=2",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4",
|
||||||
@@ -118,7 +118,7 @@ export default function AboutPage() {
|
|||||||
handle: "@jeanpaul_chef",
|
handle: "@jeanpaul_chef",
|
||||||
testimonial: "En tant que chef, j'apprécie la qualité des ingrédients et le respect des traditions culinaires. Bravo à l'équipe !",
|
testimonial: "En tant que chef, j'apprécie la qualité des ingrédients et le respect des traditions culinaires. Bravo à l'équipe !",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg?_wi=2",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5",
|
||||||
@@ -126,7 +126,7 @@ export default function AboutPage() {
|
|||||||
handle: "@marie_duchamp",
|
handle: "@marie_duchamp",
|
||||||
testimonial: "Le tiramisu café est un coup de cœur ! Et le personnel est si attentionné. À bientôt pour une nouvelle visite !",
|
testimonial: "Le tiramisu café est un coup de cœur ! Et le personnel est si attentionné. À bientôt pour une nouvelle visite !",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman_273609-12060.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman_273609-12060.jpg?_wi=2",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6",
|
||||||
@@ -134,7 +134,7 @@ export default function AboutPage() {
|
|||||||
handle: "@claude_nice",
|
handle: "@claude_nice",
|
||||||
testimonial: "Rapport qualité-prix excellent. Les portions sont généreuses et les saveurs authentiques. Merci pour cette belle expérience !",
|
testimonial: "Rapport qualité-prix excellent. Les portions sont généreuses et les saveurs authentiques. Merci pour cette belle expérience !",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-sofa_329181-2683.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-sofa_329181-2683.jpg?_wi=2",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -166,7 +166,7 @@ export default function AboutPage() {
|
|||||||
icon: ChefHat,
|
icon: ChefHat,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=2"
|
||||||
imageAlt="Ambiance chaleureuse du Bistro Niçois"
|
imageAlt="Ambiance chaleureuse du Bistro Niçois"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
imagePosition="left"
|
imagePosition="left"
|
||||||
|
|||||||
Reference in New Issue
Block a user