From 7bc8a8388abcd5da4bf625faa39c2fa5d0de5a15 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 12:23:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9eea03b..e31212a 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?_wi=1", imageAlt: "Clean and comfortable dorm room" + 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/loving-couple-sitting-cafe-drinking-coffee-using-phone_171337-19674.jpg?_wi=1", imageAlt: "Cozy common lounge area" + imageSrc: "http://img.b2bpic.net/free-photo/loving-couple-sitting-cafe-drinking-coffee-using-phone_171337-19674.jpg", 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-family-kitchen_23-2148976884.jpg" 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=3", 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", imageAlt: "Clean laundry facility" } ]} /> @@ -141,7 +141,7 @@ export default function LandingPage() { id: "4", name: "Elena Petrova", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-big-hat_273609-13397.jpg", imageAlt: "Elena Petrova profile" } ]} - cardTitle="\"Best hostel experience! Friendly staff and amazing location.\"" + cardTitle="Best hostel experience! Friendly staff and amazing location." cardTag="Guest Reviews" cardTagIcon={Star} cardAnimation="blur-reveal" @@ -211,7 +211,7 @@ export default function LandingPage() {