diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 95ddd1e..2c66008 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,6 +6,7 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { HelpCircle } from "lucide-react"; +import Link from "next/link"; export default function ContactPage() { return ( @@ -15,7 +16,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="compact" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -30,30 +31,30 @@ export default function ContactPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Book Now", - href: "https://booking.serenityhotels.com" + text: "Book Now", href: "https://booking.serenityhotels.com" }} /> +
+ Home + About + Contact +
@@ -63,8 +64,7 @@ export default function ContactPage() { @@ -112,8 +104,7 @@ export default function ContactPage() { copyrightText="© 2025 Serenity Hotels. All rights reserved. | Luxury Hospitality" columns={[ { - title: "About", - items: [ + title: "About", items: [ { label: "Our Story", href: "/about" }, { label: "Careers", href: "https://careers.serenityhotels.com" }, { label: "Sustainability", href: "https://sustainability.serenityhotels.com" }, @@ -121,8 +112,7 @@ export default function ContactPage() { ] }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Rooms & Suites", href: "/" }, { label: "Amenities", href: "/" }, { label: "Events & Weddings", href: "https://events.serenityhotels.com" }, @@ -130,8 +120,7 @@ export default function ContactPage() { ] }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Book Now", href: "https://booking.serenityhotels.com" }, { label: "Contact Us", href: "/contact" }, { label: "Gift Certificates", href: "https://gifts.serenityhotels.com" },