Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-15 22:33:11 +00:00

View File

@@ -78,15 +78,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "One-Hour Response Time", description: "We're the fastest tire service in Fort McMurray. From your call to our arrival, expect rapid deployment during emergencies.", 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"
title: "One-Hour Response Time", description: "We're the fastest tire service in Fort McMurray. From your call to our arrival, expect rapid deployment during emergencies.", imageSrc: "http://img.b2bpic.net/free-vector/stylish-last-minute-coupon-background-with-alarm-clock-design_1017-55679.jpg?_wi=1", imageAlt: "Fast response timer for tire service"
},
{
id: 2,
title: "Mobile Service to Your Location", description: "No need to drive on a damaged tire. We come to you—at home, work, or on the highway. Complete tire repairs and seasonal swaps anywhere in 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"
title: "Mobile Service to Your Location", description: "No need to drive on a damaged tire. We come to you—at home, work, or on the highway. Complete tire repairs and seasonal swaps anywhere in Fort McMurray.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-talking-smartphone-with-lifted-car-coworker_496169-934.jpg?_wi=1", imageAlt: "Mobile tire service truck arriving at location"
},
{
id: 3,
title: "Honest Pricing, No Upsells", description: "Transparent costs upfront. We tell you what needs fixing and what doesn't. Fair rates for locals who trust us.", imageSrc: "http://img.b2bpic.net/free-photo/stacked-bicycle-tires-workshop_23-2147892370.jpg", imageAlt: "Affordable transparent pricing for tire service"
title: "Honest Pricing, No Upsells", description: "Transparent costs upfront. We tell you what needs fixing and what doesn't. Fair rates for locals who trust us.", imageSrc: "http://img.b2bpic.net/free-photo/stacked-bicycle-tires-workshop_23-2147892370.jpg?_wi=1", imageAlt: "Affordable transparent pricing for tire service"
}
]}
animationType="slide-up"
@@ -103,7 +103,7 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", title: "Lifesaver on the Highway", quote: "Got a flat on my way to work. Called Daddy B and they arrived in under an hour. Professional, quick, and the price was fair. Highly recommended!", name: "Sarah Mitchell", role: "Local Driver", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg", imageAlt: "Sarah Mitchell, satisfied customer"
id: "1", title: "Lifesaver on the Highway", quote: "Got a flat on my way to work. Called Daddy B and they arrived in under an hour. Professional, quick, and the price was fair. Highly recommended!", name: "Sarah Mitchell", role: "Local Driver", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg?_wi=1", imageAlt: "Sarah Mitchell, satisfied customer"
},
{
id: "2", title: "Best Tire Service in Fort Mac", quote: "For my fleet of delivery vehicles, reliability is everything. Daddy B never lets us down. Fast service, honest pricing—exactly what we need.", name: "James Richardson", role: "Fleet Manager", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg", imageAlt: "James Richardson, fleet manager"
@@ -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", 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: "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?_wi=2", imageAlt: "Fast response timer for tire service"
},
{
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: "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?_wi=2", imageAlt: "Mobile tire service truck arriving at location"
},
{
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: "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?_wi=2", imageAlt: "Affordable transparent pricing for tire service"
},
{
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"
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?_wi=2", imageAlt: "Experienced tire service professionals"
}
]}
animationType="slide-up"