From e5ece7ba859130ec16427e8ee038dc9a137be802 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 08:45:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fd0863..626a333 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,11 +88,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "1", quote: "The cocktails were excellent.", name: "John D.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150494242.jpg" }, - { id: "2", quote: "The house burger was simply perfect.", name: "Sarah K.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-indoors-with-book_23-2149548507.jpg" }, - { id: "3", quote: "Really enjoyed the cocktails and the atmosphere.", name: "Mike B.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-night-city-with-young-woman_23-2149124061.jpg" }, - { id: "4", quote: "A hidden gem in Ulaanbaatar.", name: "Anna P.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-martini-glass_23-2148209352.jpg" }, - { id: "5", quote: "The billiard room is world class.", name: "Leo T.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-thoughtfully-looking-away-by-window-modern-self-service-laundry-night_574295-2573.jpg" }, + { id: "1", title: "Excellent", quote: "The cocktails were excellent.", name: "John D.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150494242.jpg" }, + { id: "2", title: "Perfect", quote: "The house burger was simply perfect.", name: "Sarah K.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-indoors-with-book_23-2149548507.jpg" }, + { id: "3", title: "Enjoyable", quote: "Really enjoyed the cocktails and the atmosphere.", name: "Mike B.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-night-city-with-young-woman_23-2149124061.jpg" }, + { id: "4", title: "Gem", quote: "A hidden gem in Ulaanbaatar.", name: "Anna P.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-martini-glass_23-2148209352.jpg" }, + { id: "5", title: "Classy", quote: "The billiard room is world class.", name: "Leo T.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-thoughtfully-looking-away-by-window-modern-self-service-laundry-night_574295-2573.jpg" }, ]} title="Guest Stories" description="4.5 ⭐ rating from 31 reviews." -- 2.49.1