Update src/app/about/page.tsx

This commit is contained in:
2026-02-26 02:13:59 +00:00
parent 1ed1b5378a
commit 1a7ce7ccc1

View File

@@ -48,7 +48,7 @@ export default function AboutPage() {
{ text: "See Our Services", href: "/services" },
{ text: "Contact Us", href: "/contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=2"
imageAlt="Professional team at Tony's Tire Shop"
useInvertedBackground={false}
/>
@@ -66,7 +66,7 @@ export default function AboutPage() {
value: "25+",
title: "Years in Business",
description: "Serving the community with trusted expertise since 1998",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg?_wi=3",
imageAlt: "Tony's Tire Shop history and experience"
},
{
@@ -74,7 +74,7 @@ export default function AboutPage() {
value: "15,000+",
title: "Happy Customers",
description: "Drivers who trust us with their tire needs year after year",
imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=3",
imageAlt: "Satisfied customers and team"
}
]}
@@ -95,22 +95,22 @@ export default function AboutPage() {
{
id: "1",
name: "John Martinez",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=5"
},
{
id: "2",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=6"
},
{
id: "3",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=7"
},
{
id: "4",
name: "Emma Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=8"
}
]}
/>