From f4b9c0164db66b2a2a2a5dca2c7542f3b815e22f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:31:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bad8de..e48a78b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Shield, Award, Briefcase, Phone } from 'lucide-react'; +import { Award, Briefcase, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -45,7 +45,7 @@ export default function LandingPage() { title="Powerful Legal Representation You Can Trust" description="Advocate for your rights with a law firm that combines decades of experience with a commitment to personalized client service. We fight for justice." tag="Trusted Legal Counsel" - tagIcon={Shield} + tagIcon={Award} background={{ variant: "plain" }} kpis={[ { value: "25+", label: "Years of Experience" }, @@ -53,6 +53,12 @@ export default function LandingPage() { { value: "98%", label: "Client Satisfaction" } ]} enableKpiAnimation={true} + avatars={[ + { src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Client 1" }, + { src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=1", alt: "Client 2" }, + { src: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3", alt: "Client 3" } + ]} + avatarText="500+ Clients Served" buttons={[ { text: "Get Started", href: "contact" }, { text: "Learn More", href: "about" } -- 2.49.1