diff --git a/src/app/contact-location/page.tsx b/src/app/contact-location/page.tsx new file mode 100644 index 0000000..65afdbd --- /dev/null +++ b/src/app/contact-location/page.tsx @@ -0,0 +1,109 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; +import { Instagram, Facebook, Linkedin, Phone, Mail, MapPin } from "lucide-react"; + +export default function ContactLocationPage() { + return ( + + + +
+ +

+ 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 +
+
+ + +1 (555) 123-4567 +
+
+ + 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" + mediaPosition="left" + mediaAnimation="slide-up" + useInvertedBackground={false} + buttonText="Send Message" + /> +
+ +
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index bb51cdf..fcf6ef4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,16 +34,16 @@ export default function LuxuryTravelAgencyTemplatePage() { { name: "Amenities", id: "amenities" }, { name: "Gallery", id: "gallery" }, { name: "Reviews", id: "reviews" }, - { name: "Contact", id: "contact" } + { name: "Contact", href: "/contact-location" } ]} brandName="Flora Park Inn" - button={{ text: "Book Your Stay", href: "#contact" }} + button={{ text: "Book Your Stay", href: "/contact-location" }} />