From 6fcd7f8032786184dfb0818ec15a941779da8af1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:03:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0fb5a2..b212bf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,7 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "AC Room", price: "₹800-1200/night", imageSrc: "http://img.b2bpic.net/free-photo/bedroom_1203-2440.jpg", imageAlt: "Comfortable AC Room with modern amenities" + id: "1", name: "AC Room", price: "₹800-1200/night", imageSrc: "http://img.b2bpic.net/free-photo/bedroom_1203-2440.jpg?_wi=1", imageAlt: "Comfortable AC Room with modern amenities" }, { id: "2", name: "Non-AC Room", price: "₹500-800/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12647.jpg", imageAlt: "Clean and comfortable Non-AC room" @@ -150,11 +150,11 @@ export default function LandingPage() { }, { id: 2, - tag: "Comfort", title: "Quality Beds", subtitle: "Restful sleep guaranteed", description: "Our comfortable beds and quality furnishings ensure you get the best rest after a long day of travel. Wake up refreshed and ready for your day.", imageSrc: "http://img.b2bpic.net/free-photo/bedroom_1203-2440.jpg", imageAlt: "AC air conditioning bedroom modern" + tag: "Comfort", title: "Quality Beds", subtitle: "Restful sleep guaranteed", description: "Our comfortable beds and quality furnishings ensure you get the best rest after a long day of travel. Wake up refreshed and ready for your day.", imageSrc: "http://img.b2bpic.net/free-photo/bedroom_1203-2440.jpg?_wi=2", imageAlt: "AC air conditioning bedroom modern" }, { id: 3, - tag: "Safety", title: "Secure Stay", subtitle: "Your safety is our priority", description: "NSR Lodge provides a safe and secure environment with professional staff available 24/7. Rest assured, your belongings and safety are in good hands.", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-house-with-wooden-architecture-timber-structure_23-2151302708.jpg", imageAlt: "hotel building exterior entrance" + tag: "Safety", title: "Secure Stay", subtitle: "Your safety is our priority", description: "NSR Lodge provides a safe and secure environment with professional staff available 24/7. Rest assured, your belongings and safety are in good hands.", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-house-with-wooden-architecture-timber-structure_23-2151302708.jpg?_wi=1", imageAlt: "hotel building exterior entrance" }, ]} textboxLayout="default" @@ -228,7 +228,7 @@ export default function LandingPage() {