From 7f40f2b13ddc9bc441e5960bd6bc835d48663086 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 17:20:15 +0000 Subject: [PATCH] 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 ffbeaa0..699b32e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "Join Now", href: "/membership" }, { text: "Learn More", href: "/about" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg" + imageSrc="http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/mature-woman-student-library-highlighting-important-ideas-exams-focusing-her-studies_482257-132961.jpg", alt: "Member representative 1" }, @@ -82,7 +82,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { tag: "01", title: "Certification", subtitle: "Recognition", description: "Earn professional status with our official membership certificate.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg", imageAlt: "professional writers booksellers network" }, + { tag: "01", title: "Certification", subtitle: "Recognition", description: "Earn professional status with our official membership certificate.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg?_wi=2", imageAlt: "professional writers booksellers network" }, { tag: "02", title: "Guidance", subtitle: "Resources", description: "Gain full access to our curated publishing and bookselling guides.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-student-library-highlighting-important-ideas-exams-focusing-her-studies_482257-132961.jpg", imageAlt: "professional writers booksellers network" }, { tag: "03", title: "Networking", subtitle: "Community", description: "Connect with writers and booksellers globally through exclusive events.", imageSrc: "http://img.b2bpic.net/free-photo/three-serious-business-people-working-with-documents-desk_1262-15308.jpg", imageAlt: "professional writers booksellers network" }, ]} -- 2.49.1