Merge version_1 into main #1

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

View File

@@ -56,11 +56,11 @@ export default function LandingPage() {
buttonAnimation="slide-up"
carouselItems={[
{ id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-young-woman-sitting-bed-stretching_23-2148033319.jpg", imageAlt: "comfortable hotel bedroom elegant design" },
{ id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/professionals-greeted-by-hotel-staff-front-desk-businessmen-suits-arriving-luxury-resort-people-travelling-work-partnership-doing-check-procedure-reception_482257-65296.jpg", imageAlt: "hotel lobby welcoming reception area" },
{ id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/small-hotel-room-interior-with-double-bed-bathroom_1262-12489.jpg", imageAlt: "standard hotel room twin beds budget" },
{ id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-illuminated-lamp-phone_1203-1479.jpg", imageAlt: "deluxe hotel room king bed luxury" },
{ id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/professionals-greeted-by-hotel-staff-front-desk-businessmen-suits-arriving-luxury-resort-people-travelling-work-partnership-doing-check-procedure-reception_482257-65296.jpg?_wi=1", imageAlt: "hotel lobby welcoming reception area" },
{ id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/small-hotel-room-interior-with-double-bed-bathroom_1262-12489.jpg?_wi=1", imageAlt: "standard hotel room twin beds budget" },
{ id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-illuminated-lamp-phone_1203-1479.jpg?_wi=1", imageAlt: "deluxe hotel room king bed luxury" },
{ id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-bathrobe_23-2150323095.jpg", imageAlt: "hotel bathroom clean modern fixtures" },
{ id: "hero-6", imageSrc: "http://img.b2bpic.net/free-vector/collection-map-with-creative-flat-locators_23-2147575332.jpg", imageAlt: "map location pin navigation icon" }
{ id: "hero-6", imageSrc: "http://img.b2bpic.net/free-vector/collection-map-with-creative-flat-locators_23-2147575332.jpg?_wi=1", imageAlt: "map location pin navigation icon" }
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -91,13 +91,13 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "standard-room", name: "Standard Room", price: "₹1,314 - ₹1,500", imageSrc: "http://img.b2bpic.net/free-photo/small-hotel-room-interior-with-double-bed-bathroom_1262-12489.jpg", imageAlt: "Standard Hotel Room"
id: "standard-room", name: "Standard Room", price: "₹1,314 - ₹1,500", imageSrc: "http://img.b2bpic.net/free-photo/small-hotel-room-interior-with-double-bed-bathroom_1262-12489.jpg?_wi=2", imageAlt: "Standard Hotel Room"
},
{
id: "double-room", name: "Double Room", price: "₹1,450 - ₹1,613", imageSrc: "http://img.b2bpic.net/free-photo/close-up-illuminated-lamp-phone_1203-1479.jpg", imageAlt: "Double Hotel Room"
id: "double-room", name: "Double Room", price: "₹1,450 - ₹1,613", imageSrc: "http://img.b2bpic.net/free-photo/close-up-illuminated-lamp-phone_1203-1479.jpg?_wi=2", imageAlt: "Double Hotel Room"
},
{
id: "family-room", name: "Family Suite", price: "₹2,000 - ₹2,500", imageSrc: "http://img.b2bpic.net/free-photo/professionals-greeted-by-hotel-staff-front-desk-businessmen-suits-arriving-luxury-resort-people-travelling-work-partnership-doing-check-procedure-reception_482257-65296.jpg", imageAlt: "Family Suite Room"
id: "family-room", name: "Family Suite", price: "₹2,000 - ₹2,500", imageSrc: "http://img.b2bpic.net/free-photo/professionals-greeted-by-hotel-staff-front-desk-businessmen-suits-arriving-luxury-resort-people-travelling-work-partnership-doing-check-procedure-reception_482257-65296.jpg?_wi=2", imageAlt: "Family Suite Room"
}
]}
carouselMode="buttons"
@@ -184,7 +184,7 @@ export default function LandingPage() {
useInvertedBackground={false}
mediaAnimation="slide-up"
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-vector/collection-map-with-creative-flat-locators_23-2147575332.jpg"
imageSrc="http://img.b2bpic.net/free-vector/collection-map-with-creative-flat-locators_23-2147575332.jpg?_wi=2"
imageAlt="map location pin navigation icon"
faqsAnimation="slide-up"
animationType="smooth"