From 8fd9900aa80cea679a204f7e83edce02b30642fd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 01:08:01 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3969e4d..c4ad614 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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"