diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a87c37..2eeaf22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Book Now", href: "https://booking.example.com"}} + text: "Book Now", href: "https://booking.example.com" + }} /> @@ -57,17 +58,23 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Luxury Hotel Room"}, + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Luxury Hotel Room" + }, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892901.jpg?_wi=1", imageAlt: "Hotel Exterior View"}, + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892901.jpg", imageAlt: "Hotel Exterior View" + }, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Deluxe Room"}, + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe Room" + }, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=3", imageAlt: "Premium Suite"}, + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Premium Suite" + }, { - id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=4", imageAlt: "Bedroom Comfort"}, + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Bedroom Comfort" + }, { - id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892901.jpg?_wi=2", imageAlt: "Building Entrance"}, + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892901.jpg", imageAlt: "Building Entrance" + }, ]} autoPlay={true} autoPlayInterval={4000} @@ -78,7 +85,8 @@ export default function LandingPage() { @@ -221,21 +243,28 @@ export default function LandingPage() { ctaTitle="Book Your Stay Today" ctaDescription="Experience comfort, convenience, and warm hospitality in the heart of Chittoor. Contact us now to secure your booking." ctaButton={{ - text: "Book Now", href: "https://booking.example.com"}} + text: "Book Now", href: "https://booking.example.com" + }} ctaIcon={Phone} faqs={[ { - id: "1", title: "What are your check-in and check-out times?", content: "Standard check-in is at 2:00 PM and check-out is at 11:00 AM. Early check-in and late check-out may be available upon request, subject to room availability."}, + id: "1", title: "What are your check-in and check-out times?", content: "Standard check-in is at 2:00 PM and check-out is at 11:00 AM. Early check-in and late check-out may be available upon request, subject to room availability." + }, { - id: "2", title: "Do you offer free breakfast?", content: "Yes, complimentary breakfast is included with all room bookings. Our in-house food court serves a variety of Indian, Continental, and South Indian cuisines."}, + id: "2", title: "Do you offer free breakfast?", content: "Yes, complimentary breakfast is included with all room bookings. Our in-house food court serves a variety of Indian, Continental, and South Indian cuisines." + }, { - id: "3", title: "Is parking available?", content: "Yes, secure parking is available free of charge for all guests. We have ample parking space with 24/7 security monitoring."}, + id: "3", title: "Is parking available?", content: "Yes, secure parking is available free of charge for all guests. We have ample parking space with 24/7 security monitoring." + }, { - id: "4", title: "How far is the railway station?", content: "Chittoor Railway Station is approximately 2 km away from our hotel. We can arrange transportation upon request for additional convenience."}, + id: "4", title: "How far is the railway station?", content: "Chittoor Railway Station is approximately 2 km away from our hotel. We can arrange transportation upon request for additional convenience." + }, { - id: "5", title: "What is your cancellation policy?", content: "Cancellations made 48 hours before check-in are eligible for a full refund. Cancellations within 48 hours may incur a charge of one night's stay."}, + id: "5", title: "What is your cancellation policy?", content: "Cancellations made 48 hours before check-in are eligible for a full refund. Cancellations within 48 hours may incur a charge of one night's stay." + }, { - id: "6", title: "Do you have a food court?", content: "Yes, our in-house food court offers multi-cuisine dining options throughout the day. Room service is also available 24/7."}, + id: "6", title: "Do you have a food court?", content: "Yes, our in-house food court offers multi-cuisine dining options throughout the day. Room service is also available 24/7." + }, ]} useInvertedBackground={false} animationType="slide-up"