Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-07 11:27:46 +00:00
3 changed files with 10 additions and 10 deletions

View File

@@ -119,7 +119,7 @@ export default function ContactPage() {
required: false,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/building-night_1127-3366.jpg"
imageSrc="http://img.b2bpic.net/free-photo/building-night_1127-3366.jpg?_wi=2"
imageAlt="Hotel exterior at sunset"
mediaPosition="right"
buttonText="Request Booking"

View File

@@ -188,7 +188,7 @@ export default function HomePage() {
price: "SAR 350-450",
rating: 4,
reviewCount: "180",
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-4503.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-4503.jpg?_wi=1",
imageAlt: "Comfortable Standard Room at Areen Airport Hotel",
},
{
@@ -198,7 +198,7 @@ export default function HomePage() {
price: "SAR 500-650",
rating: 5,
reviewCount: "220",
imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg?_wi=1",
imageAlt: "Spacious Deluxe Room with modern amenities",
},
{
@@ -208,7 +208,7 @@ export default function HomePage() {
price: "SAR 650-800",
rating: 5,
reviewCount: "195",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-have-fun-bedroom-fighting-with-big-pillows-home_1153-3756.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-have-fun-bedroom-fighting-with-big-pillows-home_1153-3756.jpg?_wi=1",
imageAlt: "Spacious Family Room perfect for groups",
},
{
@@ -218,7 +218,7 @@ export default function HomePage() {
price: "SAR 1000-1200",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-caucasian-woman-alone-summer-cute-dress-vacation-luxury-villa_343596-357.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-caucasian-woman-alone-summer-cute-dress-vacation-luxury-villa_343596-357.jpg?_wi=1",
imageAlt: "Luxurious Executive Suite with premium amenities",
},
]}

View File

@@ -55,7 +55,7 @@ export default function RoomsPage() {
rating: 4,
reviewCount: "180",
imageSrc:
"http://img.b2bpic.net/free-photo/pillow-bed_74190-4503.jpg",
"http://img.b2bpic.net/free-photo/pillow-bed_74190-4503.jpg?_wi=2",
imageAlt: "Comfortable Standard Room at Areen Airport Hotel",
},
{
@@ -66,7 +66,7 @@ export default function RoomsPage() {
rating: 5,
reviewCount: "220",
imageSrc:
"http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg",
"http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg?_wi=2",
imageAlt: "Spacious Deluxe Room with modern amenities",
},
{
@@ -77,7 +77,7 @@ export default function RoomsPage() {
rating: 5,
reviewCount: "195",
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-couple-have-fun-bedroom-fighting-with-big-pillows-home_1153-3756.jpg",
"http://img.b2bpic.net/free-photo/cheerful-couple-have-fun-bedroom-fighting-with-big-pillows-home_1153-3756.jpg?_wi=2",
imageAlt: "Spacious Family Room perfect for groups",
},
{
@@ -88,7 +88,7 @@ export default function RoomsPage() {
rating: 5,
reviewCount: "150",
imageSrc:
"http://img.b2bpic.net/free-photo/young-pretty-caucasian-woman-alone-summer-cute-dress-vacation-luxury-villa_343596-357.jpg",
"http://img.b2bpic.net/free-photo/young-pretty-caucasian-woman-alone-summer-cute-dress-vacation-luxury-villa_343596-357.jpg?_wi=2",
imageAlt: "Luxurious Executive Suite with premium amenities",
},
]}
@@ -165,7 +165,7 @@ export default function RoomsPage() {
required: false,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/building-night_1127-3366.jpg"
imageSrc="http://img.b2bpic.net/free-photo/building-night_1127-3366.jpg?_wi=1"
imageAlt="Hotel exterior at night"
mediaPosition="right"
buttonText="Complete Booking"