Update src/app/contact/page.tsx
This commit is contained in:
@@ -6,6 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
|
import Link from "next/link";
|
||||||
|
|
||||||
export default function ContactPage() {
|
export default function ContactPage() {
|
||||||
return (
|
return (
|
||||||
@@ -25,10 +26,16 @@ export default function ContactPage() {
|
|||||||
<NavbarStyleMinimal
|
<NavbarStyleMinimal
|
||||||
brandName="Luxe Haven"
|
brandName="Luxe Haven"
|
||||||
button={{
|
button={{
|
||||||
text: "Book Now",
|
text: "Book Now", href: "/contact"
|
||||||
href: "/contact"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
<div style={{ position: 'absolute', top: 0, left: 0, padding: '10px', display: 'flex', gap: '15px', zIndex: 1000 }}>
|
||||||
|
<Link href="/">Home</Link>
|
||||||
|
<Link href="/about">About</Link>
|
||||||
|
<Link href="/rooms">Rooms</Link>
|
||||||
|
<Link href="/amenities">Amenities</Link>
|
||||||
|
<Link href="/contact">Contact</Link>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
@@ -50,17 +57,15 @@ export default function ContactPage() {
|
|||||||
description="Our dedicated concierge team is available 24/7 to assist with reservations, special requests, and travel arrangements. Whether you're planning a romantic getaway, business trip, or family vacation, we're committed to making your stay exceptional."
|
description="Our dedicated concierge team is available 24/7 to assist with reservations, special requests, and travel arrangements. Whether you're planning a romantic getaway, business trip, or family vacation, we're committed to making your stay exceptional."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "24/7",
|
value: "24/7", title: "Concierge Service"
|
||||||
title: "Concierge Service"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "< 2hrs",
|
value: "2hrs", title: "Response Time"
|
||||||
title: "Response Time"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg"
|
||||||
imageAlt: "Luxurious hotel lobby with welcoming atmosphere"
|
imageAlt="Luxurious hotel lobby with welcoming atmosphere"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -70,24 +75,16 @@ export default function ContactPage() {
|
|||||||
sideDescription="Everything you need to know about staying with us"
|
sideDescription="Everything you need to know about staying with us"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "What are your check-in and check-out times?", content: "Standard check-in is at 3:00 PM and check-out is at 11:00 AM. Early check-in and late check-out may be available upon request, subject to room availability."
|
||||||
title: "What are your check-in and check-out times?",
|
|
||||||
content: "Standard check-in is at 3:00 PM and check-out is at 11:00 AM. Early check-in and late check-out may be available upon request, subject to room availability."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Do you offer airport shuttle service?", content: "Yes, we provide complimentary airport shuttle service for all guests. Please arrange this at least 24 hours in advance by contacting our concierge team."
|
||||||
title: "Do you offer airport shuttle service?",
|
|
||||||
content: "Yes, we provide complimentary airport shuttle service for all guests. Please arrange this at least 24 hours in advance by contacting our concierge team."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "What is your cancellation policy?", content: "Cancellations made 48 hours prior to arrival receive a full refund. Cancellations within 48 hours are subject to a one-night charge. Special rates may have different policies."
|
||||||
title: "What is your cancellation policy?",
|
|
||||||
content: "Cancellations made 48 hours prior to arrival receive a full refund. Cancellations within 48 hours are subject to a one-night charge. Special rates may have different policies."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "How can I make special arrangements?", content: "Contact our concierge team at reservations@luxehaven.com or call us directly. We're happy to arrange special celebrations, dietary accommodations, or accessibility needs."
|
||||||
title: "How can I make special arrangements?",
|
|
||||||
content: "Contact our concierge team at reservations@luxehaven.com or call us directly. We're happy to arrange special celebrations, dietary accommodations, or accessibility needs."
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textPosition="left"
|
textPosition="left"
|
||||||
@@ -110,7 +107,7 @@ export default function ContactPage() {
|
|||||||
{ label: "Team", href: "/team" },
|
{ label: "Team", href: "/team" },
|
||||||
{ label: "Guest Reviews", href: "/testimonials" },
|
{ label: "Guest Reviews", href: "/testimonials" },
|
||||||
{ label: "FAQ", href: "/faq" }
|
{ label: "FAQ", href: "/faq" }
|
||||||
]
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
|
|||||||
Reference in New Issue
Block a user