From ad52580683c4d185d7e4e0826575363b0caa1d23 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 12:39:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8bade9..2871ef3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,8 +60,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-new-building_23-2147694757.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/building-pattern_1203-2838.jpg" }, ]} - buttons={[{ text: "Book Now", href: "#contact" }] - } + buttons={[{ text: "Book Now", href: "#contact" }]} avatars={[ { src: "http://img.b2bpic.net/free-photo/building-night_1127-3365.jpg", alt: "Guest 1" }, { src: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892972.jpg", alt: "Guest 2" }, @@ -143,11 +142,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "An incredible experience, the staff were so accommodating.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tea_1098-13992.jpg" }, - { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Best hotel in Dessie, very clean and luxurious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg" }, - { id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "Perfect location and amenities, loved every minute.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149097924.jpg" }, - { id: "4", name: "David Kim", handle: "@davidk", testimonial: "Excellent service and high standard of comfort.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-man-enjoying-view-mountains-landscape-water-surface_146671-15622.jpg" }, - { id: "5", name: "Alice Wong", handle: "@alicew", testimonial: "Highly recommended for business or leisure travel.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-man-chats-social-media-laughs-message-smartphone-looks-mobile-phone-with-happy-face-sits-near-suitcase-floor_1258-314255.jpg" }, + { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "An incredible experience, the staff were so accommodating.", rating: 5, imageSrc: "https://lh3.googleusercontent.com/gps-cs-s/APNQkAGMhpfzevIqW9OwM9_KS5-QQr6CnbdmU_oUAUsJY6sElq5bNK9YGVq4-lZq4mtZUMON4d6Np2ULs9JaBbbCdm3lVg2-DZoPgWw5X7KO7jsu8xCqjA2TwXzpXqTtpB2yR2xjpp0X=w408-h612-k-no" }, + { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Best hotel in Dessie, very clean and luxurious.", rating: 5, imageSrc: "https://lh3.googleusercontent.com/gps-cs-s/APNQkAGMhpfzevIqW9OwM9_KS5-QQr6CnbdmU_oUAUsJY6sElq5bNK9YGVq4-lZq4mtZUMON4d6Np2ULs9JaBbbCdm3lVg2-DZoPgWw5X7KO7jsu8xCqjA2TwXzpXqTtpB2yR2xjpp0X=w408-h612-k-no" }, + { id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "Perfect location and amenities, loved every minute.", rating: 5, imageSrc: "https://lh3.googleusercontent.com/gps-cs-s/APNQkAGMhpfzevIqW9OwM9_KS5-QQr6CnbdmU_oUAUsJY6sElq5bNK9YGVq4-lZq4mtZUMON4d6Np2ULs9JaBbbCdm3lVg2-DZoPgWw5X7KO7jsu8xCqjA2TwXzpXqTtpB2yR2xjpp0X=w408-h612-k-no" }, + { id: "4", name: "David Kim", handle: "@davidk", testimonial: "Excellent service and high standard of comfort.", rating: 5, imageSrc: "https://lh3.googleusercontent.com/gps-cs-s/APNQkAGMhpfzevIqW9OwM9_KS5-QQr6CnbdmU_oUAUsJY6sElq5bNK9YGVq4-lZq4mtZUMON4d6Np2ULs9JaBbbCdm3lVg2-DZoPgWw5X7KO7jsu8xCqjA2TwXzpXqTtpB2yR2xjpp0X=w408-h612-k-no" }, + { id: "5", name: "Alice Wong", handle: "@alicew", testimonial: "Highly recommended for business or leisure travel.", rating: 5, imageSrc: "https://lh3.googleusercontent.com/gps-cs-s/APNQkAGMhpfzevIqW9OwM9_KS5-QQr6CnbdmU_oUAUsJY6sElq5bNK9YGVq4-lZq4mtZUMON4d6Np2ULs9JaBbbCdm3lVg2-DZoPgWw5X7KO7jsu8xCqjA2TwXzpXqTtpB2yR2xjpp0X=w408-h612-k-no" }, ]} showRating={true} title="Guest Voices" @@ -176,4 +175,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1