Update src/app/about/page.tsx
This commit is contained in:
@@ -54,7 +54,7 @@ export default function AboutPage() {
|
||||
<HeroLogo
|
||||
logoText="About John's Tire Discount"
|
||||
description="A trusted local tire shop serving Pineville, Kentucky with honest pricing and expert automotive service."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169971.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169971.jpg?_wi=3"
|
||||
imageAlt="John's Tire Discount shop"
|
||||
buttons={[
|
||||
{
|
||||
@@ -77,7 +77,7 @@ export default function AboutPage() {
|
||||
description="For years, John's Tire Discount has been the trusted choice for affordable tires and reliable auto repair in Pineville. We believe in transparent pricing, expert workmanship, and putting customers first."
|
||||
subdescription="Our commitment is simple: deliver quality service at fair prices with a friendly team that treats your vehicle like we'd treat our own."
|
||||
icon={Shield}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169971.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169971.jpg?_wi=4"
|
||||
imageAlt="Professional tire shop"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
@@ -91,21 +91,21 @@ export default function AboutPage() {
|
||||
id: "honest",
|
||||
title: "Honest Pricing",
|
||||
tags: ["No Hidden Fees", "Fair Rates"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg?_wi=6",
|
||||
imageAlt: "Tire installation professional mechanic",
|
||||
},
|
||||
{
|
||||
id: "expert",
|
||||
title: "Expert Team",
|
||||
tags: ["Certified Technicians", "Experienced"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-repairing-car_23-2150171270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-repairing-car_23-2150171270.jpg?_wi=4",
|
||||
imageAlt: "brake system repair mechanic",
|
||||
},
|
||||
{
|
||||
id: "reliable",
|
||||
title: "Reliable Service",
|
||||
tags: ["Quality Parts", "Professional Install"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169970.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169970.jpg?_wi=4",
|
||||
imageAlt: "wheel alignment diagnostic tool",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user