From 9acfdc2b5a9b528a0eee9fa3764259c07982630d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 09:12:49 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4462395..0ea5562 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -67,13 +67,13 @@ export default function LandingPage() { { title: "Quality Materials", description: "Choosing soft, sustainable yarns.", - imageSrc: "http://img.b2bpic.net/free-photo/rough-stone-wall_23-2147625748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rough-stone-wall_23-2147625748.jpg?_wi=2", imageAlt: "crochet keychain aesthetic", }, { title: "Human Touch", description: "Made by hand, never mass-produced.", - imageSrc: "http://img.b2bpic.net/free-photo/fruit-knitting-concept_23-2147691700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fruit-knitting-concept_23-2147691700.jpg?_wi=2", imageAlt: "crochet keychain aesthetic", }, ]} -- 2.49.1 From 7fd56779b9a6c4e3163ed2f2f1bdbe5f1f5c1fdf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 09:12:49 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c44e07b..2acdbd9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,11 +64,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/rough-stone-wall_23-2147625748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rough-stone-wall_23-2147625748.jpg?_wi=1", imageAlt: "Cozy crochet yarn", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fruit-knitting-concept_23-2147691700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fruit-knitting-concept_23-2147691700.jpg?_wi=1", imageAlt: "Crochet flower", }, { -- 2.49.1