diff --git a/src/app/page.tsx b/src/app/page.tsx index 84ab0ed..5ce28ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@johnd", testimonial: "Excellent service and honest pricing. They fixed my engine noise quickly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tools-bike-creation-workshop_23-2148866651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tools-bike-creation-workshop_23-2148866651.jpg?_wi=1", imageAlt: "modern mechanic shop interior clean", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "@mwilson", testimonial: "Very professional and detailed work. My car runs like new again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-servicing-car_1170-1272.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-servicing-car_1170-1272.jpg?_wi=1", imageAlt: "modern mechanic shop interior clean", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "@slee", testimonial: "I never go anywhere else for my car maintenance. Top notch.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mechanical-female-changing-car-wheels_23-2148327504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanical-female-changing-car-wheels_23-2148327504.jpg?_wi=1", imageAlt: "modern mechanic shop interior clean", }, { @@ -97,11 +97,11 @@ export default function LandingPage() { handle: "@tbrown", testimonial: "Fair prices and quality service. They saved me a lot of money.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-checking-car-tires_23-2148332948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-checking-car-tires_23-2148332948.jpg?_wi=1", imageAlt: "modern mechanic shop interior clean", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/tools-bike-creation-workshop_23-2148866651.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tools-bike-creation-workshop_23-2148866651.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/mechanic-starting-maintenance_23-2147897914.jpg", @@ -171,19 +171,19 @@ export default function LandingPage() { { title: "Oil Change", description: "Regular maintenance to keep your engine running smoothly.", - imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-servicing-car_1170-1272.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-servicing-car_1170-1272.jpg?_wi=2", buttonIcon: "Zap", }, { title: "Brake Repair", description: "Ensure your safety with our expert brake system services.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanical-female-changing-car-wheels_23-2148327504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanical-female-changing-car-wheels_23-2148327504.jpg?_wi=2", buttonIcon: "Shield", }, { title: "Tire Service", description: "Professional tire balancing, alignment, and replacements.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-checking-car-tires_23-2148332948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-checking-car-tires_23-2148332948.jpg?_wi=2", buttonIcon: "Circle", }, {