From 5f1afb153ec1d47e8207e450d767bc1940d3db5a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 21:13:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af41728..3657be8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -281,13 +281,13 @@ export default function HomePage() { animationType="scale-rotate" metrics={[ { - id: "rating", value: "4.9★", title: "Average Rating", description: "From 50+ verified customer reviews"}, + id: "rating", value: "4.9★", title: "Average Rating", description: "From 50+ verified customer reviews", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-sitting-sofa-home-portrait-comfortable-woman-winter-clothes-relaxing_657921-462.jpg", imageAlt: "Rating metric"}, { - id: "savings", value: "50%+", title: "Cost Savings", description: "Compared to full bathroom renovations"}, + id: "savings", value: "50%+", title: "Cost Savings", description: "Compared to full bathroom renovations", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageAlt: "Savings metric"}, { - id: "boroughs", value: "5", title: "NYC Boroughs", description: "Plus Nassau County service area"}, + id: "boroughs", value: "5", title: "NYC Boroughs", description: "Plus Nassau County service area", imageSrc: "http://img.b2bpic.net/free-photo/blonde-business-woman-work_23-2149100303.jpg", imageAlt: "Boroughs metric"}, { - id: "turnaround", value: "1-3", title: "Day Turnaround", description: "Fast professional service completion"}, + id: "turnaround", value: "1-3", title: "Day Turnaround", description: "Fast professional service completion", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1299.jpg", imageAlt: "Turnaround metric"}, ]} />