Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-04-07 22:11:19 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -61,9 +61,9 @@ export default function AboutPage() {
description="Metrics that drive our service excellence."
metrics={[
{
id: "m3", value: "2000+", title: "Cars Repaired", description: "Successfully restored vehicles in the last decade.", imageSrc: "http://img.b2bpic.net/free-photo/man-car-service-polishing-car-details_1303-29065.jpg"},
id: "m3", value: "2000+", title: "Cars Repaired", description: "Successfully restored vehicles in the last decade.", imageSrc: "http://img.b2bpic.net/free-photo/man-car-service-polishing-car-details_1303-29065.jpg?_wi=1"},
{
id: "m4", value: "95%", title: "Retention", description: "Customers who return for future maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint-car-door_23-2149714306.jpg"},
id: "m4", value: "95%", title: "Retention", description: "Customers who return for future maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint-car-door_23-2149714306.jpg?_wi=1"},
]}
/>
</div>

View File

@@ -42,10 +42,10 @@ export default function ServicesPage() {
description="From major frame damage to minor dings."
features={[
{
id: "s1", title: "Frame Straightening", author: "Tech Team", description: "Precision laser alignment for safety.", imageSrc: "http://img.b2bpic.net/free-photo/man-car-service-polishing-car-details_1303-29065.jpg", tags: ["Frame"]
id: "s1", title: "Frame Straightening", author: "Tech Team", description: "Precision laser alignment for safety.", imageSrc: "http://img.b2bpic.net/free-photo/man-car-service-polishing-car-details_1303-29065.jpg?_wi=2", tags: ["Frame"]
},
{
id: "s2", title: "Color Matching", author: "Paint Dept", description: "Perfect match for factory finishes.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint-car-door_23-2149714306.jpg", tags: ["Paint"]
id: "s2", title: "Color Matching", author: "Paint Dept", description: "Perfect match for factory finishes.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint-car-door_23-2149714306.jpg?_wi=2", tags: ["Paint"]
},
]}
/>