diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 7ee55b6..9cdd5e4 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -18,13 +18,9 @@ export default function HomePage() { title="Welcome to Hôtel El Hayat" description="Experience comfort, hospitality, and quality service in the heart of Batna. Your sanctuary for both business and leisure stays." primaryButton={{ - text: "Check Availability", - href: "#contact", - }} + text: "Check Availability", href: "#contact"}} secondaryButton={{ - text: "View Amenities", - href: "#features", - }} + text: "View Amenities", href: "#features"}} imageSrc="http://img.b2bpic.net/free-photo/empty-corridor-interior-entrance-hall-house-with-dramatic-background_9083-8110.jpg" /> @@ -50,34 +46,22 @@ export default function HomePage() { features={[ { icon: Wifi, - title: "Free High-Speed Wi-Fi", - description: "Stay connected with complimentary internet access throughout the hotel.", - }, + title: "Free High-Speed Wi-Fi", description: "Stay connected with complimentary internet access throughout the hotel."}, { icon: Coffee, - title: "Complimentary Breakfast", - description: "Enjoy a fresh, free breakfast to start your day right.", - }, + title: "Complimentary Breakfast", description: "Enjoy a fresh, free breakfast to start your day right."}, { icon: Car, - title: "Free Private Parking", - description: "Secure parking is available at no extra cost for all our guests.", - }, + title: "Free Private Parking", description: "Secure parking is available at no extra cost for all our guests."}, { icon: Wind, - title: "Climate Control", - description: "Every room is fully air-conditioned for your comfort.", - }, + title: "Climate Control", description: "Every room is fully air-conditioned for your comfort."}, { icon: Activity, - title: "Gym Facilities", - description: "Maintain your workout routine with our on-site gym.", - }, + title: "Gym Facilities", description: "Maintain your workout routine with our on-site gym."}, { icon: Waves, - title: "Pool Access", - description: "Relax and unwind in our refreshing swimming pool.", - }, + title: "Pool Access", description: "Relax and unwind in our refreshing swimming pool."}, ]} /> @@ -91,31 +75,16 @@ export default function HomePage() { description="Quality service that speaks for itself." metrics={[ { - value: "4.1", - title: "Google Rating", - features: [ - "Over 430 reviews", - "Consistently rated good", - "Friendly staff praise", - ], + value: "4.1", title: "Google Rating", features: [ + "Over 430 reviews", "Consistently rated good", "Friendly staff praise"], }, { - value: "3", - title: "Star Rating", - features: [ - "Reliable quality", - "Comfortable rooms", - "Essential amenities", - ], + value: "3", title: "Star Rating", features: [ + "Reliable quality", "Comfortable rooms", "Essential amenities"], }, { - value: "100%", - title: "Guest Satisfaction", - features: [ - "Professional check-in", - "Clean facilities", - "Supportive staff", - ], + value: "100%", title: "Guest Satisfaction", features: [ + "Professional check-in", "Clean facilities", "Supportive staff"], }, ]} /> @@ -130,40 +99,15 @@ export default function HomePage() { description="Read about the experiences of those who have stayed with us." testimonials={[ { - id: "1", - name: "Sarah J.", - role: "Traveler", - quote: "The staff was incredibly helpful and welcoming. A great experience!", - imageSrc: "http://img.b2bpic.net/free-photo/happy-air-hostess-talking-her-mobile-phone_107420-85038.jpg", - }, + name: "Sarah J.", role: "Traveler", quote: "The staff was incredibly helpful and welcoming. A great experience!", imageSrc: "http://img.b2bpic.net/free-photo/happy-air-hostess-talking-her-mobile-phone_107420-85038.jpg"}, { - id: "2", - name: "Michael B.", - role: "Business Guest", - quote: "Clean, comfortable, and centrally located in Batna. Highly recommend.", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-handing-his-boarding-pass-counter_107420-63586.jpg", - }, + name: "Michael B.", role: "Business Guest", quote: "Clean, comfortable, and centrally located in Batna. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-handing-his-boarding-pass-counter_107420-63586.jpg"}, { - id: "3", - name: "Fatima A.", - role: "Vacationer", - quote: "Loved the breakfast options and the free parking availability.", - imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-tourist-holding-camera_23-2147652876.jpg", - }, + name: "Fatima A.", role: "Vacationer", quote: "Loved the breakfast options and the free parking availability.", imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-tourist-holding-camera_23-2147652876.jpg"}, { - id: "4", - name: "David K.", - role: "Tourist", - quote: "The hotel provides excellent value for money. Very professional.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-female-staff-standing-escalator_107420-63613.jpg", - }, + name: "David K.", role: "Tourist", quote: "The hotel provides excellent value for money. Very professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-female-staff-standing-escalator_107420-63613.jpg"}, { - id: "5", - name: "Yasmine R.", - role: "Visitor", - quote: "Excellent Wi-Fi connection and very supportive reception staff.", - imageSrc: "http://img.b2bpic.net/free-photo/copy-space-smiley-business-woman-with-glasses_23-2148317348.jpg", - }, + name: "Yasmine R.", role: "Visitor", quote: "Excellent Wi-Fi connection and very supportive reception staff.", imageSrc: "http://img.b2bpic.net/free-photo/copy-space-smiley-business-woman-with-glasses_23-2148317348.jpg"}, ]} /> @@ -177,21 +121,13 @@ export default function HomePage() { description="Quick answers to help you plan your stay." items={[ { - question: "What are the check-in and check-out times?", - answer: "Check-in is at 1:00 PM and check-out is at 12:00 PM.", - }, + question: "What are the check-in and check-out times?", answer: "Check-in is at 1:00 PM and check-out is at 12:00 PM."}, { - question: "Is parking available?", - answer: "Yes, we provide free private parking in our garage for all guests.", - }, + question: "Is parking available?", answer: "Yes, we provide free private parking in our garage for all guests."}, { - question: "Is breakfast included?", - answer: "Yes, we offer a complimentary breakfast to all registered guests.", - }, + question: "Is breakfast included?", answer: "Yes, we offer a complimentary breakfast to all registered guests."}, { - question: "Is there Wi-Fi?", - answer: "Yes, high-speed Wi-Fi is free to access throughout the hotel.", - }, + question: "Is there Wi-Fi?", answer: "Yes, high-speed Wi-Fi is free to access throughout the hotel."}, ]} imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683469.jpg" /> @@ -204,13 +140,9 @@ export default function HomePage() { tag="Get in Touch" text="Ready to book your stay or have questions about our services? Our team is here to help." primaryButton={{ - text: "Call Now: 033 80 46 01", - href: "tel:033804601", - }} + text: "Call Now: 033 80 46 01", href: "tel:033804601"}} secondaryButton={{ - text: "Send an Inquiry", - href: "mailto:info@hotelhayat.com", - }} + text: "Send an Inquiry", href: "mailto:info@hotelhayat.com"}} />