From 3e24e7f22565bd1278b3ab0ffd20e9482a18e425 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 23:12:11 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 189 ++++++++++++++++++--------------------- 1 file changed, 89 insertions(+), 100 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5c8bf37..949865d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,25 +1,25 @@ "use client"; +import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import HeroSplit from "@/components/sections/hero/HeroSplit"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import Link from "next/link"; -import { AlertCircle } from "lucide-react"; +import { Phone, Clock, AlertCircle } from "lucide-react"; export default function ContactPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "Services", id: "services" }, - { name: "About", id: "about" }, - { name: "Reviews", id: "reviews" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "Services", id: "/services" }, + { name: "Reviews", id: "/reviews" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Towing Services", href: "/services" }, { label: "Roadside Assistance", href: "/services" }, { label: "Vehicle Transport", href: "/services" }, @@ -27,26 +27,23 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ - { label: "About Us", href: "/about" }, + title: "Company", items: [ + { label: "About Us", href: "#about" }, { label: "Customer Reviews", href: "/reviews" }, { label: "Service Area", href: "/services" }, { label: "Contact Us", href: "/contact" }, ], }, { - title: "Get Help", - items: [ + title: "Get Help", items: [ { label: "Call Now", href: "tel:+15619999999" }, { label: "Request a Quote", href: "/contact" }, - { label: "FAQ", href: "/" }, + { label: "FAQ", href: "/#faq" }, { label: "Service Hours", href: "#" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -72,104 +69,96 @@ export default function ContactPage() { brandName="Shook Towing" navItems={navItems} button={{ - text: "Call Now", - href: "tel:+15619999999", - }} + text: "Call Now", href: "tel:+15619999999"}} /> -
- + +
+ +
+
-
-
-

- Get in Touch -

-

- Have questions? We're here to help. Contact us using any of the methods below. -

+
+ +
-
-
-

- Call Us Anytime -

- - (561) 999-9999 - -

Available 24/7 for emergencies

-
- -
-

- Service Area -

-

- Corpus Christi and surrounding areas in Texas -

-
- -
-

- Response Time -

-

- Average response time: 20-30 minutes -

-
- -
-

- Why Choose Shook Towing? -

-
    -
  • - - Professional and courteous drivers -
  • -
  • - - Fair, honest pricing with no hidden fees -
  • -
  • - - 24/7 emergency service -
  • -
  • - - Licensed and insured -
  • -
  • - - Fast response times in Corpus Christi -
  • -
+
+
+
+

Why You Can Trust Us

+
+
+ +

Always Available

+

Open 24/7, every day of the week for emergencies and scheduled service. Your problem doesn't wait, neither do we.

+
+
+ +

Fast & Reliable

+

Average response time of 20-30 minutes. Professional drivers with real expertise, not just a hook and winch.

+
+
+ +

Fair Pricing

+

Transparent, competitive rates with no surprise fees. We believe in treating people right, not taking advantage.

+