From 378e3a1d89b432fe74b25b647b7c580c2d1184c7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:03:19 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b8f1aa..40294db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function HomePage() { { icon: Award, label: "Google Rating", value: "4.8★" }, { icon: Shield, label: "Licensed & Insured", value: "100%" }, { icon: Clock, label: "Fast Response", value: "Same Day" }, - { icon: CheckCircle, label: "Years Experience", value: "20+ Years" }, + { icon: CheckCircle, label: "Years Experience", value: "20+" }, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -87,7 +87,7 @@ export default function HomePage() { features={[ { id: "1", title: "Plumbing Services", description: "From leak repairs to complete pipe installations, our licensed plumbers handle all your plumbing needs with precision and care.", media: { - imageSrc: "https://images.unsplash.com/photo-1585479542326-5ac408f4ae4f?w=600&h=400&fit=crop&_wi=1" + imageSrc: "https://images.unsplash.com/photo-1585479542326-5ac408f4ae4f?w=600&h=400&fit=crop" }, items: [ { icon: Droplets, text: "Leak Repairs" }, @@ -99,7 +99,7 @@ export default function HomePage() { }, { id: "2", title: "Hot Water Tank Services", description: "Professional installation, replacement, and repair of hot water tanks and tankless systems to keep your home comfortable.", media: { - imageSrc: "https://images.unsplash.com/photo-1621905251538-48416bd8575a?w=600&h=400&fit=crop&_wi=1" + imageSrc: "https://images.unsplash.com/photo-1621905251538-48416bd8575a?w=600&h=400&fit=crop" }, items: [ { icon: Zap, text: "Installation" }, @@ -111,7 +111,7 @@ export default function HomePage() { }, { id: "3", title: "Heating Services", description: "Keep your home warm all winter with our expert furnace and boiler installation, repair, and maintenance services.", media: { - imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=600&h=400&fit=crop&_wi=1" + imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=600&h=400&fit=crop" }, items: [ { icon: Flame, text: "Furnace Installation" }, @@ -202,7 +202,6 @@ export default function HomePage() { tagIcon={PhoneCall} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="https://images.unsplash.com/photo-1585479542326-5ac408f4ae4f?w=600&h=400&fit=crop&_wi=2" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" @@ -214,7 +213,7 @@ export default function HomePage() {