From 5c366172d76f956a7fc9e9ed8c77a3666e23aea4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:20:37 +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 d0ea793..f3a6a91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,7 +112,7 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Event Planner", testimonial: "Tauro exceeded every expectation for our corporate gala. The food was extraordinary, the service impeccable, and the ambiance absolutely captivating. Our guests are still talking about it.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of Sarah Mitchell" + id: "1", name: "Sarah Mitchell", role: "Event Planner", testimonial: "Tauro exceeded every expectation for our corporate gala. The food was extraordinary, the service impeccable, and the ambiance absolutely captivating. Our guests are still talking about it.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Portrait of Sarah Mitchell" }, { id: "2", name: "David Chen", role: "Food Critic", testimonial: "A masterclass in modern cuisine. The chef's attention to detail and flavor balance is remarkable. Every plate tells a story. This is fine dining at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg", imageAlt: "Portrait of David Chen" @@ -121,7 +121,7 @@ export default function LandingPage() { id: "3", name: "Emma Laurent", role: "Restaurant Enthusiast", testimonial: "From the moment we walked in, we felt welcomed. The entire experience from greeting to dessert was seamless, elegant, and memorable. We'll definitely be returning.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Portrait of Emma Laurent" }, { - id: "4", name: "Marcus Johnson", role: "Wine Collector", testimonial: "The wine pairings were exceptional. The sommelier demonstrated true expertise and passion for his craft. A perfect complement to an already outstanding meal.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of Marcus Johnson" + id: "4", name: "Marcus Johnson", role: "Wine Collector", testimonial: "The wine pairings were exceptional. The sommelier demonstrated true expertise and passion for his craft. A perfect complement to an already outstanding meal.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Portrait of Marcus Johnson" } ]} animationType="slide-up" -- 2.49.1