From 6a1ad124748d75372d9f6e346b1a5e174acfd471 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 02:27:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 53c3b78..567391d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-tablet-office_23-2149307827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-tablet-office_23-2149307827.jpg?_wi=1", imageAlt: "Modern auto garage", }, { @@ -104,35 +104,35 @@ export default function LandingPage() { title: "Engine Work", description: "In-depth engine repairs and tuning by experienced specialists.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-tablet-office_23-2149307827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-tablet-office_23-2149307827.jpg?_wi=2", imageAlt: "modern auto garage high tech professional", }, { title: "Brake Service", description: "Complete brake inspection and replacement for your safety.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/muslim-couple-traveling-together_23-2149305596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/muslim-couple-traveling-together_23-2149305596.jpg?_wi=1", imageAlt: "modern auto garage high tech professional", }, { title: "Diagnostics", description: "Modern scanning technology to find issues fast.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/happy-black-mechanic-taking-notes-while-talking-customer-auto-repair-shop_637285-11587.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-black-mechanic-taking-notes-while-talking-customer-auto-repair-shop_637285-11587.jpg?_wi=1", imageAlt: "modern auto garage high tech professional", }, { title: "Oil Changes", description: "Quick and professional oil service to keep your car running smooth.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-handshaking-with-female-mechanic-auto-repair-shop_637285-7758.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-handshaking-with-female-mechanic-auto-repair-shop_637285-7758.jpg?_wi=1", imageAlt: "modern auto garage high tech professional", }, { title: "Maintenance", description: "Routine checkups to prevent major future repair costs.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=1", imageAlt: "modern auto garage high tech professional", }, ]} @@ -182,7 +182,7 @@ export default function LandingPage() { role: "Client", company: "Local Driver", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/muslim-couple-traveling-together_23-2149305596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/muslim-couple-traveling-together_23-2149305596.jpg?_wi=2", }, { id: "t2", @@ -190,7 +190,7 @@ export default function LandingPage() { role: "Client", company: "Local Driver", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-black-mechanic-taking-notes-while-talking-customer-auto-repair-shop_637285-11587.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-black-mechanic-taking-notes-while-talking-customer-auto-repair-shop_637285-11587.jpg?_wi=2", }, { id: "t3", @@ -198,7 +198,7 @@ export default function LandingPage() { role: "Client", company: "Local Driver", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-handshaking-with-female-mechanic-auto-repair-shop_637285-7758.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-handshaking-with-female-mechanic-auto-repair-shop_637285-7758.jpg?_wi=2", }, { id: "t4", @@ -206,7 +206,7 @@ export default function LandingPage() { role: "Client", company: "Local Driver", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=2", }, { id: "t5", -- 2.49.1