diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3b17907..651e4d7 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -15,32 +15,22 @@ export default function HomePage() { title="Experience Unmatched Luxury & Comfort" description="Discover exquisite rooms, exceptional service, and breathtaking views for an unforgettable stay." primaryButton={{ - text: "Explore Rooms", - href: "#pricing", - }} + text: "Explore Rooms", href: "#pricing"}} secondaryButton={{ - text: "Book Your Stay", - href: "#contact", - }} + text: "Book Your Stay", href: "#contact"}} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/shot-panoramic-composition-bedroom_23-2150315641.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/shot-panoramic-composition-bedroom_23-2150315641.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-luxury-outdoor-swimming-pool-hotel-resort-nearly-beach-sea-ocean_74190-8983.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-luxury-outdoor-swimming-pool-hotel-resort-nearly-beach-sea-ocean_74190-8983.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-side-view-restaurant-stairs-from-black-marble-long-windows-with-fabric-blinds_140725-8859.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/top-side-view-restaurant-stairs-from-black-marble-long-windows-with-fabric-blinds_140725-8859.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-vase-with-artificial-flowers-living-room_169016-5189.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-vase-with-artificial-flowers-living-room_169016-5189.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666260.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666260.jpg"}, ]} /> @@ -49,13 +39,9 @@ export default function HomePage() { @@ -66,29 +52,13 @@ export default function HomePage() { description="Indulge in a range of facilities designed to enhance your comfort and enjoyment." items={[ { - title: "Infinity Pool", - description: "Dive into relaxation with stunning panoramic views.", - buttonIcon: "Waves", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-around-outdoor-swimming-pool-hotel-resort_74190-13225.jpg", - }, + title: "Infinity Pool", description: "Dive into relaxation with stunning panoramic views.", buttonIcon: "Waves", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-around-outdoor-swimming-pool-hotel-resort_74190-13225.jpg"}, { - title: "Gourmet Dining", - description: "Savor exquisite flavors from local and international cuisines.", - buttonIcon: "Utensils", - imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934693.jpg", - }, + title: "Gourmet Dining", description: "Savor exquisite flavors from local and international cuisines.", buttonIcon: "Utensils", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934693.jpg"}, { - title: "Luxury Spa", - description: "Rejuvenate your mind and body with our exclusive treatments.", - buttonIcon: "Sparkles", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-apartment-with-elegant-wood-flooring-generated-by-ai_188544-36597.jpg", - }, + title: "Luxury Spa", description: "Rejuvenate your mind and body with our exclusive treatments.", buttonIcon: "Sparkles", imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-apartment-with-elegant-wood-flooring-generated-by-ai_188544-36597.jpg"}, { - title: "Fitness Center", - description: "Stay active with state-of-the-art equipment and expert trainers.", - buttonIcon: "Dumbbell", - imageSrc: "http://img.b2bpic.net/free-photo/black-caucasian-women-standing-with-rolling-mat-studio-with-big-windows_1157-52203.jpg", - }, + title: "Fitness Center", description: "Stay active with state-of-the-art equipment and expert trainers.", buttonIcon: "Dumbbell", imageSrc: "http://img.b2bpic.net/free-photo/black-caucasian-women-standing-with-rolling-mat-studio-with-big-windows_1157-52203.jpg"}, ]} /> @@ -100,40 +70,16 @@ export default function HomePage() { description="Experience unparalleled comfort in our thoughtfully designed rooms and suites." plans={[ { - tag: "Comfort", - price: "$200/night", - description: "Cozy retreat with essential amenities.", - features: [ - "King Size Bed", - "City View", - "Free Wi-Fi", - "Minibar", - ], - id: "standard-room", + tag: "Comfort", price: "$200/night", description: "Cozy retreat with essential amenities.", features: [ + "King Size Bed", "City View", "Free Wi-Fi", "Minibar"] }, { - tag: "Premium", - price: "$350/night", - description: "Spacious elegance with enhanced features.", - features: [ - "King Size Bed", - "Ocean View Balcony", - "Complimentary Breakfast", - "Luxury Bath Amenities", - ], - id: "deluxe-room", + tag: "Premium", price: "$350/night", description: "Spacious elegance with enhanced features.", features: [ + "King Size Bed", "Ocean View Balcony", "Complimentary Breakfast", "Luxury Bath Amenities"] }, { - tag: "Ultimate", - price: "$600/night", - description: "Indulge in expansive luxury and personalized service.", - features: [ - "Separate Living Area", - "Private Terrace", - "Personal Concierge", - "Exclusive Access Lounge", - ], - id: "suite-room", + tag: "Ultimate", price: "$600/night", description: "Indulge in expansive luxury and personalized service.", features: [ + "Separate Living Area", "Private Terrace", "Personal Concierge", "Exclusive Access Lounge"] }, ]} /> @@ -146,40 +92,15 @@ export default function HomePage() { description="Hear from travelers who have made unforgettable memories with us." testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "Frequent Traveler", - quote: "Absolutely magnificent stay! The service was impeccable, and the room was beyond luxurious. We can't wait to return!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-successful-beautiful-confident-senior-businesswoman-her-fifties-with-gray-hair-blue-wise-eyes-posing-indoors-keeping-arms-folded-looking-with-charming-smile_344912-1851.jpg", - }, + name: "Sarah Johnson", role: "Frequent Traveler", quote: "Absolutely magnificent stay! The service was impeccable, and the room was beyond luxurious. We can't wait to return!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-successful-beautiful-confident-senior-businesswoman-her-fifties-with-gray-hair-blue-wise-eyes-posing-indoors-keeping-arms-folded-looking-with-charming-smile_344912-1851.jpg"}, { - id: "2", - name: "Michael Chen", - role: "Family Vacationer", - quote: "The best hotel experience we've ever had. Every detail was perfect, from the gourmet dining to the breathtaking views.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg", - }, + name: "Michael Chen", role: "Family Vacationer", quote: "The best hotel experience we've ever had. Every detail was perfect, from the gourmet dining to the breathtaking views.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg"}, { - id: "3", - name: "Emily Rodriguez", - role: "Leisure Guest", - quote: "A truly serene escape. The luxury spa was divine, and the staff made us feel incredibly welcome and pampered.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-serious-african-man-showing-grimace-looking_171337-9851.jpg", - }, + name: "Emily Rodriguez", role: "Leisure Guest", quote: "A truly serene escape. The luxury spa was divine, and the staff made us feel incredibly welcome and pampered.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-serious-african-man-showing-grimace-looking_171337-9851.jpg"}, { - id: "4", - name: "David Kim", - role: "Solo Adventurer", - quote: "Highly recommend Hotel Lux! The amenities are top-notch, and the location is ideal for both relaxation and exploration.", - imageSrc: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg", - }, + name: "David Kim", role: "Solo Adventurer", quote: "Highly recommend Hotel Lux! The amenities are top-notch, and the location is ideal for both relaxation and exploration.", imageSrc: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg"}, { - id: "5", - name: "Maria Garcia", - role: "Honeymoon Couple", - quote: "We extended our stay because we loved it so much. A gem of a hotel with exceptional hospitality and romantic ambiance.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", - }, + name: "Maria Garcia", role: "Honeymoon Couple", quote: "We extended our stay because we loved it so much. A gem of a hotel with exceptional hospitality and romantic ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg"}, ]} /> @@ -191,21 +112,13 @@ export default function HomePage() { description="Find quick answers to common inquiries about your stay at Hotel Lux, ensuring a smooth and enjoyable experience." items={[ { - question: "What are the standard check-in and check-out times?", - answer: "Check-in is at 3:00 PM, and check-out is at 11:00 AM. Early check-in or late check-out may be available upon request and subject to availability.", - }, + question: "What are the standard check-in and check-out times?", answer: "Check-in is at 3:00 PM, and check-out is at 11:00 AM. Early check-in or late check-out may be available upon request and subject to availability."}, { - question: "Is breakfast included in the room rate?", - answer: "Breakfast inclusion varies by room type and booking package. Please check your reservation details or contact our reception for more information.", - }, + question: "Is breakfast included in the room rate?", answer: "Breakfast inclusion varies by room type and booking package. Please check your reservation details or contact our reception for more information."}, { - question: "Do you offer airport shuttle services?", - answer: "Yes, we provide airport shuttle services. Please arrange this with our concierge at least 24 hours in advance to ensure availability.", - }, + question: "Do you offer airport shuttle services?", answer: "Yes, we provide airport shuttle services. Please arrange this with our concierge at least 24 hours in advance to ensure availability."}, { - question: "Are pets allowed at Hotel Lux?", - answer: "Unfortunately, pets are not permitted at Hotel Lux, with the exception of service animals as required by law.", - }, + question: "Are pets allowed at Hotel Lux?", answer: "Unfortunately, pets are not permitted at Hotel Lux, with the exception of service animals as required by law."}, ]} /> @@ -217,27 +130,16 @@ export default function HomePage() { description="Have a question, need assistance with your booking, or ready to reserve your dream vacation? Contact us today – our dedicated team is here to help." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - }, + name: "phone", type: "tel", placeholder: "Phone Number"}, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 4, + name: "message", placeholder: "Your Message", rows: 4, required: true, }} buttonText="Send Message"