From ff3b542cb6a5d90e23b0a445d6fa0aba4241346a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 13:43:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5beac5..0a71eae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,15 +65,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-artisan-doing-woodcutting_23-2150104774.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-artisan-doing-woodcutting_23-2150104774.jpg?_wi=1", imageAlt: "Woodworking workshop", }, { - imageSrc: "http://img.b2bpic.net/free-photo/artisan-job-tool-arrangement_23-2148732409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artisan-job-tool-arrangement_23-2148732409.jpg?_wi=1", imageAlt: "Bespoke wooden furniture", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-crafting-instrument-his-workshop_23-2149018554.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-crafting-instrument-his-workshop_23-2149018554.jpg?_wi=1", imageAlt: "Precision carpentry", }, { @@ -135,7 +135,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-tools_23-2147773343.jpg", imageAlt: "Detailed carpentry", }, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-artisan-doing-woodcutting_23-2150104774.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-artisan-doing-woodcutting_23-2150104774.jpg?_wi=2", imageAlt: "custom wooden window frame repair", }, { @@ -149,7 +149,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/experienced-young-carpenter-working-with-wood-joinery-workshop-indoors_1163-3110.jpg", imageAlt: "Woodwork craft", }, - imageSrc: "http://img.b2bpic.net/free-photo/artisan-job-tool-arrangement_23-2148732409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artisan-job-tool-arrangement_23-2148732409.jpg?_wi=2", imageAlt: "custom wooden window frame repair", }, { @@ -163,7 +163,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-working-his-wood-shop-with-tools-equipment_23-2150861558.jpg", imageAlt: "Sawing machine", }, - imageSrc: "http://img.b2bpic.net/free-photo/man-crafting-instrument-his-workshop_23-2149018554.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-crafting-instrument-his-workshop_23-2149018554.jpg?_wi=2", imageAlt: "custom wooden window frame repair", }, ]} -- 2.49.1