From d0f5d2efdb9f21c2aaec590c9136f6f2e8468af4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:03:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9434c0b..3ad2763 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,17 +154,17 @@ 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", 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/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", 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", 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/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", 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", imageAlt: "Emma Chen"}, + 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"}, { - id: "4", title: "Perfect for Celebrations", quote: "We celebrated our anniversary at Chouchou and it was perfect. The food, service, and atmosphere made it truly special. A must-visit!", name: "Miguel Rodriguez", role: "Tourist from Spain", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Miguel Rodriguez"}, + id: "4", title: "Perfect for Celebrations", quote: "We celebrated our anniversary at Chouchou and it was perfect. The food, service, and atmosphere made it truly special. A must-visit!", name: "Miguel Rodriguez", role: "Tourist from Spain", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Miguel Rodriguez"}, { - id: "5", title: "Warm Hospitality & Amazing Food", quote: "What stands out most is the genuine warmth of the staff. They make you feel welcome and cared for. The food is equally impressive.", name: "Fatima Al-Zahra", role: "Local Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Fatima Al-Zahra"}, + id: "5", title: "Warm Hospitality & Amazing Food", quote: "What stands out most is the genuine warmth of the staff. They make you feel welcome and cared for. The food is equally impressive.", name: "Fatima Al-Zahra", role: "Local Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3", imageAlt: "Fatima Al-Zahra"}, { - id: "6", title: "A Gem in Gueliz", quote: "Chouchou truly is a gem. Great Mediterranean cuisine, beautiful setting, and outstanding service. Worth every dirham!", name: "James Peterson", role: "Visitor from UK", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Peterson"}, + id: "6", title: "A Gem in Gueliz", quote: "Chouchou truly is a gem. Great Mediterranean cuisine, beautiful setting, and outstanding service. Worth every dirham!", name: "James Peterson", role: "Visitor from UK", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "James Peterson"}, ]} /> -- 2.49.1