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