From b0b6aa68a626e9907378a7f5859f42351975cc8d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:29:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cdeef49..4a4493a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,7 +141,7 @@ export default function LandingPage() { descriptions: [ "Hand-drawn designs with a signature cute aesthetic for every piece.", ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-illustrator-drawing-ipad_23-2150172074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-illustrator-drawing-ipad_23-2150172074.jpg?_wi=1", }, { id: "f2", @@ -149,7 +149,7 @@ export default function LandingPage() { descriptions: [ "High-quality archival inks and papers for lasting, vibrant prints.", ], - imageSrc: "http://img.b2bpic.net/free-photo/concept-artist-desktop-graphics-tablet_93675-131334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/concept-artist-desktop-graphics-tablet_93675-131334.jpg?_wi=1", }, { id: "f3", @@ -157,7 +157,7 @@ export default function LandingPage() { descriptions: [ "Each item is made with care, individually inspected for quality.", ], - imageSrc: "http://img.b2bpic.net/free-photo/blank-canvas-painting-indoors-still-life_23-2150542295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blank-canvas-painting-indoors-still-life_23-2150542295.jpg?_wi=1", }, ]} title="Why My Art Stands Out" @@ -233,7 +233,7 @@ export default function LandingPage() { quote: "The most adorable illustrations I've ever owned. So happy!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-with-paint-copy-space_23-2148697056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-with-paint-copy-space_23-2148697056.jpg?_wi=1", imageAlt: "happy client portrait happy", }, { @@ -255,7 +255,7 @@ export default function LandingPage() { quote: "My friend absolutely adored the personalized print.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-listens-music-via-headphones-singing-drawing-painting_8353-10779.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-illustrator-drawing-ipad_23-2150172074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-illustrator-drawing-ipad_23-2150172074.jpg?_wi=2", imageAlt: "happy client portrait happy", }, { @@ -266,7 +266,7 @@ export default function LandingPage() { quote: "Beautifully packaged and arrived much faster than expected.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/man-carrying-boxes-pizza_1187-2835.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/concept-artist-desktop-graphics-tablet_93675-131334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/concept-artist-desktop-graphics-tablet_93675-131334.jpg?_wi=2", imageAlt: "happy client portrait happy", }, { @@ -277,7 +277,7 @@ export default function LandingPage() { quote: "I cannot stop smiling every time I look at this art.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/interior-designer-with-color-palette-wall-paint_23-2150334456.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/blank-canvas-painting-indoors-still-life_23-2150542295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blank-canvas-painting-indoors-still-life_23-2150542295.jpg?_wi=2", imageAlt: "happy client portrait happy", }, ]} @@ -357,7 +357,7 @@ export default function LandingPage() { required: true, }} mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/top-view-desk-concept-with-paint-copy-space_23-2148697056.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-desk-concept-with-paint-copy-space_23-2148697056.jpg?_wi=2" /> -- 2.49.1