diff --git a/src/app/page.tsx b/src/app/page.tsx index b0e70af..2a3c5c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,9 +60,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Why Choose PipePros" metrics={[ - { id: "m1", icon: Zap, label: "Emergency Response", value: "24/7" }, - { id: "m2", icon: Shield, label: "Licensed & Insured", value: "100%" }, - { id: "m3", icon: Award, label: "Satisfied Customers", value: "10k+" }, + { icon: Zap, label: "Emergency Response", value: "24/7" }, + { icon: Shield, label: "Licensed & Insured", value: "100%" }, + { icon: Award, label: "Satisfied Customers", value: "10k+" }, ]} metricsAnimation="slide-up" />