From b5f9a2e8829b7e9d052e473a24f073934cbff711 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:32:23 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 166 ++++++++++++++++++--------------------- 1 file changed, 75 insertions(+), 91 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 295939b..be245f1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,19 +2,18 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ContactForm from '@/components/form/ContactForm'; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Mail, Phone, MapPin, Clock } from 'lucide-react'; export default function ContactPage() { const navItems = [ - { name: "Home", id: "home" }, + { name: "Home", id: "/" }, { name: "Services", id: "services" }, - { name: "Gallery", id: "/gallery" }, + { name: "Gallery", id: "gallery" }, { name: "Packages", id: "packages" }, { name: "About", id: "about" }, - { name: "Book Event", id: "/booking" }, + { name: "Booking", id: "/booking" }, { name: "Contact", id: "/contact" }, ]; @@ -56,6 +55,11 @@ export default function ContactPage() { }, ]; + const handleContactSubmit = (data: Record) => { + console.log("Contact inquiry:", data); + // Handle form submission + }; + return ( -
-
-

Get in Touch

-

- Have questions about our services? Want to discuss your event in detail? We're here to help! Reach out and let's create something unforgettable together. Our team is dedicated to making your event a success with exceptional service and creative artistry. -

-
+
+
-
-
- { - console.log('Contact form submission from:', email); - }} - className="w-full" - titleClassName="text-3xl font-extrabold mb-4" - descriptionClassName="text-base opacity-90 mb-8" - tagClassName="mb-4" - formWrapperClassName="mt-8" - /> -
-
+
+
+
+ +

Call Us

+

+1 (555) 123-4567

+

Mon-Sat, 9AM-6PM

+
-
-
-

Other Ways to Reach Us

-
-
-
- -

Phone

-
-

+1 (555) 123-4567

-

Call us Monday to Friday, 9am to 6pm EST. We're available for event consultations and urgent bookings.

-
-
-
- -

Email

-
-

paintasy@events.com

-

Email us anytime! We respond to all inquiries within 24 hours, often sooner.

-
-
-
- -

Service Area

-
-

Local & Regional Coverage

-

We serve the greater metropolitan area and surrounding regions for events of all sizes.

-
-
-
- -

Response Time

-
-

Quick Turnaround

-

We typically respond within 24 hours. Rush bookings welcome—just let us know!

-
+
+ +

Email Us

+

paintasy@events.com

+

We reply within 24 hours

+
+ +
+ +

Location

+

Serving Regional Area

+

Mobile entertainment

+
+ +
+ +

Hours

+

9AM - 6PM

+

Open weekends for events

-
- -
- -