diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3533a5d..de14661 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,6 +6,7 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import Link from "next/link"; export default function ContactPage() { return ( @@ -44,19 +45,13 @@ export default function ContactPage() { imageAlt="Professional concierge providing personalized guest assistance" accordionItems={[ { - id: "1", - title: "Reservations & Bookings", - content: "Call us at +1 (555) 123-4567 or email reservations@luxehaven.com for immediate assistance with room bookings, special rates, and package deals." + id: "1", title: "Reservations & Bookings", content: "Call us at +1 (555) 123-4567 or email reservations@luxehaven.com for immediate assistance with room bookings, special rates, and package deals." }, { - id: "2", - title: "Concierge Services", - content: "Our concierge team can arrange transportation, dinner reservations, spa appointments, local tours, and any special requests to make your stay memorable." + id: "2", title: "Concierge Services", content: "Our concierge team can arrange transportation, dinner reservations, spa appointments, local tours, and any special requests to make your stay memorable." }, { - id: "3", - title: "Event Planning", - content: "Host your wedding, corporate event, or celebration at Luxe Haven. Contact our events team at events@luxehaven.com for custom proposals and venue tours." + id: "3", title: "Event Planning", content: "Host your wedding, corporate event, or celebration at Luxe Haven. Contact our events team at events@luxehaven.com for custom proposals and venue tours." } ]} buttons={[{ text: "Call Now", href: "tel:+15551234567" }]} @@ -69,18 +64,10 @@ export default function ContactPage() {