diff --git a/src/app/page.tsx b/src/app/page.tsx index efb69ad..f4624a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,15 +108,15 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "standard-room", name: "Standard Room", price: "ETB 1,500/night", imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150532981.jpg", imageAlt: "Comfortable standard hotel room", priceButtonProps: { + id: "standard-room", name: "Standard Room", price: "ETB 1,500/night", imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150532981.jpg?_wi=1", imageAlt: "Comfortable standard hotel room", priceButtonProps: { text: "Book Now"} }, { - id: "deluxe-room", name: "Deluxe Room", price: "ETB 2,500/night", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118951.jpg", imageAlt: "Spacious deluxe hotel room", priceButtonProps: { + id: "deluxe-room", name: "Deluxe Room", price: "ETB 2,500/night", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118951.jpg?_wi=1", imageAlt: "Spacious deluxe hotel room", priceButtonProps: { text: "Book Now"} }, { - id: "executive-suite", name: "Executive Suite", price: "ETB 4,000/night", imageSrc: "http://img.b2bpic.net/free-photo/chair-front-businesswoman-sitting-caf_23-2147876643.jpg", imageAlt: "Luxurious executive suite with living area", priceButtonProps: { + id: "executive-suite", name: "Executive Suite", price: "ETB 4,000/night", imageSrc: "http://img.b2bpic.net/free-photo/chair-front-businesswoman-sitting-caf_23-2147876643.jpg?_wi=1", imageAlt: "Luxurious executive suite with living area", priceButtonProps: { text: "Book Now"} } ]} diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index 50baa53..619fae2 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -52,11 +52,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Standard Room", price: "$80/night", imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150532981.jpg", imageAlt: "Cozy standard hotel room with a comfortable bed"}, + id: "1", name: "Standard Room", price: "$80/night", imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150532981.jpg?_wi=2", imageAlt: "Cozy standard hotel room with a comfortable bed"}, { - id: "2", name: "Deluxe Room", price: "$120/night", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118951.jpg", imageAlt: "Spacious deluxe hotel room with elegant decor"}, + id: "2", name: "Deluxe Room", price: "$120/night", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118951.jpg?_wi=2", imageAlt: "Spacious deluxe hotel room with elegant decor"}, { - id: "3", name: "Executive Suite", price: "$200/night", imageSrc: "http://img.b2bpic.net/free-photo/chair-front-businesswoman-sitting-caf_23-2147876643.jpg", imageAlt: "Luxury executive suite with separate living area"}, + id: "3", name: "Executive Suite", price: "$200/night", imageSrc: "http://img.b2bpic.net/free-photo/chair-front-businesswoman-sitting-caf_23-2147876643.jpg?_wi=2", imageAlt: "Luxury executive suite with separate living area"}, ]} title="Our Luxurious Rooms & Suites" description="Discover a haven of comfort and elegance at Sirano Hotel. Each room is designed to offer a serene escape with modern amenities and a touch of Ethiopian hospitality, ensuring a memorable stay." @@ -70,13 +70,13 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "1", value: "Spacious", title: "Generous Space", description: "Ample room for relaxation and comfort, perfect for both business and leisure.", videoSrc: "https://www.example.com/placeholder-video.mp4" + id: "1", value: "Spacious", title: "Generous Space", description: "Ample room for relaxation and comfort, perfect for both business and leisure.", videoSrc: "https://www.example.com/placeholder-video.mp4?_wi=1" }, { - id: "2", value: "Panoramic", title: "Stunning Views", description: "Enjoy breathtaking views of Wolkite from the comfort of your private balcony.", videoSrc: "https://www.example.com/placeholder-video.mp4" + id: "2", value: "Panoramic", title: "Stunning Views", description: "Enjoy breathtaking views of Wolkite from the comfort of your private balcony.", videoSrc: "https://www.example.com/placeholder-video.mp4?_wi=2" }, { - id: "3", value: "Connected", title: "High-Speed WiFi", description: "Stay productive and entertained with our complimentary and fast internet access.", videoSrc: "https://www.example.com/placeholder-video.mp4" + id: "3", value: "Connected", title: "High-Speed WiFi", description: "Stay productive and entertained with our complimentary and fast internet access.", videoSrc: "https://www.example.com/placeholder-video.mp4?_wi=3" }, ]} title="Unmatched Comfort & Features"