From 39508c9232c5450441c227eb4d0ab760dc2d8418 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:25:54 +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 cb4dcbf..b3d3843 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138469.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138469.jpg?_wi=1" imageAlt="tool organization garage mount" /> @@ -83,19 +83,19 @@ export default function LandingPage() { { title: "Reinforced PLA+", description: "High-impact materials designed to survive harsh construction sites.", - imageSrc: "http://img.b2bpic.net/free-photo/violet-sand-with-small-opening-holes_23-2148254658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/violet-sand-with-small-opening-holes_23-2148254658.jpg?_wi=1", imageAlt: "3d printed plastic texture", }, { title: "Perfect Fit", description: "Guaranteed snap-fit for all 18V LXT Makita batteries.", - imageSrc: "http://img.b2bpic.net/free-photo/club-rack-hand-interior-background_1203-5751.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/club-rack-hand-interior-background_1203-5751.jpg?_wi=1", imageAlt: "snap fit mechanism detail", }, { title: "Easy Mounting", description: "Standard hole patterns for workshop or truck bed installation.", - imageSrc: "http://img.b2bpic.net/free-photo/carpentry-garage_23-2147773324.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpentry-garage_23-2147773324.jpg?_wi=1", imageAlt: "organized workbench workshop", }, ]} @@ -115,7 +115,7 @@ export default function LandingPage() { id: "p1", name: "Single Mount", price: "$12.99", - imageSrc: "http://img.b2bpic.net/free-photo/tilted-blank-white-paper-bag-white-background_187299-46877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tilted-blank-white-paper-bag-white-background_187299-46877.jpg?_wi=1", imageAlt: "studio product shot white", }, { @@ -171,7 +171,7 @@ export default function LandingPage() { title: "General Contractor", quote: "The best holders I've used. Snap in perfectly every time.", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-carpenter-woodworking-shop-proud-his-work_482257-84422.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138469.jpg?_wi=2", imageAlt: "professional contractor portrait white background", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { title: "Carpenter", quote: "My truck bed has never been this organized. Super durable.", avatarSrc: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/violet-sand-with-small-opening-holes_23-2148254658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/violet-sand-with-small-opening-holes_23-2148254658.jpg?_wi=2", imageAlt: "professional contractor portrait white background", }, { @@ -191,7 +191,7 @@ export default function LandingPage() { title: "Electrician", quote: "Fast shipping, fits standard screws, great product.", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367548.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/club-rack-hand-interior-background_1203-5751.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/club-rack-hand-interior-background_1203-5751.jpg?_wi=2", imageAlt: "professional contractor portrait white background", }, { @@ -201,7 +201,7 @@ export default function LandingPage() { title: "Home Inspector", quote: "Sturdy as a rock. Makita batteries feel secure even on rough roads.", avatarSrc: "http://img.b2bpic.net/free-photo/young-male-showing-clnenched-fist-t-shirt-looking-confident-front-view_176474-99326.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/carpentry-garage_23-2147773324.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpentry-garage_23-2147773324.jpg?_wi=2", imageAlt: "professional contractor portrait white background", }, { @@ -211,7 +211,7 @@ export default function LandingPage() { title: "DIY Enthusiast", quote: "High quality 3D prints. Very impressed with the surface finish.", avatarSrc: "http://img.b2bpic.net/free-photo/excited-adult-builder-man-uniform-keeps-fists-up-isolated-olive-green-wall_141793-66437.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/tilted-blank-white-paper-bag-white-background_187299-46877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tilted-blank-white-paper-bag-white-background_187299-46877.jpg?_wi=2", imageAlt: "professional contractor portrait white background", }, ]} -- 2.49.1