diff --git a/src/app/page.tsx b/src/app/page.tsx index ef59918..7de13a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "📞 Call Now", href: "tel:08073897239" }, { text: "📩 Check Availability", href: "#contact" } ]} - imageSrc="http://img.b2bpic.net/free-photo/hotel-bedroom-with-double-bed-table-tv-set_1262-3034.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hotel-bedroom-with-double-bed-table-tv-set_1262-3034.jpg?_wi=1" imageAlt="Deepika Comforts comfortable room" showDimOverlay={true} buttonAnimation="slide-up" @@ -76,7 +76,7 @@ export default function LandingPage() { title: "Budget-Friendly", description: "Affordable pricing without compromising on quality", icon: DollarSign } ]} - imageSrc="http://img.b2bpic.net/free-photo/hipster-travellers-ready-trip-indian-men-woman-holding-suitcases-house_1157-47904.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hipster-travellers-ready-trip-indian-men-woman-holding-suitcases-house_1157-47904.jpg?_wi=1" imageAlt="Deepika Comforts exterior building" mediaAnimation="slide-up" imagePosition="right" @@ -96,7 +96,7 @@ export default function LandingPage() { id: "03", title: "Housekeeping", description: "Daily housekeeping service for clean, fresh rooms", imageSrc: "http://img.b2bpic.net/free-photo/hotel-maid-knocking-hotel-door-room-service_171337-12721.jpg", imageAlt: "Housekeeping service" }, { - id: "04", title: "Room Service", description: "In-room dining and service for your convenience", imageSrc: "http://img.b2bpic.net/free-photo/african-american-guy-check-out-hotel_482257-78827.jpg", imageAlt: "Room service" + id: "04", title: "Room Service", description: "In-room dining and service for your convenience", imageSrc: "http://img.b2bpic.net/free-photo/african-american-guy-check-out-hotel_482257-78827.jpg?_wi=1", imageAlt: "Room service" }, { id: "05", title: "Free Wi-Fi", description: "High-speed internet connection throughout the lodge", imageSrc: "http://img.b2bpic.net/free-vector/gradient-wifi-symbol_78370-3802.jpg", imageAlt: "Wi-Fi connectivity" @@ -119,16 +119,16 @@ export default function LandingPage() {