diff --git a/src/app/page.tsx b/src/app/page.tsx index 593d934..2d525fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -37,7 +37,8 @@ export default function LandingPage() { { name: "Contact", id: "booking" }, ]} button={{ - text: "Check Availability", href: "https://www.booking.com"}} + text: "Check Availability", href: "https://www.booking.com" + }} /> @@ -47,18 +48,23 @@ export default function LandingPage() { description="আদিত্য রেসিডেন্সি | 3-Star Comfort in Guwahati" tag="4.3 ★ (508 reviews)" tagIcon={Star} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg?_wi=1", imageAlt: "Aditya Residency Hotel Building Exterior"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg", imageAlt: "Aditya Residency Hotel Building Exterior" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-9520.jpg", imageAlt: "Comfortable Hotel Room"}, + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-9520.jpg", imageAlt: "Comfortable Hotel Room" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-bed_171337-12759.jpg?_wi=1", imageAlt: "Standard Room Accommodation"}, + imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-bed_171337-12759.jpg", imageAlt: "Standard Room Accommodation" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6174.jpg?_wi=1", imageAlt: "Deluxe Room with Premium Amenities"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6174.jpg", imageAlt: "Deluxe Room with Premium Amenities" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/parent-looking-their-kids-fighting-bed-home_23-2148207995.jpg?_wi=1", imageAlt: "Family Room Spacious Accommodation"}, + imageSrc: "http://img.b2bpic.net/free-photo/parent-looking-their-kids-fighting-bed-home_23-2148207995.jpg", imageAlt: "Family Room Spacious Accommodation" + }, ]} buttons={[ { text: "Check Availability", href: "https://www.booking.com" }, @@ -74,16 +80,20 @@ export default function LandingPage() { features={[ { id: "1", title: "24×7 Reception", author: "Always Available", description: "Round-the-clock reception service for all your needs and queries, ensuring assistance whenever required.", tags: ["Service", "Available"], - imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712935.jpg?_wi=1", imageAlt: "Hotel Lobby"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712935.jpg", imageAlt: "Hotel Lobby" + }, { id: "2", title: "Free Wi-Fi", author: "High-Speed Internet", description: "Complimentary high-speed Wi-Fi connectivity throughout the hotel for seamless internet access.", tags: ["Amenity", "Connectivity"], - imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-bed_171337-12759.jpg?_wi=2", imageAlt: "Room with Wi-Fi"}, + imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-bed_171337-12759.jpg", imageAlt: "Room with Wi-Fi" + }, { id: "3", title: "AC Rooms", author: "Climate Control", description: "All rooms feature air conditioning for comfortable temperature control throughout your stay.", tags: ["Comfort", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6174.jpg?_wi=2", imageAlt: "Deluxe Room"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6174.jpg", imageAlt: "Deluxe Room" + }, { id: "4", title: "Free Parking", author: "Secure Facility", description: "Complimentary secure parking facility available for all guests and visitors.", tags: ["Parking", "Convenience"], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg?_wi=2", imageAlt: "Hotel Building"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg", imageAlt: "Hotel Building" + }, ]} animationType="slide-up" textboxLayout="default" @@ -98,16 +108,20 @@ export default function LandingPage() { products={[ { id: "1", brand: "ADITYA RESIDENCY", name: "Standard Room", price: "₹1,432*", rating: 4, - reviewCount: "508", imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-bed_171337-12759.jpg?_wi=3", imageAlt: "Standard Room - 2 Adults"}, + reviewCount: "508", imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-bed_171337-12759.jpg", imageAlt: "Standard Room - 2 Adults" + }, { id: "2", brand: "ADITYA RESIDENCY", name: "Deluxe Room", price: "₹2,150*", rating: 4, - reviewCount: "508", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6174.jpg?_wi=3", imageAlt: "Deluxe Room - Premium Comfort"}, + reviewCount: "508", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6174.jpg", imageAlt: "Deluxe Room - Premium Comfort" + }, { id: "3", brand: "ADITYA RESIDENCY", name: "Family Room", price: "₹2,865*", rating: 4, - reviewCount: "508", imageSrc: "http://img.b2bpic.net/free-photo/parent-looking-their-kids-fighting-bed-home_23-2148207995.jpg?_wi=2", imageAlt: "Family Room - Triple Occupancy"}, + reviewCount: "508", imageSrc: "http://img.b2bpic.net/free-photo/parent-looking-their-kids-fighting-bed-home_23-2148207995.jpg", imageAlt: "Family Room - Triple Occupancy" + }, { id: "4", brand: "ADITYA RESIDENCY", name: "Suite", price: "₹3,500*", rating: 5, - reviewCount: "508", imageSrc: "http://img.b2bpic.net/free-photo/lonely-bride-sits-bed-large-hotel-room_8353-7215.jpg", imageAlt: "Suite - Premium Luxury"}, + reviewCount: "508", imageSrc: "http://img.b2bpic.net/free-photo/lonely-bride-sits-bed-large-hotel-room_8353-7215.jpg", imageAlt: "Suite - Premium Luxury" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -125,17 +139,23 @@ export default function LandingPage() { description="Hear from our satisfied guests about their experiences at Aditya Residency" testimonials={[ { - id: "1", name: "Rajesh Kumar", handle: "Verified Guest", testimonial: "Excellent cleanliness and very helpful staff. The rooms are well-maintained and the location is perfect for accessing the city center.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-standing-with-hand-touching-his-chin-looking-camera-smile-wearing-white-shirt-cream-jacket-white-background-business-concept_549566-823.jpg", imageAlt: "Rajesh Kumar"}, + id: "1", name: "Rajesh Kumar", handle: "Verified Guest", testimonial: "Excellent cleanliness and very helpful staff. The rooms are well-maintained and the location is perfect for accessing the city center.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-standing-with-hand-touching-his-chin-looking-camera-smile-wearing-white-shirt-cream-jacket-white-background-business-concept_549566-823.jpg", imageAlt: "Rajesh Kumar" + }, { - id: "2", name: "Priya Sharma", handle: "Verified Guest", testimonial: "Great value for money! The staff was incredibly friendly and the rooms exceeded my expectations. Highly recommended for budget travelers.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-white-dress_1187-3911.jpg", imageAlt: "Priya Sharma"}, + id: "2", name: "Priya Sharma", handle: "Verified Guest", testimonial: "Great value for money! The staff was incredibly friendly and the rooms exceeded my expectations. Highly recommended for budget travelers.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-white-dress_1187-3911.jpg", imageAlt: "Priya Sharma" + }, { - id: "3", name: "Amit Patel", handle: "Verified Guest", testimonial: "Perfect location near GMC Hostel Road. The hotel is clean, safe, and offers excellent service. Will definitely stay again.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1624.jpg", imageAlt: "Amit Patel"}, + id: "3", name: "Amit Patel", handle: "Verified Guest", testimonial: "Perfect location near GMC Hostel Road. The hotel is clean, safe, and offers excellent service. Will definitely stay again.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1624.jpg", imageAlt: "Amit Patel" + }, { - id: "4", name: "Sarah Wilson", handle: "Verified Guest", testimonial: "Comfortable accommodation with modern amenities. The 24/7 reception was very helpful. Excellent experience overall!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg", imageAlt: "Sarah Wilson"}, + id: "4", name: "Sarah Wilson", handle: "Verified Guest", testimonial: "Comfortable accommodation with modern amenities. The 24/7 reception was very helpful. Excellent experience overall!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg", imageAlt: "Sarah Wilson" + }, { - id: "5", name: "Vikram Singh", handle: "Verified Guest", testimonial: "Clean rooms, friendly staff, and great location. The free Wi-Fi is fast and the parking facility is secure. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg", imageAlt: "Vikram Singh"}, + id: "5", name: "Vikram Singh", handle: "Verified Guest", testimonial: "Clean rooms, friendly staff, and great location. The free Wi-Fi is fast and the parking facility is secure. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg", imageAlt: "Vikram Singh" + }, { - id: "6", name: "Ananya Das", handle: "Verified Guest", testimonial: "Fantastic stay! The rooms are spacious and comfortable. The LGBTQ+ friendly atmosphere made me feel very welcome.", imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg", imageAlt: "Ananya Das"}, + id: "6", name: "Ananya Das", handle: "Verified Guest", testimonial: "Fantastic stay! The rooms are spacious and comfortable. The LGBTQ+ friendly atmosphere made me feel very welcome.", imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg", imageAlt: "Ananya Das" + }, ]} animationType="slide-up" textboxLayout="default" @@ -153,7 +173,7 @@ export default function LandingPage() { { value: "10+", title: "Years of Service" }, { value: "4.3★", title: "Guest Rating" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712935.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712935.jpg" imageAlt="Aditya Residency Hotel Lobby" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -176,13 +196,17 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", title: "Close to GMC Hostel & Ananda Nagar", content: "ADITYA RESIDENCY is strategically positioned near GMC Hostel Road in the heart of Christian Basti, providing easy access to educational institutions and the Ananda Nagar locality."}, + id: "1", title: "Close to GMC Hostel & Ananda Nagar", content: "ADITYA RESIDENCY is strategically positioned near GMC Hostel Road in the heart of Christian Basti, providing easy access to educational institutions and the Ananda Nagar locality." + }, { - id: "2", title: "Easy Access to City Center", content: "Our location offers convenient connectivity to Guwahati's city center and major transportation hubs. Reach shopping districts, restaurants, and cultural attractions within minutes."}, + id: "2", title: "Easy Access to City Center", content: "Our location offers convenient connectivity to Guwahati's city center and major transportation hubs. Reach shopping districts, restaurants, and cultural attractions within minutes." + }, { - id: "3", title: "Nearest Airport & Transport", content: "Lokpriya Gopinath Bordoloi International Airport is approximately 25 km away. Local bus services and taxi stands are within walking distance for easy city navigation."}, + id: "3", title: "Nearest Airport & Transport", content: "Lokpriya Gopinath Bordoloi International Airport is approximately 25 km away. Local bus services and taxi stands are within walking distance for easy city navigation." + }, { - id: "4", title: "Nearby Amenities", content: "Banks, ATMs, restaurants, pharmacies, and shopping centers are located nearby. Essential services and dining options are easily accessible from the hotel."}, + id: "4", title: "Nearby Amenities", content: "Banks, ATMs, restaurants, pharmacies, and shopping centers are located nearby. Essential services and dining options are easily accessible from the hotel." + }, ]} /> @@ -192,19 +216,24 @@ export default function LandingPage() { ctaTitle="Ready to Book Your Stay?" ctaDescription="Check availability and secure your reservation at ADITYA RESIDENCY today. Contact us for special rates and packages." ctaButton={{ - text: "Check Availability Now", href: "https://www.booking.com"}} + text: "Check Availability Now", href: "https://www.booking.com" + }} ctaIcon={Calendar} useInvertedBackground={true} animationType="slide-up" faqs={[ { - id: "1", title: "What are your cancellation policies?", content: "We offer free cancellation until the check-in date. Please check with our partner sites for specific terms and conditions. Our 24/7 reception team can provide detailed information about cancellation policies."}, + id: "1", title: "What are your cancellation policies?", content: "We offer free cancellation until the check-in date. Please check with our partner sites for specific terms and conditions. Our 24/7 reception team can provide detailed information about cancellation policies." + }, { - id: "2", title: "Do you offer group bookings or special rates?", content: "Yes, we welcome group bookings and offer special rates for extended stays. Contact us directly at 069012 55510 to discuss group packages and corporate rates."}, + id: "2", title: "Do you offer group bookings or special rates?", content: "Yes, we welcome group bookings and offer special rates for extended stays. Contact us directly at 069012 55510 to discuss group packages and corporate rates." + }, { - id: "3", title: "What amenities are included in all rooms?", content: "All rooms include complimentary Wi-Fi, air conditioning, comfortable bedding, private bathroom with hot water, and 24/7 room service access through our reception desk."}, + id: "3", title: "What amenities are included in all rooms?", content: "All rooms include complimentary Wi-Fi, air conditioning, comfortable bedding, private bathroom with hot water, and 24/7 room service access through our reception desk." + }, { - id: "4", title: "How can I contact the hotel?", content: "You can reach us at 069012 55510 or visit us at GMC Hostel Rd, Ananda Nagar, Christian Basti, Guwahati, Assam 781005. Our friendly staff is available 24/7 to assist you."}, + id: "4", title: "How can I contact the hotel?", content: "You can reach us at 069012 55510 or visit us at GMC Hostel Rd, Ananda Nagar, Christian Basti, Guwahati, Assam 781005. Our friendly staff is available 24/7 to assist you." + }, ]} /> @@ -242,4 +271,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file