diff --git a/src/app/page.tsx b/src/app/page.tsx index c2558ac..7e87688 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { title="Автосервис, где чинят машины — а не придумывают проблемы" description="Auto repair that fixes cars—not invents problems. Honest diagnostics, fast repairs, no unnecessary upsells." tag="Expert Mechanics Since 2019" - imageSrc="http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet-while-servicing-car-engine_1170-1367.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet-while-servicing-car-engine_1170-1367.jpg?_wi=1" imageAlt="Professional auto repair workshop" showBlur={true} showDimOverlay={true} @@ -78,10 +78,10 @@ export default function LandingPage() { title: "Engine Diagnostics", description: "Advanced computer diagnostics to identify issues accurately before repair work begins.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-talking-his-colleague-while-running-car-diagnostic-analyzing-data-workshop_637285-7676.jpg", imageAlt: "Diagnostic equipment in use" + imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-talking-his-colleague-while-running-car-diagnostic-analyzing-data-workshop_637285-7676.jpg?_wi=1", imageAlt: "Diagnostic equipment in use" }, { - imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-talking-his-colleague-while-running-car-diagnostic-analyzing-data-workshop_637285-7676.jpg", imageAlt: "Computer diagnostic scanner" + imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-talking-his-colleague-while-running-car-diagnostic-analyzing-data-workshop_637285-7676.jpg?_wi=2", imageAlt: "Computer diagnostic scanner" } ] }, @@ -89,10 +89,10 @@ export default function LandingPage() { title: "Brake & Suspension", description: "Expert brake repair, replacement, and suspension maintenance for safe, smooth driving.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-tyre_1170-1596.jpg", imageAlt: "Brake repair in progress" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-tyre_1170-1596.jpg?_wi=1", imageAlt: "Brake repair in progress" }, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-tyre_1170-1596.jpg", imageAlt: "Brake system inspection" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-tyre_1170-1596.jpg?_wi=2", imageAlt: "Brake system inspection" } ] }, @@ -100,10 +100,10 @@ export default function LandingPage() { title: "Urgent Assistance", description: "Same-day emergency repairs available for travelers and drivers in urgent need of roadside help.", icon: AlertCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet-while-servicing-car-engine_1170-1367.jpg", imageAlt: "Quick service station" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet-while-servicing-car-engine_1170-1367.jpg?_wi=2", imageAlt: "Quick service station" }, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet-while-servicing-car-engine_1170-1367.jpg", imageAlt: "Professional technician at work" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet-while-servicing-car-engine_1170-1367.jpg?_wi=3", imageAlt: "Professional technician at work" } ] }, @@ -111,10 +111,10 @@ export default function LandingPage() { title: "Transparent Pricing", description: "No surprises—all costs explained upfront before any work begins. We respect your budget.", icon: DollarSign, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-talking-his-colleague-while-running-car-diagnostic-analyzing-data-workshop_637285-7676.jpg", imageAlt: "Cost estimation worksheet" + imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-talking-his-colleague-while-running-car-diagnostic-analyzing-data-workshop_637285-7676.jpg?_wi=3", imageAlt: "Cost estimation worksheet" }, { - imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-talking-his-colleague-while-running-car-diagnostic-analyzing-data-workshop_637285-7676.jpg", imageAlt: "Service quote documentation" + imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-talking-his-colleague-while-running-car-diagnostic-analyzing-data-workshop_637285-7676.jpg?_wi=4", imageAlt: "Service quote documentation" } ] }