Merge version_1 into main #1
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-orange-building-with-white-balcony-window-with-clear-blue-sky-background_181624-1481.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-orange-building-with-white-balcony-window-with-clear-blue-sky-background_181624-1481.jpg?_wi=2"
|
||||
imageAlt="Exterior of Sirano Hotel at dusk"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-orange-building-with-white-balcony-window-with-clear-blue-sky-background_181624-1481.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-orange-building-with-white-balcony-window-with-clear-blue-sky-background_181624-1481.jpg?_wi=1"
|
||||
imageAlt="Exterior view of Sirano Hotel, Wolkite"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
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",
|
||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
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",
|
||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
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",
|
||||
|
||||
@@ -75,21 +75,21 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Standard Room",
|
||||
price: "$80/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150532981.jpg",
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user