Update src/app/about/page.tsx
This commit is contained in:
@@ -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" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user