Update src/app/page.tsx

This commit is contained in:
2026-04-17 17:20:15 +00:00
parent c60aa553f8
commit 7f40f2b13d

View File

@@ -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" },
]}