From 8b16833428f981adf7e9efc0a08ee3fdd31d6c3e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 19:00:16 +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 9562880..d30f5e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,11 +71,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sitting-near-dark_158538-11270.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sitting-near-dark_158538-11270.jpg?_wi=1", imageAlt: "elegant man adjusting blazer cufflinks", }, { - imageSrc: "http://img.b2bpic.net/free-photo/picture-elegant-young-fashion-man_158595-529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/picture-elegant-young-fashion-man_158595-529.jpg?_wi=1", imageAlt: "elegant man adjusting blazer cufflinks", }, { @@ -127,7 +127,7 @@ export default function LandingPage() { name: "Classic Watch", price: "$199", variant: "Bestseller", - imageSrc: "http://img.b2bpic.net/free-photo/man-listening-music_1157-5.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-listening-music_1157-5.jpg?_wi=1", }, { id: "p2", @@ -238,7 +238,7 @@ export default function LandingPage() { name: "Gift Set Bundle", price: "$399", variant: "Ultimate", - imageSrc: "http://img.b2bpic.net/free-photo/men-accessories-black-blue-elegant_1357-109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-accessories-black-blue-elegant_1357-109.jpg?_wi=1", }, ]} title="Bestsellers" @@ -265,7 +265,7 @@ export default function LandingPage() { description: "Timeless gifts for milestones.", bentoComponent: "reveal-icon", icon: Heart, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sitting-near-dark_158538-11270.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sitting-near-dark_158538-11270.jpg?_wi=2", imageAlt: "portrait of handsome fashion stylish hipster businessman model dressed in elegant brown suit sitting near dark", }, { @@ -273,7 +273,7 @@ export default function LandingPage() { description: "Small details, big impact.", bentoComponent: "reveal-icon", icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/men-accessories-black-blue-elegant_1357-109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-accessories-black-blue-elegant_1357-109.jpg?_wi=2", imageAlt: "portrait of handsome fashion stylish hipster businessman model dressed in elegant brown suit sitting near dark", }, ]} @@ -295,7 +295,7 @@ export default function LandingPage() { quote: "You’ll never have to worry about what to gift a guy again.", tag: "Gift", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sitting-near-dark_158538-11270.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sitting-near-dark_158538-11270.jpg?_wi=3", imageAlt: "portrait successful modern man", }, { @@ -306,7 +306,7 @@ export default function LandingPage() { quote: "Amazing accessories for men. Truly timeless.", tag: "Style", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-bearded-male-elegant-suit-cylinder-hat-looking-camera-dark-background_613910-3863.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/men-accessories-black-blue-elegant_1357-109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-accessories-black-blue-elegant_1357-109.jpg?_wi=3", imageAlt: "portrait successful modern man", }, { @@ -317,7 +317,7 @@ export default function LandingPage() { quote: "Their collection is amazing and the quality is top-tier.", tag: "Gift", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9659.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-listening-music_1157-5.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-listening-music_1157-5.jpg?_wi=2", imageAlt: "portrait successful modern man", }, { @@ -339,7 +339,7 @@ export default function LandingPage() { quote: "Worth every penny for the quality and presence.", tag: "Style", avatarSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11206.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/picture-elegant-young-fashion-man_158595-529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/picture-elegant-young-fashion-man_158595-529.jpg?_wi=2", imageAlt: "portrait successful modern man", }, ]} -- 2.49.1