From 2692800699d7e170642179d9ef1ac976d81ef453 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:49:39 +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 fdcecb6..fece369 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,13 +140,13 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Chen", role: "Food Blogger", testimonial: "Finally found authentic Asian street food that doesn't compromise on quality. The sauces are incredible and portions are genuinely generous. This is exactly what I've been searching for.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Chen"}, + id: "1", name: "Sarah Chen", role: "Food Blogger", testimonial: "Finally found authentic Asian street food that doesn't compromise on quality. The sauces are incredible and portions are genuinely generous. This is exactly what I've been searching for.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Chen"}, { id: "2", name: "Marcus Johnson", role: "Urban Professional", testimonial: "Best lunch spot near my office. The General Tso is addictive and delivery is lightning fast. I order at least twice a week now.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg", imageAlt: "Marcus Johnson"}, { id: "3", name: "Emily Rodriguez", role: "Home Chef", testimonial: "These recipes taste like they came straight from the streets of Bangkok. The authenticity is unmatched and the quality of ingredients is obvious in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emily Rodriguez"}, { - id: "4", name: "David Kim", role: "Restaurant Critic", testimonial: "Impressive execution on traditional dishes with premium ingredients. This establishment has set a new standard for Asian street food in the city.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Kim"}, + id: "4", name: "David Kim", role: "Restaurant Critic", testimonial: "Impressive execution on traditional dishes with premium ingredients. This establishment has set a new standard for Asian street food in the city.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "David Kim"}, ]} /> -- 2.49.1