diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6ed5e7b..330bfac 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -75,22 +75,22 @@ export default function LandingPage() { title: "Excellence", description: "We uphold the highest literary standards.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-student-library-highlighting-important-ideas-exams-focusing-her-studies_482257-132961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-student-library-highlighting-important-ideas-exams-focusing-her-studies_482257-132961.jpg?_wi=2", }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104643.jpg?_wi=1", imageAlt: "Authentic book club scene", }, { title: "Integrity", description: "Transparency in all dealings.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/three-serious-business-people-working-with-documents-desk_1262-15308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-serious-business-people-working-with-documents-desk_1262-15308.jpg?_wi=2", }, items: [], reverse: true, - 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=3", imageAlt: "Authentic book club scene", }, ]} diff --git a/src/app/membership/page.tsx b/src/app/membership/page.tsx index 777bba5..c34b586 100644 --- a/src/app/membership/page.tsx +++ b/src/app/membership/page.tsx @@ -125,11 +125,11 @@ export default function LandingPage() { title: "Tools", description: "Access elite software.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104643.jpg?_wi=2", }, items: [], reverse: false, - 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=4", imageAlt: "Authentic book club scene", }, { @@ -140,7 +140,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-student-library-highlighting-important-ideas-exams-focusing-her-studies_482257-132961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-student-library-highlighting-important-ideas-exams-focusing-her-studies_482257-132961.jpg?_wi=3", imageAlt: "Authentic book club scene", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b355de..d50a165 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { 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={[ { @@ -147,7 +147,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg?_wi=2", imageAlt: "professional writers booksellers network", }, { @@ -155,7 +155,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-student-library-highlighting-important-ideas-exams-focusing-her-studies_482257-132961.jpg?_wi=1", imageAlt: "professional writers booksellers network", }, { @@ -163,7 +163,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/three-serious-business-people-working-with-documents-desk_1262-15308.jpg?_wi=1", imageAlt: "professional writers booksellers network", }, ]}