Update src/app/contact/page.tsx
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Phone, Shield, Clock } from "lucide-react";
|
||||
import { Phone, Mail, MapPin, Clock } from "lucide-react";
|
||||
|
||||
export default function ContactPage() {
|
||||
const navItems = [
|
||||
@@ -66,17 +66,17 @@ export default function ContactPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-hero" data-section="contact-hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
title="Get the Legal Help You Need"
|
||||
description="Veterans Legal Aid provides free, confidential legal consultation and representation. Our experienced advocates are ready to fight for your rights and help you navigate complex legal challenges."
|
||||
tag="Contact & Support"
|
||||
description="Contact Veterans Legal Aid today for a free, confidential consultation. Our team is ready to assist you with your legal concerns and help you navigate the complexities of your case."
|
||||
tag="Contact Us Now"
|
||||
tagIcon={Phone}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
kpis={[
|
||||
{ value: "1-800-VET-LEGAL", label: "Call Anytime" },
|
||||
{ value: "24/7", label: "Support Available" },
|
||||
{ value: "Free", label: "Consultation" },
|
||||
{ value: "24/7", label: "Availability" },
|
||||
{ value: "Free", label: "Consultations" },
|
||||
{ value: "100%", label: "Confidential" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mature-male-judge-reading-book-courtroom_23-2147898319.jpg"
|
||||
@@ -84,8 +84,8 @@ export default function ContactPage() {
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Request Consultation", href: "#contact-form" },
|
||||
{ text: "Call Us Now", href: "tel:1-800-838-5342" },
|
||||
{ text: "Schedule Consultation", href: "#consultation" },
|
||||
{ text: "Call Now", href: "tel:1-800-VET-LEGAL" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -93,33 +93,33 @@ export default function ContactPage() {
|
||||
|
||||
<div id="contact-methods" data-section="contact-methods">
|
||||
<MetricCardTwo
|
||||
title="Multiple Ways to Reach Us"
|
||||
description="Choose the contact method that works best for you. All inquiries are handled with complete confidentiality."
|
||||
tag="Available Now"
|
||||
tagIcon={Clock}
|
||||
title="How to Reach Us"
|
||||
description="Multiple ways to connect with our team and get the support you need."
|
||||
tag="Contact Methods"
|
||||
tagIcon={Mail}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "1", value: "1-800-VET-LEGAL", description: "Call for immediate assistance" },
|
||||
{ id: "2", value: "info@vetslegalaid.org", description: "Email your inquiry" },
|
||||
{ id: "3", value: "24/7 Support", description: "Always available for veterans" },
|
||||
{ id: "4", value: "Online Intake", description: "Start your case online" },
|
||||
{ id: "1", value: "1-800-VET-LEGAL", description: "Call for Immediate Assistance" },
|
||||
{ id: "2", value: "24/7", description: "Phone Support Available" },
|
||||
{ id: "3", value: "info@vetlegalaid.org", description: "Email Consultation Requests" },
|
||||
{ id: "4", value: "15 Offices", description: "Nationwide Locations" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<div id="consultation-cta" data-section="consultation-cta">
|
||||
<ContactCTA
|
||||
tag="Get the Legal Help You Deserve"
|
||||
tagIcon={Shield}
|
||||
title="Take Action Today"
|
||||
description="Don't let legal challenges overwhelm you. Our team of experienced advocates is ready to provide the support and representation you need. Schedule your free consultation now and let us fight for your rights."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
tag="Ready to Move Forward"
|
||||
tagIcon={Phone}
|
||||
title="Schedule Your Free Legal Consultation"
|
||||
description="Don't delay. The sooner you reach out, the sooner we can help protect your rights. Our team is standing by to provide the legal support and guidance you deserve. All consultations are completely confidential and free of charge."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Request Free Consultation", href: "#" },
|
||||
{ text: "Call 1-800-VET-LEGAL", href: "tel:1-800-838-5342" },
|
||||
{ text: "Schedule Now", href: "#consultation" },
|
||||
{ text: "Email Us", href: "mailto:info@vetlegalaid.org" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user