Merge version_1 into main #2
@@ -58,7 +58,6 @@ export default function LandingPage() {
|
||||
ratingText="Rated by thousands of happy guests"
|
||||
buttons={[{ text: "Reserve Your Stay", href: "pricing" }]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,11 +82,11 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "Deluxe Room", description: "Spacious rooms with queen beds, marble bathrooms, and city views. Perfect for business travelers or couples.", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg?_wi=1", imageAlt: "Deluxe hotel room"},
|
||||
id: "01", title: "Deluxe Room", description: "Spacious rooms with queen beds, marble bathrooms, and city views. Perfect for business travelers or couples.", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg", imageAlt: "Deluxe hotel room"},
|
||||
{
|
||||
id: "02", title: "Executive Suite", description: "Premium suites featuring separate living areas, premium bedding, and exclusive executive lounge access.", imageSrc: "http://img.b2bpic.net/free-photo/terrace-lounge-with-rattan-armchairs-seaview-luxury-resort-summer-holiday-concept_1253-931.jpg?_wi=1", imageAlt: "Executive suite"},
|
||||
id: "02", title: "Executive Suite", description: "Premium suites featuring separate living areas, premium bedding, and exclusive executive lounge access.", imageSrc: "http://img.b2bpic.net/free-photo/terrace-lounge-with-rattan-armchairs-seaview-luxury-resort-summer-holiday-concept_1253-931.jpg", imageAlt: "Executive suite"},
|
||||
{
|
||||
id: "03", title: "Standard Room", description: "Comfortable and affordable rooms with modern amenities, high-speed WiFi, and 24-hour room service.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-decoration-bedroom_74190-8672.jpg?_wi=1", imageAlt: "Standard hotel room"},
|
||||
id: "03", title: "Standard Room", description: "Comfortable and affordable rooms with modern amenities, high-speed WiFi, and 24-hour room service.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-decoration-bedroom_74190-8672.jpg", imageAlt: "Standard hotel room"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -105,17 +104,17 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "standard", title: "Standard Room", price: "$149", period: "/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-decoration-bedroom_74190-8672.jpg?_wi=2", imageAlt: "Standard room rate", features: [
|
||||
id: "standard", title: "Standard Room", price: "$149", period: "/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-decoration-bedroom_74190-8672.jpg", imageAlt: "Standard room rate", features: [
|
||||
"Queen bed with premium linens", "High-speed WiFi included", "Complimentary breakfast", "24-hour room service", "Fitness center access"],
|
||||
button: { text: "Book Now", href: "#" },
|
||||
},
|
||||
{
|
||||
id: "deluxe", title: "Deluxe Room", price: "$249", period: "/night", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg?_wi=2", imageAlt: "Deluxe room rate", features: [
|
||||
id: "deluxe", title: "Deluxe Room", price: "$249", period: "/night", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg", imageAlt: "Deluxe room rate", features: [
|
||||
"City view with spacious layout", "Marble bathroom with amenities", "Premium Netflix collection", "Complimentary breakfast & evening drinks", "Priority concierge service"],
|
||||
button: { text: "Reserve", href: "#" },
|
||||
},
|
||||
{
|
||||
id: "suite", title: "Executive Suite", price: "$399", period: "/night", imageSrc: "http://img.b2bpic.net/free-photo/terrace-lounge-with-rattan-armchairs-seaview-luxury-resort-summer-holiday-concept_1253-931.jpg?_wi=2", imageAlt: "Executive suite rate", features: [
|
||||
id: "suite", title: "Executive Suite", price: "$399", period: "/night", imageSrc: "http://img.b2bpic.net/free-photo/terrace-lounge-with-rattan-armchairs-seaview-luxury-resort-summer-holiday-concept_1253-931.jpg", imageAlt: "Executive suite rate", features: [
|
||||
"Separate living & bedroom", "Executive lounge access", "Gourmet breakfast included", "Private spa services available", "Concierge & butler service"],
|
||||
button: { text: "Upgrade", href: "#" },
|
||||
},
|
||||
@@ -156,6 +155,8 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Booking.com", "Expedia", "TripAdvisor", "Airbnb", "Marriott International", "Hilton Hotels", "Hyatt Hotels"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/appointment-booking-concept_23-2148561433.jpg", "http://img.b2bpic.net/free-vector/flat-travel-exploration-labels-collection_23-2150000799.jpg", "http://img.b2bpic.net/free-vector/holidays-sticker-collection-retro-style_23-2148397036.jpg", "http://img.b2bpic.net/free-vector/flat-design-vintage-travel-label_23-2148204906.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-gold-crown-logo-template_23-2150947479.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-gold-crown-logo-template_23-2150947488.jpg", "http://img.b2bpic.net/free-vector/vintage-mr-bingley-real-estate-open-house-yard-sign_742173-9681.jpg"]}
|
||||
speed={40}
|
||||
|
||||
Reference in New Issue
Block a user