From aa3ba247ffbe83157d3d9c925d9ff9b147728d68 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:06:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 622ddeb..220b8ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,9 +135,9 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Alexandra Chen", role: "Food Critic", testimonial: "Savoria redefines fine dining with impeccable service and dishes that tell a story. Every bite was a journey through flavor and elegance. Absolutely unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alexandra Chen"}, + id: "1", name: "Alexandra Chen", role: "Food Critic", testimonial: "Savoria redefines fine dining with impeccable service and dishes that tell a story. Every bite was a journey through flavor and elegance. Absolutely unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Alexandra Chen"}, { - id: "2", name: "Marcus Richardson", role: "Restaurant Enthusiast", testimonial: "The attention to detail in every dish is remarkable. From presentation to taste, everything exceeded my expectations. This is my new favorite restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Richardson"}, + id: "2", name: "Marcus Richardson", role: "Restaurant Enthusiast", testimonial: "The attention to detail in every dish is remarkable. From presentation to taste, everything exceeded my expectations. This is my new favorite restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Richardson"}, { id: "3", name: "Sophie Laurent", role: "Travel Blogger", testimonial: "An exceptional dining experience that rivals restaurants in Paris and New York. The ambiance, service, and culinary excellence are truly world-class.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sophie Laurent"}, { -- 2.49.1