From b7b96059b6127f68e2a2b4ab8ff0c587ba8ecc58 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:09:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 139c6e7..1a15323 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,11 +51,11 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "blurBottom" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man_158595-708.jpg", imageAlt: "Premium leather belt showcase" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man_158595-708.jpg?_wi=1", imageAlt: "Premium leather belt showcase" }, { imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-felt-jewelry-display_23-2150329659.jpg", imageAlt: "Black leather belt with metallic buckle" }, { imageSrc: "http://img.b2bpic.net/free-photo/color-zippers-arrangement-high-angle_23-2149345119.jpg", imageAlt: "Colorful belt collection display" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33205.jpg", imageAlt: "Braided premium leather belt" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man_158595-708.jpg", imageAlt: "Classic belt design detail" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33205.jpg?_wi=1", imageAlt: "Braided premium leather belt" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man_158595-708.jpg?_wi=2", imageAlt: "Classic belt design detail" } ]} mediaAnimation="slide-up" buttons={[ @@ -94,13 +94,13 @@ export default function LandingPage() {