Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 14:41:19 +00:00

View File

@@ -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"