diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 65b2421..b7b17dc 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -19,8 +19,7 @@ export default function GalleryPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Rooms & Pricing", href: "/rooms" }, { label: "Gallery", href: "/gallery" }, @@ -28,8 +27,7 @@ export default function GalleryPage() { ], }, { - title: "Contact Us", - items: [ + title: "Contact Us", items: [ { label: "Call: +91 98146 77736", href: "tel:+919814677736" }, { label: "WhatsApp", href: "https://wa.me/919814677736" }, { label: "Email: info@hotelbrown.com", href: "mailto:info@hotelbrown.com" }, @@ -37,8 +35,7 @@ export default function GalleryPage() { ], }, { - title: "Address", - items: [ + title: "Address", items: [ { label: "Brown Road Chowk", href: "#" }, { label: "Div No 2, CMC Campus", href: "#" }, { label: "Field Gunj, Ludhiana", href: "#" }, @@ -46,8 +43,7 @@ export default function GalleryPage() { ], }, { - title: "Hours", - items: [ + title: "Hours", items: [ { label: "Check-in: 2:00 PM", href: "#" }, { label: "Check-out: 12:00 PM", href: "#" }, { label: "Reception: 24/7", href: "#" }, @@ -63,7 +59,7 @@ export default function GalleryPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -82,62 +78,24 @@ export default function GalleryPage() { tagAnimation="slide-up" features={[ { - id: "deluxe-gallery", - title: "Deluxe Rooms", - description: "Premium comfort with elegant furnishings and modern amenities for a luxurious stay.", - tag: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg?_wi=4", - imageAlt: "Deluxe room with premium amenities", - }, + id: "deluxe-gallery", title: "Deluxe Rooms", description: "Premium comfort with elegant furnishings and modern amenities for a luxurious stay.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg", imageAlt: "Deluxe room with premium amenities"}, { - id: "standard-gallery", - title: "Standard Rooms", - description: "Comfortable and well-equipped rooms perfect for business travelers and families.", - tag: "Comfortable", - imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3603.jpg?_wi=5", - imageAlt: "Standard room with essential amenities", - }, + id: "standard-gallery", title: "Standard Rooms", description: "Comfortable and well-equipped rooms perfect for business travelers and families.", tag: "Comfortable", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3603.jpg", imageAlt: "Standard room with essential amenities"}, { - id: "budget-gallery", - title: "Budget Rooms", - description: "Affordable accommodation with essential amenities and clean, comfortable setup.", - tag: "Affordable", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-2683.jpg?_wi=3", - imageAlt: "Budget room clean and comfortable", - }, + id: "budget-gallery", title: "Budget Rooms", description: "Affordable accommodation with essential amenities and clean, comfortable setup.", tag: "Affordable", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-2683.jpg", imageAlt: "Budget room clean and comfortable"}, { - id: "lobby-gallery", - title: "Hotel Lobby", - description: "Modern reception area and welcoming lobby with comfortable seating and warm ambiance.", - tag: "Interior", - imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg?_wi=6", - imageAlt: "Hotel lobby reception area", - }, + id: "lobby-gallery", title: "Hotel Lobby", description: "Modern reception area and welcoming lobby with comfortable seating and warm ambiance.", tag: "Interior", imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg", imageAlt: "Hotel lobby reception area"}, { - id: "dining-gallery", - title: "Dining Area", - description: "Cozy dining space for breakfast and meals with a warm, welcoming atmosphere.", - tag: "Facilities", - imageSrc: "http://img.b2bpic.net/free-photo/dinner-party-with-delicious-food-table_23-2150648829.jpg?_wi=4", - imageAlt: "Hotel dining area breakfast restaurant", - }, + id: "dining-gallery", title: "Dining Area", description: "Cozy dining space for breakfast and meals with a warm, welcoming atmosphere.", tag: "Facilities", imageSrc: "http://img.b2bpic.net/free-photo/dinner-party-with-delicious-food-table_23-2150648829.jpg", imageAlt: "Hotel dining area breakfast restaurant"}, { - id: "parking-gallery", - title: "Parking Facility", - description: "Secure parking area providing safe and convenient vehicle storage for guests.", - tag: "Amenities", - imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-order-curbside-pickup-outdoors_23-2149106400.jpg?_wi=3", - imageAlt: "Hotel parking area secure vehicles", - }, + id: "parking-gallery", title: "Parking Facility", description: "Secure parking area providing safe and convenient vehicle storage for guests.", tag: "Amenities", imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-order-curbside-pickup-outdoors_23-2149106400.jpg", imageAlt: "Hotel parking area secure vehicles"}, ]} animationType="slide-up" textboxLayout="default" useInvertedBackground={false} buttons={[ { - text: "Book a Room", - href: "/rooms", - }, + text: "Book a Room", href: "/rooms"}, ]} ariaLabel="Hotel photo gallery showcasing rooms and facilities" /> @@ -152,38 +110,18 @@ export default function GalleryPage() { tagAnimation="slide-up" features={[ { - id: "cmc-location", - title: "CMC Hospital", - description: "Located in close proximity to CMC Campus, ideal for patients and medical visitors.", - tag: "Healthcare", - imageSrc: "http://img.b2bpic.net/free-photo/view-building-architecture-london-city_23-2149437465.jpg?_wi=2", - imageAlt: "CMC hospital nearby", - }, + id: "cmc-location", title: "CMC Hospital", description: "Located in close proximity to CMC Campus, ideal for patients and medical visitors.", tag: "Healthcare", imageSrc: "http://img.b2bpic.net/free-photo/view-building-architecture-london-city_23-2149437465.jpg", imageAlt: "CMC hospital nearby"}, { - id: "railway-location", - title: "Railway Station", - description: "Easy access to Ludhiana Railway Station for convenient travel and connectivity.", - tag: "Transport", - imageSrc: "http://img.b2bpic.net/free-photo/traveler-looking-map-station-platfom_23-2148228453.jpg?_wi=2", - imageAlt: "Railway station access", - }, + id: "railway-location", title: "Railway Station", description: "Easy access to Ludhiana Railway Station for convenient travel and connectivity.", tag: "Transport", imageSrc: "http://img.b2bpic.net/free-photo/traveler-looking-map-station-platfom_23-2148228453.jpg", imageAlt: "Railway station access"}, { - id: "markets-location", - title: "Local Markets", - description: "Walking distance to popular shopping bazaars and local markets for shopping enthusiasts.", - tag: "Shopping", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-holding-shopping-bags_23-2149461685.jpg?_wi=2", - imageAlt: "Local markets shopping area", - }, + id: "markets-location", title: "Local Markets", description: "Walking distance to popular shopping bazaars and local markets for shopping enthusiasts.", tag: "Shopping", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-holding-shopping-bags_23-2149461685.jpg", imageAlt: "Local markets shopping area"}, ]} animationType="slide-up" textboxLayout="default" useInvertedBackground={true} buttons={[ { - text: "Get Directions", - href: "https://maps.google.com/?q=Hotel+Brown+Ludhiana", - }, + text: "Get Directions", href: "https://maps.google.com/?q=Hotel+Brown+Ludhiana"}, ]} ariaLabel="Hotel location and nearby attractions" /> @@ -196,9 +134,9 @@ export default function GalleryPage() { tagAnimation="slide-up" title="Get in Touch With Us" description="Have questions about our rooms or facilities? Contact us today via phone, WhatsApp, or email to make a reservation or inquire about special packages." - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/hotel-booking-reservation-form-concept_53876-122737.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/hotel-booking-reservation-form-concept_53876-122737.jpg" imageAlt="Hotel booking confirmation" mediaAnimation="slide-up" mediaPosition="right"