From b3dd5ddf53b94435026462ca9b1b77a4acc36f76 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 06:29:24 +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 d06fedf..1bb54cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,11 +81,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/leather-briefcase_181624-12279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/leather-briefcase_181624-12279.jpg?_wi=1", imageAlt: "Brown leather wallet on a wooden surface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-suitcase-retro-camera-leather-case_23-2148328918.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-suitcase-retro-camera-leather-case_23-2148328918.jpg?_wi=1", imageAlt: "Stylish leather handbag on a city street", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842744.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842744.jpg?_wi=1", imageAlt: "close up leather texture stitching", }, { @@ -180,7 +180,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/leather-briefcase_181624-12279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/leather-briefcase_181624-12279.jpg?_wi=2", imageAlt: "close up leather texture stitching", }, { @@ -201,7 +201,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-suitcase-retro-camera-leather-case_23-2148328918.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-suitcase-retro-camera-leather-case_23-2148328918.jpg?_wi=2", imageAlt: "close up leather texture stitching", }, ]} @@ -379,7 +379,7 @@ export default function LandingPage() { imageAlt: "Portrait of Ethan Reed, finishing specialist", }, ], - imageSrc: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842744.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842744.jpg?_wi=2", imageAlt: "portrait master leather artisan", }, ]} -- 2.49.1