Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 06:30:44 +00:00

View File

@@ -57,9 +57,9 @@ export default function LandingPage() {
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-leather-armchairs-french-windows_140725-8445.jpg", imageAlt: "Hotel DRC Devi Prasad exterior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/architect-building-construction-design-real-state_53876-14286.jpg", imageAlt: "Hotel entrance and facade" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg", imageAlt: "Deluxe room interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg", imageAlt: "Standard room accommodation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mom-spending-time-with-children_23-2149310669.jpg", imageAlt: "Family suite bedroom" }
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg?_wi=1", imageAlt: "Deluxe room interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=1", imageAlt: "Standard room accommodation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mom-spending-time-with-children_23-2149310669.jpg?_wi=1", imageAlt: "Family suite bedroom" }
]}
mediaAnimation="slide-up"
ariaLabel="Hero section with hotel imagery"
@@ -101,15 +101,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Hotel DRC Devi Prasad", name: "Deluxe Room", price: "₹2,500/night", rating: 5,
reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg", imageAlt: "Deluxe room with premium amenities"
reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg?_wi=2", imageAlt: "Deluxe room with premium amenities"
},
{
id: "2", brand: "Hotel DRC Devi Prasad", name: "Standard Room", price: "₹1,500/night", rating: 5,
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg", imageAlt: "Standard room with comfortable bedding"
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=2", imageAlt: "Standard room with comfortable bedding"
},
{
id: "3", brand: "Hotel DRC Devi Prasad", name: "Family Room", price: "₹3,500/night", rating: 5,
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/mom-spending-time-with-children_23-2149310669.jpg", imageAlt: "Family suite with spacious layout"
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/mom-spending-time-with-children_23-2149310669.jpg?_wi=2", imageAlt: "Family suite with spacious layout"
}
]}
gridVariant="three-columns-all-equal-width"