From 83935e2b9335cede6be4fea0aea3f75592b43a84 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:31:03 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 115 ++++++++------------------------------- 1 file changed, 23 insertions(+), 92 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 295939b..048af42 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,19 +2,17 @@ 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 ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Mail, Phone, MapPin, Clock } from 'lucide-react'; +import { Mail, Phone, MapPin } from 'lucide-react'; export default function ContactPage() { const navItems = [ { name: "Home", id: "home" }, { name: "Services", id: "services" }, { name: "Gallery", id: "/gallery" }, - { name: "Packages", id: "packages" }, + { name: "Packages", id: "/packages" }, { name: "About", id: "about" }, - { name: "Book Event", id: "/booking" }, { name: "Contact", id: "/contact" }, ]; @@ -50,7 +48,7 @@ export default function ContactPage() { title: "Service Areas", items: [ { label: "Local Events", href: "/contact" }, { label: "Regional Coverage", href: "/contact" }, - { label: "Book Now", href: "/booking" }, + { label: "Book Now", href: "/packages" }, { label: "Get Quote", href: "/contact" }, ], }, @@ -78,94 +76,27 @@ export default function ContactPage() { /> -
-
-

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" - /> -
-
- -
-
-

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!

-
-
-
-
- -
- + { + console.log("Form submitted with email:", email); + }} + ariaLabel="Contact form section" + containerClassName="gap-12" + tagClassName="text-sm" + titleClassName="text-4xl font-extrabold" + descriptionClassName="text-lg opacity-90 max-w-2xl" + buttonClassName="px-8 py-3" + buttonTextClassName="font-semibold" />