Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-28 09:31:47 +00:00

View File

@@ -68,19 +68,19 @@ export default function LandingPage() {
imageAlt: "Comfortable room",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg?_wi=1",
imageAlt: "Lobby",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dispenser-liquid-soap-female-hands-store_169016-23904.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dispenser-liquid-soap-female-hands-store_169016-23904.jpg?_wi=1",
imageAlt: "Bathroom",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-embracing-while-wearing-bathrobes-lying-down-bed-hotel-room_637285-7652.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-embracing-while-wearing-bathrobes-lying-down-bed-hotel-room_637285-7652.jpg?_wi=1",
imageAlt: "Bedroom",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/reserved-table-restaurant_53876-88.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/reserved-table-restaurant_53876-88.jpg?_wi=1",
imageAlt: "Dining",
},
]}
@@ -90,19 +90,19 @@ export default function LandingPage() {
imageAlt: "Detail",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/reserved-table-restaurant_53876-88.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/reserved-table-restaurant_53876-88.jpg?_wi=2",
imageAlt: "Interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-embracing-while-wearing-bathrobes-lying-down-bed-hotel-room_637285-7652.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-embracing-while-wearing-bathrobes-lying-down-bed-hotel-room_637285-7652.jpg?_wi=2",
imageAlt: "Bedroom",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dispenser-liquid-soap-female-hands-store_169016-23904.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dispenser-liquid-soap-female-hands-store_169016-23904.jpg?_wi=2",
imageAlt: "Design",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg?_wi=2",
imageAlt: "Lobby",
},
]}
@@ -139,13 +139,13 @@ export default function LandingPage() {
id: "1",
title: "Deluxe Comfort",
description: "High-quality beds with crisp linens.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956520.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956520.jpg?_wi=1",
},
{
id: "2",
title: "Standard Value",
description: "Perfect for budget-conscious business travelers.",
imageSrc: "http://img.b2bpic.net/free-photo/black-cushion-with-pillows_1203-545.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/black-cushion-with-pillows_1203-545.jpg?_wi=1",
},
{
id: "3",
@@ -157,13 +157,13 @@ export default function LandingPage() {
id: "4",
title: "Executive Suite",
description: "Perfect blend of space and productivity.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956520.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956520.jpg?_wi=2",
},
{
id: "5",
title: "Economy Single",
description: "A cozy retreat for solo wanderers.",
imageSrc: "http://img.b2bpic.net/free-photo/black-cushion-with-pillows_1203-545.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/black-cushion-with-pillows_1203-545.jpg?_wi=2",
},
]}
title="Accommodation Features"
@@ -245,7 +245,7 @@ export default function LandingPage() {
handle: "@ravi_travel",
testimonial: "Very clean rooms and professional staff. A great choice in Lohardaga.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=1",
},
{
id: "2",
@@ -277,7 +277,7 @@ export default function LandingPage() {
handle: "@vik_singh",
testimonial: "An excellent hidden gem in Lohardaga, will visit again.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=2",
},
]}
showRating={true}