Merge version_6 into main

Merge version_6 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-06-03 12:03:23 +00:00
2 changed files with 3 additions and 30 deletions

View File

@@ -28,7 +28,7 @@ export default function ContactLocationPage() {
{ name: "Amenities", id: "amenities" },
{ name: "Gallery", id: "gallery" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", href: "/contact-location" }
{ name: "Contact", id: "/contact-location" }
]}
brandName="Flora Park Inn"
button={{ text: "Book Your Stay", href: "/contact-location" }}
@@ -37,29 +37,7 @@ export default function ContactLocationPage() {
<ContactSplit
tag="Connect With Us"
title="Your Journey Starts Here"
description={
<>
<p className="mb-4">
We'd love to hear from you. Reach out to us via phone, email, or visit us at our location.
Our team is available to assist with reservations, inquiries, or special requests.
</p>
<div className="space-y-2 mb-6">
<div className="flex items-center gap-2">
<MapPin className="text-primary-cta" size={20} />
<span>123 Serenity Lane, Oasis City, 54321, Dreamland</span>
</div>
<div className="flex items-center gap-2">
<Phone className="text-primary-cta" size={20} />
<span>+1 (555) 123-4567</span>
</div>
<div className="flex items-center gap-2">
<Mail className="text-primary-cta" size={20} />
<span>info@floraparkinn.com</span>
</div>
</div>
<p>Use the form below for general inquiries or to send us a message.</p>
</>
}
description="We'd love to hear from you. Reach out to us via phone, email, or visit us at our location. Our team is available to assist with reservations, inquiries, or special requests. 123 Serenity Lane, Oasis City, 54321, Dreamland. Phone: +1 (555) 123-4567. Email: info@floraparkinn.com. Use the form below for general inquiries or to send us a message."
background={{ variant: 'plain' }}
imageSrc="https://via.placeholder.com/600x400?text=Map+Placeholder+-+Flora+Park+Inn"
imageAlt="Map showing Flora Park Inn location"
@@ -97,11 +75,6 @@ export default function ContactLocationPage() {
]
}
]}
socialLinks={[
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" }
]}
/>
</ReactLenis>
</ThemeProvider>

View File

@@ -34,7 +34,7 @@ export default function LuxuryTravelAgencyTemplatePage() {
{ name: "Amenities", id: "amenities" },
{ name: "Gallery", id: "gallery" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", href: "/contact-location" }
{ name: "Contact", id: "/contact-location" }
]}
brandName="Flora Park Inn"
button={{ text: "Book Your Stay", href: "/contact-location" }}