From 42cda5075444fc52a316875b3661f095b1114cc2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:08:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ad2763..7023729 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,7 +154,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "An Unforgettable Evening", quote: "The food was exceptional, and the service was impeccable. The Mediterranean flavors transported us straight to the coast. We'll definitely be back!", name: "Sophie Martin", role: "Tourist from France", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Sophie Martin"}, + id: "1", title: "An Unforgettable Evening", quote: "The food was exceptional, and the service was impeccable. The Mediterranean flavors transported us straight to the coast. We'll definitely be back!", name: "Sophie Martin", role: "Tourist from France", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fresh-appetizing-italian-food-ingredients-dark-background_1220-1745.jpg?id=1301437", imageAlt: "Sophie Martin"}, { id: "2", title: "Best Restaurant in Marrakech", quote: "Chouchou has become our favorite spot in Marrakech. The ambiance is perfect for both casual dinners and special occasions. Highly recommended!", name: "Ahmed El Mansouri", role: "Local Restaurant Critic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Ahmed El Mansouri"}, { -- 2.49.1