From 088ef26d89521fff63fd584077594834f5b2d361 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 23:09:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf8c440..12b8cf5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -196,13 +196,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193992.jpg", imageAlt: "Photo de Ohood S."}, { id: "t4", name: "Arw Ff", handle: "@arw_foodie", testimonial: "Mon expérience fut merveilleuse. Un choix réussi, et tout le monde a adoré les présentations. Même avec l'affluence, le service était impeccable. Les quantités sont généreuses et j'ai pu modifier ma commande facilement.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-model-sexy-stylish-man-dressed-turtleneck-sweater-trousers-fashion-hipster-male-posing-near-white-wall-studio-isolated_158538-26705.jpg", imageAlt: "Photo de Arw Ff"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-model-sexy-stylish-man-dressed-turtleneck-sweater-trousers-fashion-hipster-male-posing-near-white-wall-studio-isolated_158538-26705.jpg", alt: "Photo de Arw Ff"}, { id: "t5", name: "Lina K.", handle: "@lina_sweets", testimonial: "Les meilleurs chocolats que j'ai goûtés à Riyad. Parfaits pour offrir ou pour se faire plaisir. La boutique est également magnifique!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-thumb-up-business-card_1187-3166.jpg", imageAlt: "Photo de Lina K."}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-thumb-up-business-card_1187-3166.jpg", alt: "Photo de Lina K."}, { id: "t6", name: "Ahmed Z.", handle: "@ahmed_gourmet", testimonial: "Un service client impeccable et des produits d'une qualité exceptionnelle. SNS Chocolate est devenu mon adresse incontournable pour les desserts et les cadeaux gourmands.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16037.jpg", imageAlt: "Photo de Ahmed Z."}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16037.jpg", alt: "Photo de Ahmed Z."}, ]} showRating={true} title="Ce que disent nos clients" @@ -339,4 +339,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file