From c24f7e7f0a506f08c6ecbb1c85b5a2b1b828e9c8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:11:06 +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 7023729..4ff51f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,7 +156,7 @@ export default function LandingPage() { { 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"}, + 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/fried-chicken-with-vegetables-herbs-aluminum-skillet_140725-3253.jpg?id=6778852", imageAlt: "Ahmed El Mansouri"}, { id: "3", title: "Exceptional Cocktails & Cuisine", quote: "The cocktail bar is fantastic, and the Mediterranean dishes are creatively prepared. Every detail shows care and attention to quality.", name: "Emma Chen", role: "Visitor from Singapore", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Emma Chen"}, { -- 2.49.1