Merge version_1 into main #7

Merged
bender merged 1 commits from version_1 into main 2026-03-14 12:49:01 +00:00

View File

@@ -114,15 +114,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Real-Time Availability", description: "See available rooms and prices updated instantly across all partners. No more double bookings or outdated listings.", imageSrc: "http://img.b2bpic.net/free-photo/cushion-house-bedding-home-bedroom_1203-4795.jpg", imageAlt: "Budget hotel room with real-time availability"
title: "Real-Time Availability", description: "See available rooms and prices updated instantly across all partners. No more double bookings or outdated listings.", imageSrc: "http://img.b2bpic.net/free-photo/cushion-house-bedding-home-bedroom_1203-4795.jpg?_wi=1", imageAlt: "Budget hotel room with real-time availability"
},
{
id: 2,
title: "Transparent Pricing", description: "All-inclusive pricing with no hidden fees. Know exactly what you're paying before booking confirmation.", imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369704.jpg", imageAlt: "Luxury suite with clear pricing breakdown"
title: "Transparent Pricing", description: "All-inclusive pricing with no hidden fees. Know exactly what you're paying before booking confirmation.", imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369704.jpg?_wi=1", imageAlt: "Luxury suite with clear pricing breakdown"
},
{
id: 3,
title: "Guest Reviews & Ratings", description: "Read verified reviews from real guests. Make informed decisions based on authentic experiences.", imageSrc: "http://img.b2bpic.net/free-photo/man-posint-near-modern-building_23-2147747856.jpg", imageAlt: "Villa with guest review testimonials"
title: "Guest Reviews & Ratings", description: "Read verified reviews from real guests. Make informed decisions based on authentic experiences.", imageSrc: "http://img.b2bpic.net/free-photo/man-posint-near-modern-building_23-2147747856.jpg?_wi=1", imageAlt: "Villa with guest review testimonials"
},
{
id: 4,
@@ -154,13 +154,13 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "budget-hotel-1", name: "Riyadh Budget Inn", price: "₪149/night", imageSrc: "http://img.b2bpic.net/free-photo/cushion-house-bedding-home-bedroom_1203-4795.jpg", imageAlt: "Riyadh Budget Inn - Modern Economy Room", initialQuantity: 1
id: "budget-hotel-1", name: "Riyadh Budget Inn", price: "₪149/night", imageSrc: "http://img.b2bpic.net/free-photo/cushion-house-bedding-home-bedroom_1203-4795.jpg?_wi=2", imageAlt: "Riyadh Budget Inn - Modern Economy Room", initialQuantity: 1
},
{
id: "mid-range-resort-1", name: "Jeddah Coastal Resort", price: "₪299/night", imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369704.jpg", imageAlt: "Jeddah Coastal Resort - Deluxe Suite with Sea View", initialQuantity: 1
id: "mid-range-resort-1", name: "Jeddah Coastal Resort", price: "₪299/night", imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369704.jpg?_wi=2", imageAlt: "Jeddah Coastal Resort - Deluxe Suite with Sea View", initialQuantity: 1
},
{
id: "luxury-villa-1", name: "Luxury Desert Villa", price: "₪599/night", imageSrc: "http://img.b2bpic.net/free-photo/man-posint-near-modern-building_23-2147747856.jpg", imageAlt: "Luxury Desert Villa - Private Accommodation", initialQuantity: 1
id: "luxury-villa-1", name: "Luxury Desert Villa", price: "₪599/night", imageSrc: "http://img.b2bpic.net/free-photo/man-posint-near-modern-building_23-2147747856.jpg?_wi=2", imageAlt: "Luxury Desert Villa - Private Accommodation", initialQuantity: 1
}
]}
carouselMode="buttons"