diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 7ee4d22..89e0be2 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -11,234 +11,119 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="5-Star Luxury Experience" + title="Welcome to Mirador Palace Hotel" + description="Experience elegance and sophistication in the heart of Chlef. Opposite the railway station, our hotel provides an upscale retreat for business and leisure travelers alike." + primaryButton={{ text: "Book Now", href: "https://miradorpalace.com" }} + secondaryButton={{ text: "Call 020 64 30 00", href: "tel:020643000" }} + imageSrc="http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199334.jpg" + /> +
+
-
- +
+ - -
+ title="About Our Palace" + descriptions={[ + "Mirador Palace Hotel is a landmark of luxury in Chlef, designed to offer an unparalleled guest experience. Our commitment to excellence ensures every detail of your stay is catered to with precision.", "Perfectly situated for accessibility, we are just 5 km from the Chorfa Amusement Park and a short distance from the University of Chlef, making us the premier choice for your next trip."]} + /> +
+
-
- +
+ - -
+ tag="Accommodations" + title="Luxury Suites & Rooms" + description="Discover our collection of premium rooms and suites, meticulously designed for comfort and elegance." + items={[ + { title: "Presidential Suite", description: "Spacious luxury living with panoramic views.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv_105762-2296.jpg" }, + { title: "Executive Double", description: "Perfect for business travelers seeking quality.", imageSrc: "http://img.b2bpic.net/free-photo/relax-bedroom_1150-17980.jpg" }, + { title: "Deluxe Queen Room", description: "Unrivaled comfort for your rest.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-talking-phone_23-2148352552.jpg" }, + { title: "Grand Suite", description: "Sophisticated interior with premium amenities.", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-4451.jpg" }, + { title: "Junior Suite", description: "Elegant design meeting functional comfort.", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_1203-2656.jpg" }, + { title: "Family Suite", description: "Ideal for families needing space.", imageSrc: "http://img.b2bpic.net/free-photo/cute-fedora-hat-cozy-bed-with-pillows_181624-40548.jpg" }, + { title: "Royal Master Suite", description: "The peak of our hospitality experience.", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-interior-design_23-2151978955.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Amenities" + title="Experience First-Class Comfort" + description="We offer a wide array of premium amenities designed to make your stay effortless and memorable." + features={[ + { + title: "Indoor Swimming Pool", description: "Relax and recharge in our climate-controlled pool.", bentoComponent: "orbiting-icons", centerIcon: "Waves", orbitIcons: ["Waves", "Umbrella", "Smile"] + }, + { + title: "Dining & Breakfast", description: "Enjoy freshly prepared breakfasts and fine dining experiences.", bentoComponent: "info-card-marquee", infoCards: [ + { icon: "Coffee", label: "Breakfast", value: "Free" }, + { icon: "Utensils", label: "Restaurant", value: "On-site" } + ] + }, + { + title: "Guest Accessibility", description: "Fully accessible facilities throughout the hotel.", bentoComponent: "checklist-timeline", heading: "Accessible Luxury", subheading: "Our features include:", checklistItems: [ + { label: "Wheelchair Access", detail: "All public areas" }, + { label: "Priority Check-in", detail: "For guests" }, + { label: "Concierge", detail: "Available 24/7" } + ], + completedLabel: "Certified" + } + ]} + /> +
+
-
- +
+ - -
+ tag="Reviews" + title="Guest Testimonials" + description="What our guests say about their experience at Mirador Palace." + testimonials={[ + { name: "Sarah Ahmed", role: "Traveler", quote: "Exceptional service and beautiful room decor. The staff were very accommodating.", imageSrc: "http://img.b2bpic.net/free-photo/receptionists-elegant-suits-work-hours_23-2149714441.jpg" }, + { name: "John Doe", role: "Business Guest", quote: "Perfect for business trips. The location is ideal and very convenient.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-back-car-talking-phone_1303-20474.jpg" }, + { name: "Leila B.", role: "Tourist", quote: "The breakfast options were great and the hotel overall is very upscale.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-couple-holding-digital-tablet-cottage_107420-9655.jpg" }, + { name: "Omar F.", role: "Visitor", quote: "Clean, spacious and comfortable. Will definitely stay here again.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-smiling-woman_23-2148588747.jpg" }, + { name: "Nadia K.", role: "Guest", quote: "Lovely palace style hotel with great amenities and central location.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-curly-woman-taking-photo_23-2148631365.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Support" + title="Frequently Asked Questions" + description="Find answers to common questions about our hotel." + items={[ + { question: "What is the check-in time?", answer: "Check-in time is 2:00 PM." }, + { question: "Is breakfast included?", answer: "Yes, we provide free breakfast to our guests." }, + { question: "Is there parking available?", answer: "Yes, we offer complimentary parking for all our guests." } + ]} + /> +
+
-
- +
+ - -
+ tag="Visit Us" + text="Ready to book your stay at Mirador Palace? Contact us today." + primaryButton={{ text: "Book Room", href: "https://miradorpalace.com" }} + secondaryButton={{ text: "Contact Us", href: "tel:020643000" }} + /> +
+
); }