From 22e00273a1514d083bee7eb4e4018f48548621b0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 06:49:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52f42af..85f4b1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,9 +58,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/packaging-concept_23-2147788410.jpg", imageAlt: "elegant stationary shop aesthetic"}, + imageSrc: "http://img.b2bpic.net/free-photo/packaging-concept_23-2147788410.jpg?_wi=1", imageAlt: "elegant stationary shop aesthetic"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916706.jpg", imageAlt: "calligraphy pens and ink"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916706.jpg?_wi=1", imageAlt: "calligraphy pens and ink"}, { imageSrc: "http://img.b2bpic.net/free-photo/still-life-drawing-tools_23-2149371312.jpg", imageAlt: "art supplies collection"}, { @@ -142,13 +142,13 @@ export default function LandingPage() { "2 Notebooks", "4 Pens", "Art Supplies"], button: { text: "Select"}, - imageSrc: "http://img.b2bpic.net/free-photo/packaging-concept_23-2147788410.jpg", imageAlt: "creative designer desk supplies"}, + imageSrc: "http://img.b2bpic.net/free-photo/packaging-concept_23-2147788410.jpg?_wi=2", imageAlt: "creative designer desk supplies"}, { id: "plan-3", title: "Artisanal Box", price: "$120", period: "/mo", features: [ "4 Notebooks", "Full Pen Set", "Premium Goods"], button: { text: "Select"}, - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916706.jpg", imageAlt: "creative designer desk supplies"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916706.jpg?_wi=2", imageAlt: "creative designer desk supplies"}, ]} title="Curated Sets" description="Select from our monthly subscription box collections." -- 2.49.1