Merge version_4 into main #4
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user