Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f4b9c0164d | |||
| 71026e006f |
@@ -10,7 +10,7 @@ import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
|||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
title="Powerful Legal Representation You Can Trust"
|
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."
|
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"
|
tag="Trusted Legal Counsel"
|
||||||
tagIcon={Shield}
|
tagIcon={Award}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
kpis={[
|
kpis={[
|
||||||
{ value: "25+", label: "Years of Experience" },
|
{ value: "25+", label: "Years of Experience" },
|
||||||
@@ -53,6 +53,12 @@ export default function LandingPage() {
|
|||||||
{ value: "98%", label: "Client Satisfaction" }
|
{ value: "98%", label: "Client Satisfaction" }
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
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={[
|
buttons={[
|
||||||
{ text: "Get Started", href: "contact" },
|
{ text: "Get Started", href: "contact" },
|
||||||
{ text: "Learn More", href: "about" }
|
{ text: "Learn More", href: "about" }
|
||||||
|
|||||||
Reference in New Issue
Block a user