From a54ebeb5ab5bc609ec96325799b5cea654d504c0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:52:41 +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 b461983..a9ec883 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,11 +127,11 @@ export default function LandingPage() { { id: "2", name: "Michael Johnson", role: "Restaurant Enthusiast", testimonial: "The authentic flavors transport you directly to Bangkok. Every dish is a masterpiece. Highly recommended for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Johnson"}, { - id: "3", name: "Emma Rodriguez", role: "Travel Blogger", testimonial: "Gold Thai set a new standard for Thai dining. The ambiance, the food, the service—everything is exceptional. A must-visit destination.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emma Rodriguez"}, + id: "3", name: "Emma Rodriguez", role: "Travel Blogger", testimonial: "Gold Thai set a new standard for Thai dining. The ambiance, the food, the service—everything is exceptional. A must-visit destination.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Emma Rodriguez"}, { id: "4", name: "David Park", role: "Local Guide", testimonial: "As someone who has traveled to Thailand extensively, Gold Thai captures the essence perfectly. The tom yum soup is legendary.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Park"}, { - id: "5", name: "Lisa Anderson", role: "Sommelier", testimonial: "The wine pairings complement the Thai cuisine beautifully. The chef's knowledge of flavor profiles is impressive. A sophisticated dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Lisa Anderson"}, + id: "5", name: "Lisa Anderson", role: "Sommelier", testimonial: "The wine pairings complement the Thai cuisine beautifully. The chef's knowledge of flavor profiles is impressive. A sophisticated dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Lisa Anderson"}, { id: "6", name: "James Williams", role: "Executive Chef", testimonial: "Exceptional execution of traditional Thai recipes. The quality of ingredients and attention to detail demonstrate true culinary excellence.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "James Williams"}, ]} -- 2.49.1