diff --git a/src/app/page.tsx b/src/app/page.tsx index e1ad329..bec29ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,12 +94,12 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Commitment to You" metrics={[ - { - icon: Users, - label: "Client-Centered", value: "100%"}, { icon: Award, label: "Legal Expertise", value: "20+ Yrs"}, + { + icon: Users, + label: "Client-Centered", value: "100%"}, { icon: MapPin, label: "Local Knowledge", value: "North Dublin"}, @@ -224,4 +224,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}