diff --git a/src/app/page.tsx b/src/app/page.tsx index e31212a..0ea39cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,10 +52,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-bed-with-strawberry-her-hand_23-2147601314.jpg", imageAlt: "Swiss Hostel welcoming reception area" }, { - imageSrc: "http://img.b2bpic.net/free-photo/rear-view-female-friends-lying-bed-curtain_23-2147890726.jpg", imageAlt: "Clean and comfortable dorm room" + imageSrc: "http://img.b2bpic.net/free-photo/rear-view-female-friends-lying-bed-curtain_23-2147890726.jpg?_wi=1", imageAlt: "Clean and comfortable dorm room" }, { - imageSrc: "http://img.b2bpic.net/free-photo/loving-couple-sitting-cafe-drinking-coffee-using-phone_171337-19674.jpg", imageAlt: "Cozy common lounge area" + imageSrc: "http://img.b2bpic.net/free-photo/loving-couple-sitting-cafe-drinking-coffee-using-phone_171337-19674.jpg?_wi=1", imageAlt: "Cozy common lounge area" } ]} buttons={[ @@ -74,7 +74,7 @@ export default function LandingPage() { tag="Your Home Away From Home" tagIcon={Home} buttons={[{ text: "Explore Our Rooms", href: "#rooms" }]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-family-kitchen_23-2148976884.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-family-kitchen_23-2148976884.jpg?_wi=1" imageAlt="Swiss Hostel modern shared kitchen" useInvertedBackground={false} /> @@ -90,7 +90,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Dormitory Rooms", description: "Social and budget-friendly dorm beds where you can meet fellow travelers. Each bunk includes secure storage and comfortable mattress.", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-female-friends-lying-bed-curtain_23-2147890726.jpg", imageAlt: "Clean dorm room with bunk beds", buttonIcon: ArrowRight, + title: "Dormitory Rooms", description: "Social and budget-friendly dorm beds where you can meet fellow travelers. Each bunk includes secure storage and comfortable mattress.", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-female-friends-lying-bed-curtain_23-2147890726.jpg?_wi=2", imageAlt: "Clean dorm room with bunk beds", buttonIcon: ArrowRight, buttonHref: "#pricing" }, { @@ -113,13 +113,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "wifi", name: "High-Speed WiFi", price: "Free", variant: "Throughout the property", imageSrc: "http://img.b2bpic.net/free-photo/loving-couple-sitting-cafe-drinking-coffee-using-phone_171337-19674.jpg", imageAlt: "WiFi connected lounge area" + id: "wifi", name: "High-Speed WiFi", price: "Free", variant: "Throughout the property", imageSrc: "http://img.b2bpic.net/free-photo/loving-couple-sitting-cafe-drinking-coffee-using-phone_171337-19674.jpg?_wi=2", imageAlt: "WiFi connected lounge area" }, { - id: "kitchen", name: "Shared Kitchen", price: "Free", variant: "Fully equipped", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-kitchen_23-2148976884.jpg", imageAlt: "Modern shared kitchen facility" + id: "kitchen", name: "Shared Kitchen", price: "Free", variant: "Fully equipped", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-kitchen_23-2148976884.jpg?_wi=2", imageAlt: "Modern shared kitchen facility" }, { - id: "laundry", name: "Laundry Service", price: "€3/load", variant: "Self-service available", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-female-friends-lying-bed-curtain_23-2147890726.jpg", imageAlt: "Clean laundry facility" + id: "laundry", name: "Laundry Service", price: "€3/load", variant: "Self-service available", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-female-friends-lying-bed-curtain_23-2147890726.jpg?_wi=3", imageAlt: "Clean laundry facility" } ]} /> @@ -211,7 +211,7 @@ export default function LandingPage() {