Merge version_1 into main #2
@@ -47,7 +47,7 @@ export default function AboutPage() {
|
||||
description="Founded in 1998, we've built a reputation for aggressive representation and compassionate client care. For over 25 years, Harmon Legal has been the trusted advocate for injury victims throughout Detroit and Michigan."
|
||||
subdescription="Harmon Legal Group - Detroit, MI"
|
||||
icon={Heart}
|
||||
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=6"
|
||||
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="Harmon Legal Group office team"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -58,31 +58,19 @@ export default function AboutPage() {
|
||||
<MetricCardOne
|
||||
metrics={[
|
||||
{
|
||||
id: "experience",
|
||||
value: "25",
|
||||
title: "Years Experience",
|
||||
description: "Serving Detroit's injury victims with excellence",
|
||||
icon: CheckCircle,
|
||||
id: "experience", value: "25", title: "Years Experience", description: "Serving Detroit's injury victims with excellence", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "recovered",
|
||||
value: "500",
|
||||
title: "Million Recovered",
|
||||
description: "Total compensation for our clients",
|
||||
icon: DollarSign,
|
||||
id: "recovered", value: "500", title: "Million Recovered", description: "Total compensation for our clients", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
id: "satisfaction",
|
||||
value: "98",
|
||||
title: "Satisfaction Rate",
|
||||
description: "Clients rate us excellent",
|
||||
icon: Heart,
|
||||
id: "satisfaction", value: "98", title: "Satisfaction Rate", description: "Clients rate us excellent", icon: Heart,
|
||||
},
|
||||
]}
|
||||
title="Our Legacy"
|
||||
description="A quarter-century of delivering results and restoring justice for injured victims across Michigan."
|
||||
tag="25 Years Strong"
|
||||
tagIcon="TrendingUp"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -116,8 +104,8 @@ export default function AboutPage() {
|
||||
},
|
||||
{
|
||||
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" },
|
||||
],
|
||||
},
|
||||
|
||||
120
src/app/page.tsx
120
src/app/page.tsx
@@ -45,7 +45,7 @@ export default function HomePage() {
|
||||
<HeroSplitKpi
|
||||
title="Premium Personal Injury Representation"
|
||||
description="Award-winning legal expertise serving Detroit and surrounding areas. We fight for maximum compensation on behalf of injury victims."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "$500M+", label: "Total Settlements" },
|
||||
{ value: "98%", label: "Success Rate" },
|
||||
@@ -60,7 +60,7 @@ export default function HomePage() {
|
||||
{ text: "Call (313) 555-0198", href: "tel:3135550198" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg"
|
||||
imageAlt="Modern law office in downtown Detroit"
|
||||
imagePosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -76,7 +76,7 @@ export default function HomePage() {
|
||||
description="Founded in 1998, we've built a reputation for aggressive representation and compassionate client care."
|
||||
subdescription="Harmon Legal Group - Detroit, MI"
|
||||
icon={Heart}
|
||||
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=1"
|
||||
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="Harmon Legal Group office team"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -87,51 +87,27 @@ export default function HomePage() {
|
||||
<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.",
|
||||
tags: ["Auto Accidents", "Insurance Claims"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg?_wi=2",
|
||||
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.", tags: ["Auto Accidents", "Insurance Claims"],
|
||||
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.",
|
||||
tags: ["Workers' Comp", "Workplace Safety"],
|
||||
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=2",
|
||||
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.", tags: ["Workers' Comp", "Workplace Safety"],
|
||||
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.",
|
||||
tags: ["Medical Negligence", "Malpractice"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg?_wi=3",
|
||||
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.", tags: ["Medical Negligence", "Malpractice"],
|
||||
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.",
|
||||
tags: ["Property Liability", "Negligence"],
|
||||
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=3",
|
||||
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.", tags: ["Property Liability", "Negligence"],
|
||||
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 services across all major personal injury categories"
|
||||
tag="Expertise"
|
||||
tagIcon="Briefcase"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -142,31 +118,19 @@ export default function HomePage() {
|
||||
<MetricCardOne
|
||||
metrics={[
|
||||
{
|
||||
id: "cases",
|
||||
value: "2847",
|
||||
title: "Cases Won",
|
||||
description: "Successful resolutions for injured clients",
|
||||
icon: CheckCircle,
|
||||
id: "cases", value: "2847", title: "Cases Won", description: "Successful resolutions for injured clients", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "settlements",
|
||||
value: "500",
|
||||
title: "Million in Awards",
|
||||
description: "Total compensation recovered for clients",
|
||||
icon: DollarSign,
|
||||
id: "settlements", value: "500", title: "Million in Awards", description: "Total compensation recovered for clients", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
id: "satisfaction",
|
||||
value: "98",
|
||||
title: "Percent Satisfaction",
|
||||
description: "Client satisfaction rating",
|
||||
icon: Heart,
|
||||
id: "satisfaction", value: "98", title: "Percent Satisfaction", description: "Client satisfaction rating", icon: Heart,
|
||||
},
|
||||
]}
|
||||
title="Our Track Record"
|
||||
description="Proven success delivering maximum compensation for our clients"
|
||||
tag="Results Speak Volumes"
|
||||
tagIcon="TrendingUp"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -179,41 +143,17 @@ export default function HomePage() {
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "James Mitchell",
|
||||
role: "Auto Accident Victim",
|
||||
company: "Detroit, MI",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
imageAlt: "James Mitchell",
|
||||
},
|
||||
id: "1", name: "James Mitchell", role: "Auto Accident Victim", company: "Detroit, MI", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "James Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Johnson",
|
||||
role: "Workplace Injury Claimant",
|
||||
company: "Dearborn, MI",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "2", name: "Sarah Johnson", role: "Workplace Injury Claimant", company: "Dearborn, MI", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Chen",
|
||||
role: "Medical Malpractice Plaintiff",
|
||||
company: "Grosse Pointe, MI",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Robert Chen",
|
||||
},
|
||||
id: "3", name: "Robert Chen", role: "Medical Malpractice Plaintiff", company: "Grosse Pointe, MI", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Chen"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michelle Torres",
|
||||
role: "Premises Liability Case",
|
||||
company: "Livonia, MI",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "Michelle Torres",
|
||||
},
|
||||
id: "4", name: "Michelle Torres", role: "Premises Liability Case", company: "Livonia, MI", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michelle Torres"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Real results and genuine feedback from injury victims we've helped recover."
|
||||
@@ -252,8 +192,8 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
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" },
|
||||
],
|
||||
},
|
||||
|
||||
@@ -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" },
|
||||
],
|
||||
},
|
||||
|
||||
@@ -6,6 +6,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import TeamCardEleven from "@/components/sections/team/TeamCardEleven";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Users } from "lucide-react";
|
||||
|
||||
export default function TeamPage() {
|
||||
return (
|
||||
@@ -40,47 +41,19 @@ export default function TeamPage() {
|
||||
<TeamCardEleven
|
||||
groups={[
|
||||
{
|
||||
id: "partners",
|
||||
groupTitle: "Senior Partners",
|
||||
members: [
|
||||
id: "partners", groupTitle: "Senior Partners", members: [
|
||||
{
|
||||
id: "1",
|
||||
title: "Robert Harmon",
|
||||
subtitle: "Founding Partner",
|
||||
detail: "robert@harmonlegal.com",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-blue-suit-posing-white-artistic-wall-from-bricks_613910-3011.jpg?_wi=1",
|
||||
imageAlt: "Robert Harmon, Founding Partner",
|
||||
},
|
||||
id: "1", title: "Robert Harmon", subtitle: "Founding Partner", detail: "robert@harmonlegal.com", imageSrc: "http://img.b2bpic.net/free-photo/man-blue-suit-posing-white-artistic-wall-from-bricks_613910-3011.jpg", imageAlt: "Robert Harmon, Founding Partner"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Elizabeth Bennett",
|
||||
subtitle: "Senior Partner",
|
||||
detail: "elizabeth@harmonlegal.com",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg?_wi=1",
|
||||
imageAlt: "Elizabeth Bennett, Senior Partner",
|
||||
},
|
||||
id: "2", title: "Elizabeth Bennett", subtitle: "Senior Partner", detail: "elizabeth@harmonlegal.com", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg", imageAlt: "Elizabeth Bennett, Senior Partner"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "associates",
|
||||
groupTitle: "Trial Attorneys",
|
||||
members: [
|
||||
id: "associates", groupTitle: "Trial Attorneys", members: [
|
||||
{
|
||||
id: "3",
|
||||
title: "Michael Patterson",
|
||||
subtitle: "Lead Trial Attorney",
|
||||
detail: "michael@harmonlegal.com",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-blue-suit-posing-white-artistic-wall-from-bricks_613910-3011.jpg?_wi=2",
|
||||
imageAlt: "Michael Patterson, Lead Trial Attorney",
|
||||
},
|
||||
id: "3", title: "Michael Patterson", subtitle: "Lead Trial Attorney", detail: "michael@harmonlegal.com", imageSrc: "http://img.b2bpic.net/free-photo/man-blue-suit-posing-white-artistic-wall-from-bricks_613910-3011.jpg", imageAlt: "Michael Patterson, Lead Trial Attorney"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Jessica Wong",
|
||||
subtitle: "Personal Injury Specialist",
|
||||
detail: "jessica@harmonlegal.com",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg?_wi=2",
|
||||
imageAlt: "Jessica Wong, Personal Injury Specialist",
|
||||
},
|
||||
id: "4", title: "Jessica Wong", subtitle: "Personal Injury Specialist", detail: "jessica@harmonlegal.com", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg", imageAlt: "Jessica Wong, Personal Injury Specialist"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -88,7 +61,7 @@ export default function TeamPage() {
|
||||
title="Meet Our Legal Team"
|
||||
description="Award-winning attorneys dedicated to your case and committed to maximizing your recovery."
|
||||
tag="Expert Advocates"
|
||||
tagIcon="Users"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -120,8 +93,8 @@ export default function TeamPage() {
|
||||
},
|
||||
{
|
||||
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" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user