Update src/app/page.tsx

This commit is contained in:
2026-03-15 22:32:35 +00:00
parent d7c05bf60f
commit 97c245d175

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46156.jpg"
imageAlt="Mobile tire change service technician in Fort McMurray"
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
/>
</div>
@@ -132,16 +132,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "1", value: "58", title: "Minutes Average", description: "Our typical response time to your call"
id: "1", value: "58", title: "Minutes Average", description: "Our typical response time to your call", imageSrc: "http://img.b2bpic.net/free-vector/stylish-last-minute-coupon-background-with-alarm-clock-design_1017-55679.jpg", imageAlt: "Fast response timer for tire service"
},
{
id: "2", value: "500+", title: "Happy Customers", description: "Trusted by families and businesses across Fort McMurray"
id: "2", value: "500+", title: "Happy Customers", description: "Trusted by families and businesses across Fort McMurray", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-talking-smartphone-with-lifted-car-coworker_496169-934.jpg", imageAlt: "Mobile tire service truck arriving at location"
},
{
id: "3", value: "5.0★", title: "Average Rating", description: "Consistently rated 5 stars by local drivers"
id: "3", value: "5.0★", title: "Average Rating", description: "Consistently rated 5 stars by local drivers", imageSrc: "http://img.b2bpic.net/free-photo/stacked-bicycle-tires-workshop_23-2147892370.jpg", imageAlt: "Affordable transparent pricing for tire service"
},
{
id: "4", value: "20+", title: "Years Combined", description: "Bernard and Byron's professional tire service experience"
id: "4", value: "20+", title: "Years Combined", description: "Bernard and Byron's professional tire service experience", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg", imageAlt: "Experienced tire service professionals"
}
]}
animationType="slide-up"