Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-15 21:14:03 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

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>