Update src/app/page.tsx
This commit is contained in:
@@ -44,8 +44,8 @@ export default function LandingPage() {
|
||||
description="Authenticité, fraîcheur et passion. Découvrez nos sushis, nouilles sautées et donburis préparés chaque jour avec amour à Marseille."
|
||||
tag="Livraison Disponible"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg", imageAlt: "Plateau de sushis frais" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg", imageAlt: "Intérieur du restaurant" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg?_wi=1", imageAlt: "Plateau de sushis frais" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg?_wi=2", imageAlt: "Intérieur du restaurant" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -80,11 +80,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Julie M.", role: "Habituée", company: "Marseille", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg" },
|
||||
{ id: "2", name: "Thomas P.", role: "Client", company: "Marseille", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg" },
|
||||
{ id: "3", name: "Claire R.", role: "Fan de sushi", company: "Estaque", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg" },
|
||||
{ id: "4", name: "Marc B.", role: "Habitué", company: "Marseille", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg" },
|
||||
{ id: "5", name: "Sophie L.", role: "Cliente", company: "Estaque", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg" }
|
||||
{ id: "1", name: "Julie M.", role: "Habituée", company: "Marseille", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg?_wi=1" },
|
||||
{ id: "2", name: "Thomas P.", role: "Client", company: "Marseille", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg?_wi=2" },
|
||||
{ id: "3", name: "Claire R.", role: "Fan de sushi", company: "Estaque", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg?_wi=3" },
|
||||
{ id: "4", name: "Marc B.", role: "Habitué", company: "Marseille", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg?_wi=4" },
|
||||
{ id: "5", name: "Sophie L.", role: "Cliente", company: "Estaque", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg?_wi=5" }
|
||||
]}
|
||||
title="Ce que disent nos clients"
|
||||
description="La satisfaction de nos habitués est notre plus belle réussite."
|
||||
|
||||
Reference in New Issue
Block a user