Update src/app/page.tsx
This commit is contained in:
@@ -118,11 +118,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Premium Suite", tags: ["Luxury", "King Bed"],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Deluxe Room", tags: ["Spacious", "City View"],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Standard Room", tags: ["Comfortable", "Affordable"],
|
||||
@@ -212,16 +212,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "An Unforgettable Honeymoon", quote: "Our stay at Luxury Haven was absolutely magical. The suite was stunning, the staff was impeccable, and every moment felt like a dream. We can't wait to return!", name: "Sarah Mitchell", role: "Newlywed", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"
|
||||
id: "1", title: "An Unforgettable Honeymoon", quote: "Our stay at Luxury Haven was absolutely magical. The suite was stunning, the staff was impeccable, and every moment felt like a dream. We can't wait to return!", name: "Sarah Mitchell", role: "Newlywed", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Perfect Corporate Retreat", quote: "The hotel's facilities and professional service made our corporate event seamless. The conference rooms, dining options, and accommodations exceeded all our expectations.", name: "Michael Chen", role: "Event Coordinator", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
|
||||
id: "2", title: "Perfect Corporate Retreat", quote: "The hotel's facilities and professional service made our corporate event seamless. The conference rooms, dining options, and accommodations exceeded all our expectations.", name: "Michael Chen", role: "Event Coordinator", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Family Vacation Paradise", quote: "Our family had an amazing time. The kids loved the pool, the spa helped us relax, and the restaurant offered something for everyone. A truly wonderful experience!", name: "Emily Rodriguez", role: "Travel Enthusiast", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"
|
||||
id: "3", title: "Family Vacation Paradise", quote: "Our family had an amazing time. The kids loved the pool, the spa helped us relax, and the restaurant offered something for everyone. A truly wonderful experience!", name: "Emily Rodriguez", role: "Travel Enthusiast", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Luxury at Its Finest", quote: "This is the finest hotel I've ever stayed at. From the moment we arrived until checkout, every detail was perfect. The attention to service is remarkable.", name: "David Kim", role: "Business Executive", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"
|
||||
id: "4", title: "Luxury at Its Finest", quote: "This is the finest hotel I've ever stayed at. From the moment we arrived until checkout, every detail was perfect. The attention to service is remarkable.", name: "David Kim", role: "Business Executive", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user