Update src/app/page.tsx

This commit is contained in:
2026-03-18 09:31:59 +00:00
parent 1d8ff49c48
commit a49f4e71c6

View File

@@ -193,10 +193,10 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "testimonial-marcus", name: "Marcus Johnson", handle: "@mjdining", testimonial: "The most incredible steakhouse experience I've ever had. The chef's performance was mesmerizing, and the wagyu was absolutely perfect. Kobe House is a must-visit destination.", imageSrc: "http://img.b2bpic.net/free-photo/ok-sign-showed-by-attractive-woman_329181-13410.jpg", imageAlt: "Happy customer portrait satisfied diner"
id: "testimonial-marcus", name: "Marcus Johnson", handle: "@mjdining", testimonial: "The most incredible steakhouse experience I've ever had. The chef's performance was mesmerizing, and the wagyu was absolutely perfect. Kobe House is a must-visit destination.", imageSrc: "http://img.b2bpic.net/free-photo/ok-sign-showed-by-attractive-woman_329181-13410.jpg?_wi=1", imageAlt: "Happy customer portrait satisfied diner"
},
{
id: "testimonial-sophia", name: "Sophia Ramirez", handle: "@sofiafoodie", testimonial: "Impeccable service, outstanding food quality, and an atmosphere that exudes elegance. This is premium dining done right. I'll definitely be returning.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg", imageAlt: "Satisfied customer portrait dining guest"
id: "testimonial-sophia", name: "Sophia Ramirez", handle: "@sofiafoodie", testimonial: "Impeccable service, outstanding food quality, and an atmosphere that exudes elegance. This is premium dining done right. I'll definitely be returning.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg?_wi=1", imageAlt: "Satisfied customer portrait dining guest"
},
{
id: "testimonial-james", name: "James Whitney", handle: "@jwhitney_chef", testimonial: "As a chef myself, I was thoroughly impressed. The technique, the ingredients, the presentation—everything is executed at the highest level. Bravo to the entire Kobe House team.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg", imageAlt: "Delighted customer portrait guest testimonial"
@@ -205,10 +205,10 @@ export default function LandingPage() {
id: "testimonial-emma", name: "Emma Silverstein", handle: "@emmawinelounge", testimonial: "An unforgettable anniversary celebration. The sommelier's sake pairing recommendations were inspired, and the entire evening was magical.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", imageAlt: "Customer portrait happy diner guest"
},
{
id: "testimonial-david", name: "David Park", handle: "@davidtravels", testimonial: "I've dined at steakhouses around the world, and Kobe House ranks among the finest. The authenticity and passion shine through in every aspect.", imageSrc: "http://img.b2bpic.net/free-photo/ok-sign-showed-by-attractive-woman_329181-13410.jpg", imageAlt: "Happy customer portrait satisfied diner"
id: "testimonial-david", name: "David Park", handle: "@davidtravels", testimonial: "I've dined at steakhouses around the world, and Kobe House ranks among the finest. The authenticity and passion shine through in every aspect.", imageSrc: "http://img.b2bpic.net/free-photo/ok-sign-showed-by-attractive-woman_329181-13410.jpg?_wi=2", imageAlt: "Happy customer portrait satisfied diner"
},
{
id: "testimonial-linda", name: "Linda Chen", handle: "@lindaeats", testimonial: "Every detail is perfection here. From the moment you arrive until the final dessert, you're treated like royalty. Absolutely worth the visit.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg", imageAlt: "Satisfied customer portrait dining guest"
id: "testimonial-linda", name: "Linda Chen", handle: "@lindaeats", testimonial: "Every detail is perfection here. From the moment you arrive until the final dessert, you're treated like royalty. Absolutely worth the visit.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg?_wi=2", imageAlt: "Satisfied customer portrait dining guest"
}
]}
/>