From d8fdb18cdad6617dfd32c3f9ac88adf117ab7bd3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 20:04:05 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a7e9e73..a21c8e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { handle: "@alexcomics", testimonial: "The best Comicon experience yet!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-window_23-2148287926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-window_23-2148287926.jpg?_wi=1", imageAlt: "comic convention atmosphere", }, { @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@cosplayjam", testimonial: "Panels were top-notch and community is vibrant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-painter-studio-using-watercolor-his-art_23-2150213623.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-painter-studio-using-watercolor-his-art_23-2150213623.jpg?_wi=1", imageAlt: "comic convention atmosphere", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@geeklife", testimonial: "I never miss this event. Always worth it.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pan-shot-empty-office-with-projector-middle-conference-desk_1098-19956.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pan-shot-empty-office-with-projector-middle-conference-desk_1098-19956.jpg?_wi=1", imageAlt: "comic convention atmosphere", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@artistcasey", testimonial: "Fantastic environment for creators.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-tombola_52683-96521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-tombola_52683-96521.jpg?_wi=1", imageAlt: "comic convention atmosphere", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { imageAlt: "comic convention atmosphere", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-happy-people-window_23-2148287926.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-happy-people-window_23-2148287926.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { -- 2.49.1 From b0069bd405c13f8780815d6e586a0120afbeb6ce Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 20:04:05 +0000 Subject: [PATCH 2/2] Update src/app/program/page.tsx --- src/app/program/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/program/page.tsx b/src/app/program/page.tsx index 4eecfec..739012c 100644 --- a/src/app/program/page.tsx +++ b/src/app/program/page.tsx @@ -52,21 +52,21 @@ export default function LandingPage() { title: "Digital Illustration", subtitle: "Learn from the pros", description: "Hands-on workshop with top comic artists.", - imageSrc: "http://img.b2bpic.net/free-photo/male-painter-studio-using-watercolor-his-art_23-2150213623.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-painter-studio-using-watercolor-his-art_23-2150213623.jpg?_wi=2", }, { tag: "Panel", title: "Future of Sci-Fi", subtitle: "Industry giants", description: "A deep dive into upcoming movie universes.", - imageSrc: "http://img.b2bpic.net/free-photo/pan-shot-empty-office-with-projector-middle-conference-desk_1098-19956.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pan-shot-empty-office-with-projector-middle-conference-desk_1098-19956.jpg?_wi=2", }, { tag: "Exhibition", title: "Collectors Market", subtitle: "Rare finds", description: "The largest gathering of toy and book collectors.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-tombola_52683-96521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-tombola_52683-96521.jpg?_wi=2", }, ]} title="Event Schedule" -- 2.49.1