From ed3329d1dd0f71f197150f7be6e2c619999763ec Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:41:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45be639..e8fd787 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,9 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261166.jpg", imageAlt: "Urban Camper rooftop terrace with city views"}, + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261166.jpg?_wi=1", imageAlt: "Urban Camper rooftop terrace with city views"}, { - imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150532971.jpg", imageAlt: "Modern camping-themed accommodation interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150532971.jpg?_wi=1", imageAlt: "Modern camping-themed accommodation interior"}, ]} rating={5} ratingText="Rated by our guests" @@ -86,18 +86,18 @@ export default function LandingPage() { title: "Group Accommodation", description: "Perfect for teams, friend groups, or family gatherings. Our spacious group accommodation fosters connection and shared experiences.", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-office-posing-with-papers_23-2147668939.jpg", imageAlt: "Spacious group accommodation setup"}, + imageSrc: "http://img.b2bpic.net/free-photo/coworkers-office-posing-with-papers_23-2147668939.jpg?_wi=1", imageAlt: "Spacious group accommodation setup"}, { - imageSrc: "http://img.b2bpic.net/free-photo/male-friends-having-beer-bar_273609-16212.jpg", imageAlt: "Social gathering space at bar area"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-friends-having-beer-bar_273609-16212.jpg?_wi=1", imageAlt: "Social gathering space at bar area"}, ], }, { title: "Rooftop Bar & Terrace", description: "Unwind on our stunning rooftop with panoramic city views. The perfect setting for evening drinks and social connection under Copenhagen's sky.", icon: Wine, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/male-friends-having-beer-bar_273609-16212.jpg", imageAlt: "Rooftop bar terrace evening ambiance"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-friends-having-beer-bar_273609-16212.jpg?_wi=2", imageAlt: "Rooftop bar terrace evening ambiance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261166.jpg", imageAlt: "Rooftop terrace with city backdrop"}, + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261166.jpg?_wi=2", imageAlt: "Rooftop terrace with city backdrop"}, ], }, { @@ -106,7 +106,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-man-woman-talking-sitting-grass-urban-park-making-notes_285396-9880.jpg", imageAlt: "Diverse community gathering together"}, { - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261166.jpg", imageAlt: "Social gathering at Urban Camper"}, + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261166.jpg?_wi=3", imageAlt: "Social gathering at Urban Camper"}, ], }, ]} @@ -128,11 +128,11 @@ export default function LandingPage() { description="Choose from our curated selection of accommodation styles, each designed to blend urban comfort with outdoor adventure." products={[ { - id: "standard-dorm", name: "Standard Dormitory", price: "from DKK 299", imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150532971.jpg", imageAlt: "Standard dormitory room"}, + id: "standard-dorm", name: "Standard Dormitory", price: "from DKK 299", imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150532971.jpg?_wi=2", imageAlt: "Standard dormitory room"}, { - id: "group-accommodation", name: "Group Accommodation", price: "from DKK 2,500", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-office-posing-with-papers_23-2147668939.jpg", imageAlt: "Group accommodation suite"}, + id: "group-accommodation", name: "Group Accommodation", price: "from DKK 2,500", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-office-posing-with-papers_23-2147668939.jpg?_wi=2", imageAlt: "Group accommodation suite"}, { - id: "premium-camping", name: "Premium Camping Theme", price: "from DKK 399", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261166.jpg", imageAlt: "Premium themed accommodation"}, + id: "premium-camping", name: "Premium Camping Theme", price: "from DKK 399", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261166.jpg?_wi=4", imageAlt: "Premium themed accommodation"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1