Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-04 04:31:45 +00:00

View File

@@ -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" }