Update src/app/services/page.tsx
This commit is contained in:
@@ -85,7 +85,7 @@ export default function ServicesPage() {
|
||||
price: "Starting $60",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stopped-white-car-with-punctured-car-tire-roadside_651396-2020.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stopped-white-car-with-punctured-car-tire-roadside_651396-2020.jpg?_wi=3",
|
||||
imageAlt: "Mobile tire repair service",
|
||||
},
|
||||
{
|
||||
@@ -95,7 +95,7 @@ export default function ServicesPage() {
|
||||
price: "24/7 Available",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-change-wheel-manually-4x4-off-road-truck_1153-4388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-change-wheel-manually-4x4-off-road-truck_1153-4388.jpg?_wi=2",
|
||||
imageAlt: "Emergency tire service roadside",
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function ServicesPage() {
|
||||
price: "Professional Install",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-with-tyre_1170-1152.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-with-tyre_1170-1152.jpg?_wi=2",
|
||||
imageAlt: "Professional tire installation",
|
||||
},
|
||||
{
|
||||
@@ -115,7 +115,7 @@ export default function ServicesPage() {
|
||||
price: "Fast Service",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-fixing-car-wheel_23-2148321920.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-fixing-car-wheel_23-2148321920.jpg?_wi=2",
|
||||
imageAlt: "Tire leak repair and patching",
|
||||
},
|
||||
]}
|
||||
@@ -135,21 +135,21 @@ export default function ServicesPage() {
|
||||
id: 1,
|
||||
title: "Assessment & Diagnostics",
|
||||
description: "Our technician inspects your tire, determines the issue, and provides an honest assessment of whether it can be repaired or needs replacement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stopped-white-car-with-punctured-car-tire-roadside_651396-2020.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stopped-white-car-with-punctured-car-tire-roadside_651396-2020.jpg?_wi=4",
|
||||
imageAlt: "Tire assessment and diagnostics",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Professional Repair Work",
|
||||
description: "Using quality materials and professional techniques, we repair punctures, patch leaks, or install new tires. All work is done to manufacturer standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367544.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367544.jpg?_wi=2",
|
||||
imageAlt: "Professional repair work performed",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Quality Assurance & Safe Departure",
|
||||
description: "We inspect the completed work, test tire pressure and balance, and ensure your vehicle is safe to drive. You're back on the road with confidence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-wheel-hubcap-automobile_7502-4418.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-wheel-hubcap-automobile_7502-4418.jpg?_wi=2",
|
||||
imageAlt: "Quality assurance and final inspection",
|
||||
},
|
||||
]}
|
||||
@@ -166,7 +166,7 @@ export default function ServicesPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stopped-white-car-with-punctured-car-tire-roadside_651396-2020.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stopped-white-car-with-punctured-car-tire-roadside_651396-2020.jpg?_wi=5"
|
||||
imageAlt="Mobile tire service ready to help"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
|
||||
Reference in New Issue
Block a user