diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e87626..5fd0863 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", title: "Great Drinks", 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 Food", 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: "Best Vibe", 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: "Must Visit", 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: "Sophisticated", 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", 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" }, ]} title="Guest Stories" description="4.5 ⭐ rating from 31 reviews." @@ -104,8 +104,8 @@ export default function LandingPage() { title="What our guests say" description="Read about their experiences." testimonials={[ - { id: "1", title: "Amazing", quote: "Loved the atmosphere!", name: "Alex", role: "Guest", imageSrc: "" }, - { id: "2", title: "Great Vibe", quote: "Best bar in UB.", name: "Sam", role: "Guest", imageSrc: "" } + { id: "1", title: "Amazing", quote: "Loved the atmosphere!", name: "Alex", role: "Guest" }, + { id: "2", title: "Great Vibe", quote: "Best bar in UB.", name: "Sam", role: "Guest" } ]} animationType="slide-up" textboxLayout="default"