Merge version_1 into main #2
@@ -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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", imageAlt: "Villa with guest review testimonials"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
@@ -130,7 +130,6 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-20 px-6"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-6 text-foreground"
|
||||
descriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl"
|
||||
tagClassName="inline-flex items-center gap-2 px-4 py-2 bg-primary-cta/10 text-primary-cta rounded-full text-sm font-semibold mb-4"
|
||||
cardClassName="group bg-card rounded-2xl overflow-hidden border border-accent hover:shadow-xl transition-all"
|
||||
@@ -147,20 +146,20 @@ export default function LandingPage() {
|
||||
description="Handpicked properties from budget-friendly to luxury resorts. Browse our curated selection of verified stays."
|
||||
tag="Available Now"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="blur-reveal"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Luxury Desert Villa - Private Accommodation", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -193,7 +192,6 @@ export default function LandingPage() {
|
||||
speed={50}
|
||||
showCard={true}
|
||||
containerClassName="py-20 px-6"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-4 text-foreground text-center"
|
||||
descriptionClassName="text-lg text-foreground/70 mb-12 max-w-3xl mx-auto text-center"
|
||||
tagClassName="inline-flex items-center gap-2 px-4 py-2 bg-primary-cta/10 text-primary-cta rounded-full text-sm font-semibold mb-6 mx-auto block"
|
||||
contentClassName="w-full overflow-hidden rounded-2xl bg-card border border-accent p-8"
|
||||
@@ -208,7 +206,7 @@ export default function LandingPage() {
|
||||
description="Real experiences from travelers who booked their stays through Rowaa KSA. See why they love booking with us."
|
||||
tag="Guest Stories"
|
||||
tagIcon={Star}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="depth-3d"
|
||||
useInvertedBackground={true}
|
||||
@@ -296,7 +294,7 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
tag="Ready to Book?"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
title="Start Your Journey Today"
|
||||
description="Download the Rowaa KSA app and discover verified accommodations with instant confirmation. Available on iOS and Android."
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user