@@ -108,21 +67,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Commitment to You"
metrics={[
- {
- icon: Award,
- label: "Recovered for Clients",
- value: "$300M+",
- },
- {
- icon: Heart,
- label: "Cases Handled",
- value: "1000s",
- },
- {
- icon: Scale,
- label: "Dedicated Lawyers",
- value: "Expert",
- },
+ { icon: Award, label: "Recovered for Clients", value: "$300M+" },
+ { icon: Heart, label: "Cases Handled", value: "1000s" },
+ { icon: Scale, label: "Dedicated Lawyers", value: "Expert" },
]}
metricsAnimation="slide-up"
/>
@@ -130,24 +77,13 @@ export default function LandingPage() {
@@ -257,42 +141,21 @@ export default function LandingPage() {
columns={[
{
items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Expertise",
- href: "#expertise",
- },
- {
- label: "FAQ",
- href: "#faq",
- },
+ { label: "About", href: "#about" },
+ { label: "Expertise", href: "#expertise" },
+ { label: "FAQ", href: "#faq" },
],
},
{
items: [
- {
- label: "Contact",
- href: "#contact",
- },
- {
- label: "Call (646) 516-1465",
- href: "tel:6465161465",
- },
+ { label: "Contact", href: "#contact" },
+ { label: "Call (646) 516-1465", href: "tel:6465161465" },
],
},
{
items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms of Service",
- href: "#",
- },
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms of Service", href: "#" },
],
},
]}