diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f24019..0c3cd17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,9 +60,9 @@ export default function LandingPage() { { text: "Emergency: Call Now", href: "tel:(773)354-5738" } ], sidebarItems: [ - { icon: Clock, label: "Fast Response" }, - { icon: Shield, label: "Honest Pricing" }, - { icon: Sparkles, label: "Expert Work" } + { icon: Clock, title: "Fast Response" }, + { icon: Shield, title: "Honest Pricing" }, + { icon: Sparkles, title: "Expert Work" } ], stats: [ { title: "Customer Rating", values: [4.8, 4.8, 4.8], description: "out of 5 stars" },