Update src/app/page.tsx

This commit is contained in:
2026-03-15 21:13:59 +00:00
parent a35c7ad54b
commit 5f1afb153e

View File

@@ -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"},
]}
/>
</div>