Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-07 10:13:50 +00:00

View File

@@ -130,31 +130,31 @@ export default function LandingPage() {
{
title: "Free WiFi",
description: "Stay connected with high-speed internet in your room and common areas.",
imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-6234.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-6234.jpg?_wi=1",
imageAlt: "WiFi",
},
{
title: "Air Conditioning",
description: "Beat the heat with our climate-controlled rooms.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-enjoying-spa-day-with-cake_23-2148238376.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-enjoying-spa-day-with-cake_23-2148238376.jpg?_wi=1",
imageAlt: "AC",
},
{
title: "Restaurant & Bar",
description: "Savor delicious meals and drinks without leaving the premises.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg?_wi=1",
imageAlt: "Dining",
},
{
title: "24/7 Front Desk",
description: "Our friendly staff is available around the clock to assist you.",
imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135754.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135754.jpg?_wi=1",
imageAlt: "Service",
},
{
title: "Free Parking",
description: "Convenient parking facilities available for all our guests.",
imageSrc: "http://img.b2bpic.net/free-photo/bedroom-window-with-open-balcony-door-soft-daylight-window-balcony_169016-69790.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bedroom-window-with-open-balcony-door-soft-daylight-window-balcony_169016-69790.jpg?_wi=1",
imageAlt: "Parking",
},
]}
@@ -174,35 +174,35 @@ export default function LandingPage() {
id: "1",
name: "Standard Room",
price: "$50/night",
imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-6234.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-6234.jpg?_wi=2",
imageAlt: "Standard Room",
},
{
id: "2",
name: "Deluxe Room",
price: "$75/night",
imageSrc: "http://img.b2bpic.net/free-photo/girl-enjoying-spa-day-with-cake_23-2148238376.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-enjoying-spa-day-with-cake_23-2148238376.jpg?_wi=2",
imageAlt: "Deluxe Room",
},
{
id: "3",
name: "Executive Room",
price: "$100/night",
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg?_wi=2",
imageAlt: "Executive Room",
},
{
id: "4",
name: "Family Suite",
price: "$150/night",
imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135754.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135754.jpg?_wi=2",
imageAlt: "Family Suite",
},
{
id: "5",
name: "Single Room",
price: "$40/night",
imageSrc: "http://img.b2bpic.net/free-photo/bedroom-window-with-open-balcony-door-soft-daylight-window-balcony_169016-69790.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bedroom-window-with-open-balcony-door-soft-daylight-window-balcony_169016-69790.jpg?_wi=2",
imageAlt: "Single Room",
},
{