From aa3a20eec6a0fb5add2955206d008cf8f8fd9e8c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 01:21:55 +0000 Subject: [PATCH] Add src/app/contact/page.tsx --- src/app/contact/page.tsx | 178 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 src/app/contact/page.tsx diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..19a39e8 --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,178 @@ +"use client" + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; +import { MapPin, Phone, Mail } from "lucide-react"; + +export default function ContactPage() { + const handleContactSubmit = (data: Record) => { + console.log("Contact form submitted:", data); + }; + + return ( + + + +
+ +
+ +
+
+
+

Visit Our Nassau Location

+

Find us at our convenient Jerome Avenue showroom

+
+ +
+
+
+ +
+

Our Address

+

Jerome Avenue
Nassau, Bahamas

+
+
+ +
+ +
+

Phone

+

(242) 555-0100

+
+
+ + + +
+

Business Hours

+
    +
  • Monday - Friday: 7:30 AM - 5:00 PM
  • +
  • Saturday: 9:00 AM - 2:00 PM
  • +
  • Sunday: Closed
  • +
+
+
+ +
+