Update src/app/contact/page.tsx

This commit is contained in:
2026-03-08 11:55:34 +00:00
parent 0b70c621b9
commit 006ec0dc15

View File

@@ -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"