Update src/app/page.tsx

This commit is contained in:
2026-02-26 02:14:01 +00:00
parent be07c5a94b
commit 30fb5d0029

View File

@@ -76,22 +76,22 @@ export default function HomePage() {
{
id: "1",
name: "Happy Customer",
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=1"
},
{
id: "2",
name: "Satisfied Client",
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=2"
},
{
id: "3",
name: "Trusted Driver",
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=3"
},
{
id: "4",
name: "Repeat Customer",
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=4"
}
]}
/>
@@ -107,7 +107,7 @@ export default function HomePage() {
{ text: "Call for Same-Day Help", href: "tel:+1-800-TIRES-01" },
{ text: "Get a Quote", href: "#contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/sad-young-woman-sitting-near-broken-down-car-road_23-2147855644.jpg"
imageSrc="http://img.b2bpic.net/free-photo/sad-young-woman-sitting-near-broken-down-car-road_23-2147855644.jpg?_wi=1"
imageAlt="Emergency tire repair service"
useInvertedBackground={true}
/>
@@ -123,7 +123,7 @@ export default function HomePage() {
{
title: "New Tire Sales",
description: "Top brands. Expert recommendations. Fair pricing.",
imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg?_wi=1",
imageAlt: "New tire sales and selection",
buttonIcon: Wrench,
buttonHref: "/tires"
@@ -131,35 +131,35 @@ export default function HomePage() {
{
title: "Tire Installation",
description: "Professional mounting and balancing. Same-day service.",
imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg?_wi=2",
imageAlt: "Professional tire installation",
buttonIcon: Wrench
},
{
title: "Flat Tire Repair",
description: "Puncture fixes. Sidewall assessment. Emergency response.",
imageSrc: "http://img.b2bpic.net/free-photo/sad-young-woman-sitting-near-broken-down-car-road_23-2147855644.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sad-young-woman-sitting-near-broken-down-car-road_23-2147855644.jpg?_wi=2",
imageAlt: "Flat tire repair service",
buttonIcon: Wrench
},
{
title: "Tire Rotation",
description: "Extend tire life. Improve handling. Proactive care.",
imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg?_wi=3",
imageAlt: "Tire rotation service",
buttonIcon: Wrench
},
{
title: "Tire Balancing",
description: "Smooth ride. Reduced vibration. Precision equipment.",
imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg?_wi=4",
imageAlt: "Tire balancing service",
buttonIcon: Wrench
},
{
title: "Wheel Alignment",
description: "Straight tracking. Even wear prevention. Safety first.",
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14047.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14047.jpg?_wi=1",
imageAlt: "Professional wheel alignment",
buttonIcon: Wrench
}
@@ -180,28 +180,28 @@ export default function HomePage() {
id: "1",
name: "All-Season Tires",
price: "Starting at $89",
imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg?_wi=5",
imageAlt: "All-season tire selection"
},
{
id: "2",
name: "Performance Tires",
price: "Starting at $129",
imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg?_wi=6",
imageAlt: "Performance tire selection"
},
{
id: "3",
name: "SUV & Truck Tires",
price: "Starting at $119",
imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg?_wi=7",
imageAlt: "SUV and truck tire selection"
},
{
id: "4",
name: "Budget Tires",
price: "Starting at $59",
imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg?_wi=8",
imageAlt: "Budget tire selection"
}
]}
@@ -227,7 +227,7 @@ export default function HomePage() {
value: "25+",
title: "Years Experience",
description: "Trusted neighborhood shop with proven expertise",
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=1",
imageAlt: "Experienced team at Tony's Tire Shop"
},
{
@@ -235,7 +235,7 @@ export default function HomePage() {
value: "Same-Day",
title: "Emergency Service",
description: "Urgent tire help available now, not next week",
imageSrc: "http://img.b2bpic.net/free-photo/sad-young-woman-sitting-near-broken-down-car-road_23-2147855644.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sad-young-woman-sitting-near-broken-down-car-road_23-2147855644.jpg?_wi=3",
imageAlt: "Same-day tire service availability"
}
]}