From a2793c3d878d7ab04d50c151ff6fee2ecf967f5f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 14:19:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d602475..7efdff6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1