From ab8d1ba5581e0fe9b9182fe191ebb976889ed1e3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 16:32:23 +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 b2231a1..4479968 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,22 +158,22 @@ export default function LandingPage() { tagAnimation="blur-reveal" testimonials={[ { - id: "testimonial-1", name: "Sophie & Marc", role: "Anniversary Celebration", testimonial: "Refined cuisine and delicious flavors. The chef and staff are very pleasant. We highly recommend it.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg", imageAlt: "Couple celebrating anniversary", icon: Heart + id: "testimonial-1", name: "Sophie & Marc", role: "Anniversary Celebration", testimonial: "Refined cuisine and delicious flavors. The chef and staff are very pleasant. We highly recommend it.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg?_wi=1", imageAlt: "Couple celebrating anniversary", icon: Heart }, { - id: "testimonial-2", name: "Catherine M.", role: "Regular Guest", testimonial: "Everything is beautiful and delicious. Many flavors and warm service. A place to keep precious.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg", imageAlt: "Satisfied diner", icon: Star + id: "testimonial-2", name: "Catherine M.", role: "Regular Guest", testimonial: "Everything is beautiful and delicious. Many flavors and warm service. A place to keep precious.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg?_wi=2", imageAlt: "Satisfied diner", icon: Star }, { - id: "testimonial-3", name: "Jean & Claire", role: "Special Occasion", testimonial: "Exceptional gastronomic experience. The originality of flavors and the elegance of presentation are remarkable. A must-visit destination.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg", imageAlt: "Guests enjoying fine dining", icon: Heart + id: "testimonial-3", name: "Jean & Claire", role: "Special Occasion", testimonial: "Exceptional gastronomic experience. The originality of flavors and the elegance of presentation are remarkable. A must-visit destination.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg?_wi=3", imageAlt: "Guests enjoying fine dining", icon: Heart }, { - id: "testimonial-4", name: "Pierre D.", role: "Food Enthusiast", testimonial: "The chef's creativity shines through each course. Sophisticated, well-balanced dishes that showcase French culinary mastery. Truly exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg", imageAlt: "Guest appreciating cuisine", icon: Star + id: "testimonial-4", name: "Pierre D.", role: "Food Enthusiast", testimonial: "The chef's creativity shines through each course. Sophisticated, well-balanced dishes that showcase French culinary mastery. Truly exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg?_wi=4", imageAlt: "Guest appreciating cuisine", icon: Star }, { - id: "testimonial-5", name: "Isabelle & Thomas", role: "Wedding Engagement", testimonial: "An intimate, magical setting perfect for our engagement celebration. Every detail was perfect—the food, the service, the ambiance. Unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg", imageAlt: "Couple at engagement dinner", icon: Heart + id: "testimonial-5", name: "Isabelle & Thomas", role: "Wedding Engagement", testimonial: "An intimate, magical setting perfect for our engagement celebration. Every detail was perfect—the food, the service, the ambiance. Unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg?_wi=5", imageAlt: "Couple at engagement dinner", icon: Heart }, { - id: "testimonial-6", name: "Michel R.", role: "Business Dinner", testimonial: "A sophisticated gem where business meets gastronomy. Excellent choice for important meals. Professional service and remarkable cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg", imageAlt: "Guest enjoying business dinner", icon: CheckCircle + id: "testimonial-6", name: "Michel R.", role: "Business Dinner", testimonial: "A sophisticated gem where business meets gastronomy. Excellent choice for important meals. Professional service and remarkable cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg?_wi=6", imageAlt: "Guest enjoying business dinner", icon: CheckCircle } ]} animationType="depth-3d" -- 2.49.1