From 06a2e58aea9a2c5239916e295f03899a6307dc15 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:54:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f24019..477d08c 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 }, + { icon: Shield }, + { icon: Sparkles } ], stats: [ { title: "Customer Rating", values: [4.8, 4.8, 4.8], description: "out of 5 stars" }, -- 2.49.1