Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 18:32:33 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-snacks-with-shrimps-white-spoons_1262-1803.jpg", imageAlt: "Buffet asiatique Gourmet D'Asie"},
{
imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-variety-fish-delivery-sushi-package-different-types-rolls_132075-14243.jpg?_wi=1", imageAlt: "Sushis frais à volonté"},
imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-variety-fish-delivery-sushi-package-different-types-rolls_132075-14243.jpg", imageAlt: "Sushis frais à volonté"},
{
imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", imageAlt: "Ambiance conviviale du restaurant"},
]}
@@ -87,7 +87,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Gourmet D'Asie", name: "Sushis Variés", price: "À volonté", rating: 5,
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-variety-fish-delivery-sushi-package-different-types-rolls_132075-14243.jpg?_wi=2", imageAlt: "Sélection de sushis frais"},
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-variety-fish-delivery-sushi-package-different-types-rolls_132075-14243.jpg", imageAlt: "Sélection de sushis frais"},
{
id: "2", brand: "Gourmet D'Asie", name: "Plats Chauds & Wok", price: "À volonté", rating: 5,
reviewCount: "98+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-pan-filled-with-delicious-noodles-vegetables-kitchen_181624-28291.jpg", imageAlt: "Plats chauds et spécialités wok"},
@@ -102,7 +102,7 @@ export default function LandingPage() {
<MetricCardOne
title="Nos Forces"
description="Chiffres clés qui reflètent notre engagement envers la qualité et la satisfaction client"
gridVariant="four-items-2x2-equal-grid"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -134,16 +134,16 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Marie Dupont", handle: "@marie_lesorbiers", testimonial: "Excellent buffet ! La variété est impressionnante et tout est très frais. Le rapport qualité-prix est imbattable. On y retourne régulièrement en famille.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Marie Dupont"},
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Marie Dupont"},
{
id: "2", name: "Jean Martin", handle: "@jean_martin85", testimonial: "Parfait pour les réunions de groupe ! Les serveuses sont attentives, l'ambiance est conviviale et les plats sont délicieux. Fortement recommandé.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=1", imageAlt: "Jean Martin"},
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Jean Martin"},
{
id: "3", name: "Sophie Bernard", handle: "@sophie_food_lover", testimonial: "Les sushis sont excellents et le choix de plats chauds également. C'est vraiment un incontournable aux Herbiers. Prix très raisonnable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Sophie Bernard"},
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sophie Bernard"},
{
id: "4", name: "Pierre Leclerc", handle: "@pierre_gourmet", testimonial: "Excellente expérience pour l'anniversaire de ma fille. Beaucoup de place, service rapide et nourriture de qualité. On a déjà réservé pour la prochaine occasion.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=2", imageAlt: "Pierre Leclerc"},
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Pierre Leclerc"},
]}
/>
</div>