diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5e961ca..77fe807 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -4,10 +4,11 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; -import AboutMetric from "@/components/sections/about/AboutMetric"; +import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; +import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Shield, Award, Users, Globe, CheckCircle, Phone } from "lucide-react"; +import { Shield, Users, Heart, Award, Phone } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -66,77 +67,87 @@ export default function AboutPage() { /> -
+
-
- +
-
- +
-
+
@@ -93,33 +93,33 @@ export default function ContactPage() {
-
+
@@ -143,17 +143,17 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Consumer Fraud Protection", quote: "I was being taken advantage of by a predatory lender. The team at Veterans Legal Aid helped me recover my funds and protected me from further fraud. I can't thank them enough.", name: "James Mitchell", role: "Retired Army Colonel", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg", imageAlt: "James Mitchell"}, + id: "1", title: "Consumer Fraud Protection", quote: "I was being taken advantage of by a predatory lender. The team at Veterans Legal Aid helped me recover my funds and protected me from further fraud. I can't thank them enough.", name: "James Mitchell", role: "Retired Army Colonel", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg?_wi=1", imageAlt: "James Mitchell"}, { - id: "2", title: "Healthcare Access Victory", quote: "My health insurance claim was wrongfully denied. The attorneys fought for me and got my coverage reinstated. Their healthcare advocacy team is exceptional.", name: "Sarah Chen", role: "Navy Veteran", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Sarah Chen"}, + id: "2", title: "Healthcare Access Victory", quote: "My health insurance claim was wrongfully denied. The attorneys fought for me and got my coverage reinstated. Their healthcare advocacy team is exceptional.", name: "Sarah Chen", role: "Navy Veteran", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1", imageAlt: "Sarah Chen"}, { - id: "3", title: "Financial Abuse Prevention", quote: "I was isolated and controlled financially. Veterans Legal Aid helped me understand my rights and escape a dangerous situation. Their compassionate approach saved my life.", name: "Michael Torres", role: "Marine Corps Veteran", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "Michael Torres"}, + id: "3", title: "Financial Abuse Prevention", quote: "I was isolated and controlled financially. Veterans Legal Aid helped me understand my rights and escape a dangerous situation. Their compassionate approach saved my life.", name: "Michael Torres", role: "Marine Corps Veteran", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=1", imageAlt: "Michael Torres"}, { - id: "4", title: "Benefits Claim Success", quote: "I was denied my VA benefits twice. The team appealed on my behalf with detailed documentation. Now my family receives the support we deserve.", name: "Angela Rodriguez", role: "Air Force Veteran", imageSrc: "http://img.b2bpic.net/free-photo/portait-young-handsome-man_1303-9711.jpg", imageAlt: "Angela Rodriguez"}, + id: "4", title: "Benefits Claim Success", quote: "I was denied my VA benefits twice. The team appealed on my behalf with detailed documentation. Now my family receives the support we deserve.", name: "Angela Rodriguez", role: "Air Force Veteran", imageSrc: "http://img.b2bpic.net/free-photo/portait-young-handsome-man_1303-9711.jpg?_wi=1", imageAlt: "Angela Rodriguez"}, { - id: "5", title: "Legal Advocacy Excellence", quote: "Professional, thorough, and genuinely committed to veterans. They took time to understand my case and fought tirelessly for justice.", name: "David Patterson", role: "Coast Guard Veteran", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "David Patterson"}, + id: "5", title: "Legal Advocacy Excellence", quote: "Professional, thorough, and genuinely committed to veterans. They took time to understand my case and fought tirelessly for justice.", name: "David Patterson", role: "Coast Guard Veteran", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "David Patterson"}, { - id: "6", title: "Comprehensive Support", quote: "From consumer protection to healthcare navigation, Veterans Legal Aid provided everything I needed. Outstanding service for our community.", name: "Rebecca Wilson", role: "Army Nurse Corps Veteran", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Rebecca Wilson"}, + id: "6", title: "Comprehensive Support", quote: "From consumer protection to healthcare navigation, Veterans Legal Aid provided everything I needed. Outstanding service for our community.", name: "Rebecca Wilson", role: "Army Nurse Corps Veteran", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2", imageAlt: "Rebecca Wilson"}, ]} />
@@ -164,7 +164,7 @@ export default function HomePage() { tagIcon={Phone} title="Get the Legal Help You Deserve" description="Don't face legal challenges alone. Our experienced team is ready to provide free, confidential consultation for your case. Whether you're dealing with consumer rights, healthcare access, financial abuse, or military benefits, we're here to fight for you." - background={{ variant: "glowing-orb" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Request Free Consultation", href: "/contact" }, { text: "Call Us: 1-800-VET-LEGAL" }, diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index c3d559c..0bd17f8 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -5,9 +5,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; +import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Shield, Briefcase, Phone } from "lucide-react"; +import { Briefcase, Shield, Heart, TrendingUp, Phone } from "lucide-react"; export default function ServicesPage() { const navItems = [ @@ -66,86 +67,84 @@ export default function ServicesPage() { />
-
+
-
+
-
- -
-
-
+
+ +
+ +