From 006ec0dc150acc2aa79f4866dca147219360b8fb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:55:34 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 11da0a1..29a796d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,8 +18,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Rooms & Pricing", href: "/rooms" }, { label: "Gallery", href: "/gallery" }, @@ -27,8 +26,7 @@ export default function ContactPage() { ], }, { - 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" }, @@ -36,8 +34,7 @@ export default function ContactPage() { ], }, { - title: "Address", - items: [ + title: "Address", items: [ { label: "Brown Road Chowk", href: "#" }, { label: "Div No 2, CMC Campus", href: "#" }, { label: "Field Gunj, Ludhiana", href: "#" }, @@ -45,8 +42,7 @@ export default function ContactPage() { ], }, { - 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: "#" }, @@ -62,7 +58,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -80,10 +76,9 @@ export default function ContactPage() { title="Reserve Your Stay Today" description="Contact us directly via phone, WhatsApp, or email to book your room and get special offers for direct bookings!" background={{ - variant: "grid", - }} + variant: "plain"}} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/hotel-booking-reservation-form-concept_53876-122737.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/hotel-booking-reservation-form-concept_53876-122737.jpg" imageAlt="Hotel booking confirmation" mediaAnimation="slide-up" mediaPosition="right"