From f29592a206404bf9068b77b8c1c1c74d52dc8ffe Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:48:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c76e75..2e54665 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1