Update src/app/practice-areas/page.tsx

This commit is contained in:
2026-03-05 00:49:14 +00:00
parent f0701dba8d
commit 60e4bcfe08

View File

@@ -42,51 +42,27 @@ export default function PracticeAreasPage() {
<FeatureCardTwentyFour
features={[
{
id: "auto-accidents",
title: "Auto Accident Claims",
author: "Comprehensive Coverage",
description:
"From minor collisions to catastrophic injuries, we maximize your recovery in motor vehicle accident cases. Our team handles insurance negotiations, liability disputes, and aggressive trial representation when needed.",
tags: ["Auto Accidents", "Insurance Claims", "Liability"],
imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg?_wi=4",
imageAlt: "Auto accident law services",
},
id: "auto-accidents", title: "Auto Accident Claims", author: "Comprehensive Coverage", description:
"From minor collisions to catastrophic injuries, we maximize your recovery in motor vehicle accident cases. Our team handles insurance negotiations, liability disputes, and aggressive trial representation when needed.", tags: ["Auto Accidents", "Insurance Claims", "Liability"],
imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg", imageAlt: "Auto accident law services"},
{
id: "workplace-injuries",
title: "Workplace Injury Law",
author: "Workers' Rights",
description:
"Protecting workers' compensation claims and third-party liability suits for on-the-job injuries. We ensure you receive full benefits and pursue additional compensation when employers or third parties are at fault.",
tags: ["Workers' Comp", "Workplace Safety", "Employee Rights"],
imageSrc: "http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg?_wi=4",
imageAlt: "Workplace injury legal services",
},
id: "workplace-injuries", title: "Workplace Injury Law", author: "Workers' Rights", description:
"Protecting workers' compensation claims and third-party liability suits for on-the-job injuries. We ensure you receive full benefits and pursue additional compensation when employers or third parties are at fault.", tags: ["Workers' Comp", "Workplace Safety", "Employee Rights"],
imageSrc: "http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg", imageAlt: "Workplace injury legal services"},
{
id: "medical-malpractice",
title: "Medical Malpractice",
author: "Medical Negligence",
description:
"Holding healthcare providers accountable for negligence resulting in patient harm. Our medical experts work with you to prove deviation from standard care and secure damages for your injuries.",
tags: ["Medical Negligence", "Malpractice", "Healthcare Law"],
imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg?_wi=5",
imageAlt: "Medical malpractice legal services",
},
id: "medical-malpractice", title: "Medical Malpractice", author: "Medical Negligence", description:
"Holding healthcare providers accountable for negligence resulting in patient harm. Our medical experts work with you to prove deviation from standard care and secure damages for your injuries.", tags: ["Medical Negligence", "Malpractice", "Healthcare Law"],
imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg", imageAlt: "Medical malpractice legal services"},
{
id: "premises-liability",
title: "Premises Liability",
author: "Property Owner Negligence",
description:
"Pursuing claims against property owners for injuries caused by unsafe conditions. We investigate hazards, document evidence, and hold negligent property owners responsible for your suffering.",
tags: ["Property Liability", "Negligence", "Slip and Fall"],
imageSrc: "http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg?_wi=5",
imageAlt: "Premises liability legal services",
},
id: "premises-liability", title: "Premises Liability", author: "Property Owner Negligence", description:
"Pursuing claims against property owners for injuries caused by unsafe conditions. We investigate hazards, document evidence, and hold negligent property owners responsible for your suffering.", tags: ["Property Liability", "Negligence", "Slip and Fall"],
imageSrc: "http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg", imageAlt: "Premises liability legal services"},
]}
animationType="slide-up"
title="Our Practice Areas"
description="Comprehensive legal expertise across all major personal injury categories. Each practice area benefits from our 25+ years of experience and proven track record of maximum recoveries."
tag="Specialized Expertise"
tagIcon="Briefcase"
tagIcon={CheckCircle}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -97,31 +73,19 @@ export default function PracticeAreasPage() {
<MetricCardOne
metrics={[
{
id: "cases",
value: "2847",
title: "Cases Won",
description: "Across all practice areas combined",
icon: CheckCircle,
id: "cases", value: "2847", title: "Cases Won", description: "Across all practice areas combined", icon: CheckCircle,
},
{
id: "settlements",
value: "500",
title: "Million Recovered",
description: "For clients in all practice areas",
icon: DollarSign,
id: "settlements", value: "500", title: "Million Recovered", description: "For clients in all practice areas", icon: DollarSign,
},
{
id: "satisfaction",
value: "98",
title: "Client Satisfaction",
description: "Rated excellent by our clients",
icon: Heart,
id: "satisfaction", value: "98", title: "Client Satisfaction", description: "Rated excellent by our clients", icon: Heart,
},
]}
title="Practice Area Results"
description="Proven results across all our practice areas demonstrate our commitment to maximizing your recovery."
tag="Success Metrics"
tagIcon="TrendingUp"
tagIcon={CheckCircle}
tagAnimation="slide-up"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -155,8 +119,8 @@ export default function PracticeAreasPage() {
},
{
items: [
{ label: "Our Team", href: "/team" },
{ label: "Client Testimonials", href: "/#testimonials" },
{ label: "Our Team", href: "#team" },
{ label: "Client Testimonials", href: "#testimonials" },
{ label: "Contact", href: "/contact" },
],
},