Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 14:12:32 +00:00

View File

@@ -94,13 +94,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Deluxe Room", price: "From €120/night", imageSrc: "http://img.b2bpic.net/free-photo/suspended-ceiling-with-halogen-spots-lamps-drywall-construction-room_632498-1082.jpg", imageAlt: "Deluxe room with queen bed and modern furnishings"
id: "1", name: "Deluxe Room", price: "From €120/night", imageSrc: "http://img.b2bpic.net/free-photo/suspended-ceiling-with-halogen-spots-lamps-drywall-construction-room_632498-1082.jpg?_wi=1", imageAlt: "Deluxe room with queen bed and modern furnishings"
},
{
id: "2", name: "Standard Room", price: "From €85/night", imageSrc: "http://img.b2bpic.net/free-photo/grandmother-happy-spend-time-with-family_23-2148597183.jpg", imageAlt: "Standard room with comfortable bed and contemporary design"
},
{
id: "3", name: "Suite", price: "From €180/night", imageSrc: "http://img.b2bpic.net/free-photo/suspended-ceiling-with-halogen-spots-lamps-drywall-construction-room_632498-1082.jpg", imageAlt: "Spacious suite with separate living area"
id: "3", name: "Suite", price: "From €180/night", imageSrc: "http://img.b2bpic.net/free-photo/suspended-ceiling-with-halogen-spots-lamps-drywall-construction-room_632498-1082.jpg?_wi=2", imageAlt: "Spacious suite with separate living area"
}
]}
gridVariant="three-columns-all-equal-width"