diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2a31ddf..d477e22 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -159,13 +159,13 @@ export default function AboutPage() { animationType="scale-rotate" metrics={[ { - id: "rating", value: "4.9★", title: "Average Rating", description: "From 50+ verified customer reviews across all platforms"}, + id: "rating", value: "4.9★", title: "Average Rating", description: "From 50+ verified customer reviews across all platforms", 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: "Average Cost Savings", description: "Customers save compared to full bathroom renovations"}, + id: "savings", value: "50%+", title: "Average Cost Savings", description: "Customers save 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 Served", description: "Plus Nassau County service area for expanded reach"}, + id: "boroughs", value: "5", title: "NYC Boroughs Served", description: "Plus Nassau County service area for expanded reach", 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: "Professional service completion with quality results"}, + id: "turnaround", value: "1-3", title: "Day Turnaround", description: "Professional service completion with quality results", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1299.jpg", imageAlt: "Turnaround metric"}, ]} /> 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"}, ]} />