diff --git a/src/app/page.tsx b/src/app/page.tsx index 21035cf..c749764 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { title="Curated Escapes for the Discerning Traveler" description="Discover hand-selected luxury accommodations worldwide, tailored specifically to your refined taste." mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_74190-1664.jpg", imageAlt: "Tropical resort" }, - { imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-glows-bright-rustic-home-generated-by-ai_188544-11753.jpg", imageAlt: "Mountain lodge" }, + { imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_74190-1664.jpg?_wi=1", imageAlt: "Tropical resort" }, + { imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-glows-bright-rustic-home-generated-by-ai_188544-11753.jpg?_wi=1", imageAlt: "Mountain lodge" }, { imageSrc: "http://img.b2bpic.net/free-photo/boston-public-library_649448-649.jpg", imageAlt: "European hotel lobby" }, { imageSrc: "http://img.b2bpic.net/free-photo/turquoise-water-palm-trees-luxury-vacation-destination-generated-by-ai_188544-10577.jpg", imageAlt: "Beachfront villa" }, { imageSrc: "http://img.b2bpic.net/free-photo/path-goes-beautiful-idyllic-beach_23-2148153842.jpg", imageAlt: "Ryokan inn" }, @@ -114,8 +114,8 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "basic", title: "Explorer", price: "$499", period: "annual", features: ["Curated alerts", "24/7 Support", "Base perks"], button: { text: "Join Now" }, imageSrc: "http://img.b2bpic.net/free-photo/umbrella-pool-tourist-color-ko_1253-768.jpg" }, - { id: "pro", title: "Voyager", price: "$999", period: "annual", features: ["All Explorer perks", "Suite upgrades", "Airport lounge access"], button: { text: "Upgrade" }, imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_74190-1664.jpg" }, - { id: "premium", title: "Legend", price: "$2,499", period: "annual", features: ["All Voyager perks", "Jet charter discount", "Personal travel agent"], button: { text: "Elite Access" }, imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-glows-bright-rustic-home-generated-by-ai_188544-11753.jpg" } + { id: "pro", title: "Voyager", price: "$999", period: "annual", features: ["All Explorer perks", "Suite upgrades", "Airport lounge access"], button: { text: "Upgrade" }, imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_74190-1664.jpg?_wi=2" }, + { id: "premium", title: "Legend", price: "$2,499", period: "annual", features: ["All Voyager perks", "Jet charter discount", "Personal travel agent"], button: { text: "Elite Access" }, imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-glows-bright-rustic-home-generated-by-ai_188544-11753.jpg?_wi=2" } ]} title="Membership Tiers" description="Choose your travel membership for added exclusivity and benefits."