From 6094013c6579f6b3aae9da0f85fee6db6c0fd94e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:57:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a8fbafa..7b093bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,10 +112,10 @@ export default function LandingPage() { features={[ { id: "service-1", title: "Full System Installation", author: "Professional Team", description: "Complete hydraulic pump and suspension setup with precision tuning and quality testing to ensure optimal performance.", tags: ["Installation", "Full Service"], - imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-examining-undercarriage-car-with-flashlight-repair-shop_637285-12709.jpg", imageAlt: "Professional hydraulic installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-examining-undercarriage-car-with-flashlight-repair-shop_637285-12709.jpg?_wi=1", imageAlt: "Professional hydraulic installation"}, { id: "service-2", title: "Custom Modifications", author: "Expert Engineers", description: "Tailored solutions for your specific lowrider build. We design and implement custom configurations that match your vision.", tags: ["Custom", "Engineering"], - imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-examining-undercarriage-car-with-flashlight-repair-shop_637285-12709.jpg", imageAlt: "Custom hydraulic configuration"}, + imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-examining-undercarriage-car-with-flashlight-repair-shop_637285-12709.jpg?_wi=2", imageAlt: "Custom hydraulic configuration"}, ]} animationType="slide-up" title="What We Do Best" -- 2.49.1