Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:40:54 +00:00
parent cee118d86f
commit 64c449d851

View File

@@ -53,11 +53,11 @@ export default function LandingPage() {
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Beachfront luxury resort" }, { imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=1", imageAlt: "Beachfront luxury resort" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cabins-forest_181624-42640.jpg", imageAlt: "Mountain cabin retreat" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cabins-forest_181624-42640.jpg?_wi=1", imageAlt: "Mountain cabin retreat" },
{ imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-downtown-with-buildings-partially-covered-with-glass_181624-23808.jpg", imageAlt: "Modern urban apartment" }, { imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-downtown-with-buildings-partially-covered-with-glass_181624-23808.jpg?_wi=1", imageAlt: "Modern urban apartment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-house-green-grass-field-near-green-trees-daytime_414077-63.jpg", imageAlt: "Countryside cottage" }, { imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-house-green-grass-field-near-green-trees-daytime_414077-63.jpg?_wi=1", imageAlt: "Countryside cottage" },
{ imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg", imageAlt: "Elegant villa property" } { imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg?_wi=1", imageAlt: "Elegant villa property" }
]} ]}
ariaLabel="Hero section showcasing vacation rental properties" ariaLabel="Hero section showcasing vacation rental properties"
/> />
@@ -74,11 +74,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
products={[ products={[
{ id: "1", name: "Beachfront Paradise", price: "$2,500/week", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Luxury beachfront property with ocean view" }, { id: "1", name: "Beachfront Paradise", price: "$2,500/week", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=2", imageAlt: "Luxury beachfront property with ocean view" },
{ id: "2", name: "Mountain Retreat", price: "$1,800/week", imageSrc: "http://img.b2bpic.net/free-photo/people-traveling-winter_52683-161152.jpg", imageAlt: "Cozy mountain cabin with scenic views" }, { id: "2", name: "Mountain Retreat", price: "$1,800/week", imageSrc: "http://img.b2bpic.net/free-photo/people-traveling-winter_52683-161152.jpg", imageAlt: "Cozy mountain cabin with scenic views" },
{ id: "3", name: "Urban Sanctuary", price: "$1,500/week", imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-downtown-with-buildings-partially-covered-with-glass_181624-23808.jpg", imageAlt: "Modern downtown apartment with city access" }, { id: "3", name: "Urban Sanctuary", price: "$1,500/week", imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-downtown-with-buildings-partially-covered-with-glass_181624-23808.jpg?_wi=2", imageAlt: "Modern downtown apartment with city access" },
{ id: "4", name: "Countryside Escape", price: "$1,200/week", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-house-green-grass-field-near-green-trees-daytime_414077-63.jpg", imageAlt: "Charming cottage in peaceful countryside" }, { id: "4", name: "Countryside Escape", price: "$1,200/week", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-house-green-grass-field-near-green-trees-daytime_414077-63.jpg?_wi=2", imageAlt: "Charming cottage in peaceful countryside" },
{ id: "5", name: "Luxury Villa", price: "$3,200/week", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Premium villa with private pool and gardens" } { id: "5", name: "Luxury Villa", price: "$3,200/week", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=3", imageAlt: "Premium villa with private pool and gardens" }
]} ]}
ariaLabel="Property listings showcase" ariaLabel="Property listings showcase"
/> />
@@ -97,29 +97,29 @@ export default function LandingPage() {
{ {
title: "Real-Time Availability", description: "Check live availability and book your perfect dates instantly without waiting for confirmation.", icon: Calendar, title: "Real-Time Availability", description: "Check live availability and book your perfect dates instantly without waiting for confirmation.", icon: Calendar,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Calendar booking interface" }, { imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=4", imageAlt: "Calendar booking interface" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cabins-forest_181624-42640.jpg", imageAlt: "Available dates overview" } { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cabins-forest_181624-42640.jpg?_wi=2", imageAlt: "Available dates overview" }
] ]
}, },
{ {
title: "Transparent Pricing", description: "No hidden fees. See exact costs upfront including cleaning, service fees, and taxes all included.", icon: DollarSign, title: "Transparent Pricing", description: "No hidden fees. See exact costs upfront including cleaning, service fees, and taxes all included.", icon: DollarSign,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-downtown-with-buildings-partially-covered-with-glass_181624-23808.jpg", imageAlt: "Pricing breakdown display" }, { imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-downtown-with-buildings-partially-covered-with-glass_181624-23808.jpg?_wi=3", imageAlt: "Pricing breakdown display" },
{ imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg", imageAlt: "Transparent cost details" } { imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg?_wi=2", imageAlt: "Transparent cost details" }
] ]
}, },
{ {
title: "Authentic Reviews", description: "Read verified guest experiences from real travelers to make informed decisions about your stay.", icon: Star, title: "Authentic Reviews", description: "Read verified guest experiences from real travelers to make informed decisions about your stay.", icon: Star,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-house-green-grass-field-near-green-trees-daytime_414077-63.jpg", imageAlt: "Guest review testimonials" }, { imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-house-green-grass-field-near-green-trees-daytime_414077-63.jpg?_wi=3", imageAlt: "Guest review testimonials" },
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Rating and feedback system" } { imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=5", imageAlt: "Rating and feedback system" }
] ]
}, },
{ {
title: "Expert Support", description: "24/7 customer support team ready to help with bookings, questions, and any special requests.", icon: Headphones, title: "Expert Support", description: "24/7 customer support team ready to help with bookings, questions, and any special requests.", icon: Headphones,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cabins-forest_181624-42640.jpg", imageAlt: "Customer support team" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cabins-forest_181624-42640.jpg?_wi=3", imageAlt: "Customer support team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-downtown-with-buildings-partially-covered-with-glass_181624-23808.jpg", imageAlt: "Help and assistance services" } { imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-downtown-with-buildings-partially-covered-with-glass_181624-23808.jpg?_wi=4", imageAlt: "Help and assistance services" }
] ]
} }
]} ]}