From 6778ce8df6ce08e9da13bc22468f51ffe9aa4160 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 03:47:57 +0000 Subject: [PATCH 1/2] Update src/app/classes/page.tsx --- src/app/classes/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/classes/page.tsx b/src/app/classes/page.tsx index be66163..aea03a4 100644 --- a/src/app/classes/page.tsx +++ b/src/app/classes/page.tsx @@ -113,7 +113,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-artist-teaching-group-people-how-draw-sitting-chair-classroom-smiling-camera-positive-atmosphere-drawing-workshop-art-education-sketching-classes-adults_482257-64491.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-old-house-surrounded-by-autumn-tree-branches_181624-43762.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-old-house-surrounded-by-autumn-tree-branches_181624-43762.jpg?_wi=2", imageAlt: "Front view people making music", }, { @@ -128,7 +128,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/artist-teacher-supervising-draw-class-explaining-illustration-technique-diverse-students-creativity-studio-multiethnic-people-sketching-vase-model-painting-canvas-learning-artistic-skill_482257-41784.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329670.jpg?_wi=2", imageAlt: "Front view people making music", }, ]} -- 2.49.1 From 6e8576f391ecfe4613a5838f88113dbda18a92d8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 03:47:57 +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 2328ccd..65cdd2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { }} title="Discover Something Handmade" description="Welcome to Main Street Artisans. Experience the warmth of local craft, unique finds, and a community that creates together. You need to come see it to believe it." - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-old-house-surrounded-by-autumn-tree-branches_181624-43762.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-old-house-surrounded-by-autumn-tree-branches_181624-43762.jpg?_wi=1" imageAlt="Artisan marketplace interior" /> @@ -76,7 +76,7 @@ export default function LandingPage() { name: "Handcrafted Jewelry", price: "Unique", variant: "Jewelry", - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329670.jpg?_wi=1", }, { id: "v2", -- 2.49.1