Update src/app/services/page.tsx

This commit is contained in:
2026-03-12 01:08:01 +00:00
parent 887e20cc2a
commit 8fd9900aa8

View File

@@ -48,10 +48,10 @@ export default function ServicesPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beauty-nail-art_23-2149265993.jpg", imageAlt: "Tire service showcase"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beauty-nail-art_23-2149265993.jpg?_wi=2", imageAlt: "Tire service showcase"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-cute-girl-red-dress-distance-date-with-wine-candles-talking-camera_140725-164255.jpg", imageAlt: "Professional tire installation"
imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-cute-girl-red-dress-distance-date-with-wine-candles-talking-camera_140725-164255.jpg?_wi=2", imageAlt: "Professional tire installation"
}
]}
autoplayDelay={4000}
@@ -85,16 +85,16 @@ export default function ServicesPage() {
tag="Portfolio"
products={[
{
id: "1", name: "All-Season Performance", price: "Starting at $89", variant: "40,000 Mile Warranty", imageSrc: "http://img.b2bpic.net/free-photo/pretty-manicured-womans-hands-knees_343596-715.jpg", imageAlt: "All-season tire"
id: "1", name: "All-Season Performance", price: "Starting at $89", variant: "40,000 Mile Warranty", imageSrc: "http://img.b2bpic.net/free-photo/pretty-manicured-womans-hands-knees_343596-715.jpg?_wi=2", imageAlt: "All-season tire"
},
{
id: "2", name: "Winter Safety Plus", price: "Starting at $115", variant: "Enhanced Grip • Cold Weather", imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-christmas-new-year-nail-design-nude-beige-nail-polish-manicure-one-finger-shiny-golden-bronze_343596-4496.jpg", imageAlt: "Winter tire tread"
id: "2", name: "Winter Safety Plus", price: "Starting at $115", variant: "Enhanced Grip • Cold Weather", imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-christmas-new-year-nail-design-nude-beige-nail-polish-manicure-one-finger-shiny-golden-bronze_343596-4496.jpg?_wi=2", imageAlt: "Winter tire tread"
},
{
id: "3", name: "Luxury Comfort Drive", price: "Starting at $145", variant: "Quiet • Smooth Ride • Premium", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24225.jpg", imageAlt: "Premium luxury tire"
id: "3", name: "Luxury Comfort Drive", price: "Starting at $145", variant: "Quiet • Smooth Ride • Premium", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24225.jpg?_wi=2", imageAlt: "Premium luxury tire"
},
{
id: "4", name: "Off-Road Explorer", price: "Starting at $135", variant: "All-Terrain • Durable • Rugged", imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262938.jpg", imageAlt: "Off-road tire tread"
id: "4", name: "Off-Road Explorer", price: "Starting at $135", variant: "All-Terrain • Durable • Rugged", imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262938.jpg?_wi=2", imageAlt: "Off-road tire tread"
}
]}
gridVariant="uniform-all-items-equal"