Update src/app/page.tsx
This commit is contained in:
@@ -52,19 +52,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Giulia M.", handle: "@giulia", testimonial: "La meilleure pizza napolitaine en ville, un vrai voyage en Italie !", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-satisfied-teenage-girl-with-dark-healthy-skin-enjoys-delicious-meal-holds-piece-pizza_273609-18724.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-satisfied-teenage-girl-with-dark-healthy-skin-enjoys-delicious-meal-holds-piece-pizza_273609-18724.jpg?_wi=1"},
|
||||
{
|
||||
name: "Marc L.", handle: "@marc", testimonial: "Une pâte fine et croustillante, des produits de qualité exceptionnelle.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-eating-pizza-outdoors_23-2149872431.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-eating-pizza-outdoors_23-2149872431.jpg?_wi=1"},
|
||||
{
|
||||
name: "Sophie P.", handle: "@sophie", testimonial: "Cadre chaleureux et service impeccable, je recommande vivement.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=1"},
|
||||
{
|
||||
name: "Thomas B.", handle: "@thomas", testimonial: "Une expérience culinaire authentique et savoureuse.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg?_wi=1"},
|
||||
{
|
||||
name: "Julie M.", handle: "@julie", testimonial: "Service attentionné et pizzas divines.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-eating-sandwich_1153-6264.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-eating-sandwich_1153-6264.jpg?_wi=1"},
|
||||
]}
|
||||
tag="Pizzeria Artisanale"
|
||||
buttons={[
|
||||
@@ -137,19 +137,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Marie D.", role: "Fidèle", company: "Client local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-satisfied-teenage-girl-with-dark-healthy-skin-enjoys-delicious-meal-holds-piece-pizza_273609-18724.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-satisfied-teenage-girl-with-dark-healthy-skin-enjoys-delicious-meal-holds-piece-pizza_273609-18724.jpg?_wi=2"},
|
||||
{
|
||||
id: "t2", name: "Lucas P.", role: "Foodie", company: "Guide Gourmand", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-eating-pizza-outdoors_23-2149872431.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-eating-pizza-outdoors_23-2149872431.jpg?_wi=2"},
|
||||
{
|
||||
id: "t3", name: "Elena R.", role: "Habituée", company: "Client local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=2"},
|
||||
{
|
||||
id: "t4", name: "Thomas B.", role: "Amateur", company: "Critique Food", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg?_wi=2"},
|
||||
{
|
||||
id: "t5", name: "Julie M.", role: "Fan", company: "Client local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-eating-sandwich_1153-6264.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-eating-sandwich_1153-6264.jpg?_wi=2"},
|
||||
]}
|
||||
title="Ce que disent nos clients"
|
||||
description="Des moments gourmands partagés avec notre communauté."
|
||||
|
||||
Reference in New Issue
Block a user