diff --git a/src/app/page.tsx b/src/app/page.tsx index eb751ea..61601ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { description="Clean, spacious rooms with fast WiFi, free parking, and exceptional service. Experience comfort crafted for every traveler." buttons={[ { - text: "Book Your Stay", href: "/#contact"}, + text: "Book Your Stay", href: "/#contact"} ]} layoutOrder="default" imageSrc="http://img.b2bpic.net/free-photo/top-orange-building-with-white-balcony-window-with-clear-blue-sky-background_181624-1481.jpg" @@ -93,7 +93,7 @@ export default function LandingPage() { title: "Impeccable Cleanliness", description: "We maintain the highest standards of hygiene and cleanliness across all our rooms and common areas for your health and comfort."}, { icon: Bell, - title: "Exceptional Service", description: "Our dedicated staff is committed to providing personalized and attentive service to ensure your every need is met."}, + title: "Exceptional Service", description: "Our dedicated staff is committed to providing personalized and attentive service to ensure your every need is met."} ]} title="Exceptional Amenities for Your Comfort" description="At Sirano Hotel, we prioritize your convenience and satisfaction with a range of modern amenities designed to enhance your stay." @@ -109,16 +109,16 @@ export default function LandingPage() { products={[ { id: "standard-room", name: "Standard Room", price: "ETB 1,500/night", imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150532981.jpg", imageAlt: "Comfortable standard hotel room", priceButtonProps: { - text: "Book Now"}, + text: "Book Now"} }, { id: "deluxe-room", name: "Deluxe Room", price: "ETB 2,500/night", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118951.jpg", imageAlt: "Spacious deluxe hotel room", priceButtonProps: { - text: "Book Now"}, + text: "Book Now"} }, { id: "executive-suite", name: "Executive Suite", price: "ETB 4,000/night", imageSrc: "http://img.b2bpic.net/free-photo/chair-front-businesswoman-sitting-caf_23-2147876643.jpg", imageAlt: "Luxurious executive suite with living area", priceButtonProps: { - text: "Book Now"}, - }, + text: "Book Now"} + } ]} title="Our Comfortable & Spacious Rooms" description="Choose from a variety of beautifully appointed rooms and suites, each designed with your comfort and relaxation in mind." @@ -140,7 +140,7 @@ export default function LandingPage() { { id: "5", name: "Tigist Lemma", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-curly-hair-isolated_273609-48191.jpg", imageAlt: "Tigist Lemma"}, { - id: "6", name: "Dawit Tesfaye", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", imageAlt: "Dawit Tesfaye"}, + id: "6", name: "Dawit Tesfaye", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", imageAlt: "Dawit Tesfaye"} ]} cardTitle="Our Guests Love Their Stay" cardTag="Testimonials" @@ -162,7 +162,7 @@ export default function LandingPage() { { id: "4", title: "Do rooms have WiFi access?", content: "Absolutely, high-speed WiFi is available free of charge in all guest rooms and public areas of the hotel."}, { - id: "5", title: "Are pets allowed?", content: "Unfortunately, for the comfort of all our guests, pets are not permitted at Sirano Hotel, with the exception of service animals."}, + id: "5", title: "Are pets allowed?", content: "Unfortunately, for the comfort of all our guests, pets are not permitted at Sirano Hotel, with the exception of service animals."} ]} title="Frequently Asked Questions" description="Find quick answers to common questions about booking, amenities, and your stay at Sirano Hotel." @@ -180,7 +180,7 @@ export default function LandingPage() { { id: "contact-faq-2", title: "How can I make a reservation?", content: "You can make a reservation directly through our website's booking system, or by calling our front desk. For group bookings, please use our contact form."}, { - id: "contact-faq-3", title: "What payment methods do you accept?", content: "We accept major credit cards (Visa, MasterCard) and local payment options. Please contact us for more details on accepted payment methods."}, + id: "contact-faq-3", title: "What payment methods do you accept?", content: "We accept major credit cards (Visa, MasterCard) and local payment options. Please contact us for more details on accepted payment methods."} ]} ctaTitle="Ready to Book Your Stay?" ctaDescription="Contact us today to reserve your room or for any inquiries you may have. Our team is ready to assist you." @@ -200,8 +200,8 @@ export default function LandingPage() { { label: "Rooms", href: "/#rooms"}, { - label: "Amenities", href: "/#amenities"}, - ], + label: "Amenities", href: "/#amenities"} + ] }, { title: "Support", items: [ @@ -210,17 +210,17 @@ export default function LandingPage() { { label: "Contact Us", href: "/#contact"}, { - label: "Booking Policy", href: "#"}, - ], + label: "Booking Policy", href: "#"} + ] }, { title: "Legal", items: [ { label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", href: "#"}, - ], - }, + label: "Terms of Service", href: "#"} + ] + } ]} bottomLeftText="© 2024 Sirano Hotel. All rights reserved." bottomRightText="Built with comfort in mind."