diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5f162ea..fb91c22 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -40,9 +40,7 @@ export default function AboutPage() { @@ -56,24 +54,16 @@ export default function AboutPage() { metrics={[ { icon: Zap, - label: "Expert Electricians", - value: "10+ Years", - }, + label: "Expert Electricians", value: "10+ Years"}, { icon: Users, - label: "Customer Satisfaction", - value: "100% Rated", - }, + label: "Customer Satisfaction", value: "100% Rated"}, { icon: Heart, - label: "Local Family Owned", - value: "Community First", - }, + label: "Local Family Owned", value: "Community First"}, { icon: Award, - label: "Licensed & Insured", - value: "Full Coverage", - }, + label: "Licensed & Insured", value: "Full Coverage"}, ]} /> @@ -88,30 +78,21 @@ export default function AboutPage() { animationType="slide-up" metrics={[ { - id: "1", - icon: Lightbulb, - title: "Innovation", - value: "Latest Technology", - }, + id: "1", icon: Lightbulb, + title: "Innovation", value: "Latest Technology"}, { - id: "2", - icon: Heart, - title: "Integrity", - value: "Honest Pricing", - }, + id: "2", icon: Heart, + title: "Integrity", value: "Honest Pricing"}, { - id: "3", - icon: Users, - title: "Community", - value: "Local Support", - }, + id: "3", icon: Users, + title: "Community", value: "Local Support"}, { - id: "4", - icon: Wrench, - title: "Excellence", - value: "Premium Workmanship", - }, + id: "4", icon: Wrench, + title: "Excellence", value: "Premium Workmanship"}, ]} + cardClassName="line-clamp-none overflow-visible whitespace-normal" + metricTitleClassName="line-clamp-none overflow-visible whitespace-normal" + valueClassName="line-clamp-none overflow-visible whitespace-normal" /> @@ -135,8 +116,7 @@ export default function AboutPage() {