From ad40cdd0cb6919d0c398d07bf3f9948b695d4295 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:02:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4f5bf7..1f5cbd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,16 +104,16 @@ export default function LandingPage() { tag="Customer Reviews" testimonials={[ { - id: "1", name: "Sarah Chen", role: "Food Critic", testimonial: "The most authentic Chinese dining experience I've had outside of Beijing. Every dish is a masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen" + id: "1", name: "Sarah Chen", role: "Food Critic", testimonial: "The most authentic Chinese dining experience I've had outside of Beijing. Every dish is a masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen" }, { - id: "2", name: "Michael Wong", role: "Restaurant Owner", testimonial: "China Town sets the gold standard for authentic Chinese cuisine. Exceptional quality and service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Wong" + id: "2", name: "Michael Wong", role: "Restaurant Owner", testimonial: "China Town sets the gold standard for authentic Chinese cuisine. Exceptional quality and service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Wong" }, { - id: "3", name: "Jessica Liu", role: "Culinary Director", testimonial: "The attention to traditional recipes and ingredient quality is unmatched. A true gem in the city.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Liu" + id: "3", name: "Jessica Liu", role: "Culinary Director", testimonial: "The attention to traditional recipes and ingredient quality is unmatched. A true gem in the city.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Jessica Liu" }, { - id: "4", name: "David Zhang", role: "Food Blogger", testimonial: "From the moment you walk in, you know you're in for an extraordinary culinary journey.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Zhang" + id: "4", name: "David Zhang", role: "Food Blogger", testimonial: "From the moment you walk in, you know you're in for an extraordinary culinary journey.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Zhang" } ]} animationType="slide-up" -- 2.49.1