From 16ebb611c4d7ec6802c17c3feb14b07775864259 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:49:14 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 24711a8..eb4637e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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() { Date: Thu, 5 Mar 2026 00:49:14 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 120 ++++++++++++----------------------------------- 1 file changed, 30 insertions(+), 90 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cbe3755..ef30a6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function HomePage() { Date: Thu, 5 Mar 2026 00:49:14 +0000 Subject: [PATCH 3/4] Update src/app/practice-areas/page.tsx --- src/app/practice-areas/page.tsx | 74 +++++++++------------------------ 1 file changed, 19 insertions(+), 55 deletions(-) diff --git a/src/app/practice-areas/page.tsx b/src/app/practice-areas/page.tsx index 567945c..cc2265a 100644 --- a/src/app/practice-areas/page.tsx +++ b/src/app/practice-areas/page.tsx @@ -42,51 +42,27 @@ export default function PracticeAreasPage() { Date: Thu, 5 Mar 2026 00:49:15 +0000 Subject: [PATCH 4/4] Update src/app/team/page.tsx --- src/app/team/page.tsx | 47 +++++++++---------------------------------- 1 file changed, 10 insertions(+), 37 deletions(-) diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index cf14cf8..d0c3345 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -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() {