diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index 2064f58..b4a8420 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -20,8 +20,7 @@ export default function RoomsPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Rooms & Pricing", href: "/rooms" }, { label: "Gallery", href: "/gallery" }, @@ -29,8 +28,7 @@ export default function RoomsPage() { ], }, { - 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" }, @@ -38,8 +36,7 @@ export default function RoomsPage() { ], }, { - title: "Address", - items: [ + title: "Address", items: [ { label: "Brown Road Chowk", href: "#" }, { label: "Div No 2, CMC Campus", href: "#" }, { label: "Field Gunj, Ludhiana", href: "#" }, @@ -47,8 +44,7 @@ export default function RoomsPage() { ], }, { - 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: "#" }, @@ -64,7 +60,7 @@ export default function RoomsPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -78,33 +74,15 @@ export default function RoomsPage() {