From 70fe57669dddb2c14c2b6a2791d38c5f1094c2f2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 16:16:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 636cca8..d5a49f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,9 +74,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: 1, tag: "Discussions", title: "Deep Dive Sessions", subtitle: "Weekly meetings", description: "Engage in meaningful conversations about themes, characters, and personal interpretations of every book we select.", imageSrc: "https://pixabay.com/get/ga56715e86f4a993d2485c545be1cec9c1c1718f1a3201ed3556f023997130d59b87858bbbc561e597cdfaac5fb63c2b71fc348142d76fc4f4420c2c4e70399c5_1280.jpg" }, - { id: 2, tag: "Curated", title: "Curated Reading Tracks", subtitle: "Discover new genres", description: "Explore curated lists designed to challenge your perspectives and broaden your literary horizons comfortably.", imageSrc: "https://pixabay.com/get/g3206dd8c4ae854b0606bb1cb41bcd9d41761386b5b5e796bd6b72c2d314a12f2af6347c6d6c6b2982285a6259641ac7d1f551538b090c3d939a723862263e7c2_1280.jpg" }, - { id: 3, tag: "Social", title: "Author Q&A Events", subtitle: "Connect directly", description: "Exclusive opportunities to engage with contemporary authors and gain insights behind the creative process.", imageSrc: "https://pixabay.com/get/ga56715e86f4a993d2485c545be1cec9c1c1718f1a3201ed3556f023997130d59b87858bbbc561e597cdfaac5fb63c2b71fc348142d76fc4f4420c2c4e70399c5_1280.jpg" }, + { id: 1, tag: "Discussions", title: "Deep Dive Sessions", subtitle: "Weekly meetings", description: "Engage in meaningful conversations about themes, characters, and personal interpretations of every book we select.", imageSrc: "https://pixabay.com/get/ga56715e86f4a993d2485c545be1cec9c1c1718f1a3201ed3556f023997130d59b87858bbbc561e597cdfaac5fb63c2b71fc348142d76fc4f4420c2c4e70399c5_1280.jpg?_wi=1" }, + { id: 2, tag: "Curated", title: "Curated Reading Tracks", subtitle: "Discover new genres", description: "Explore curated lists designed to challenge your perspectives and broaden your literary horizons comfortably.", imageSrc: "https://pixabay.com/get/g3206dd8c4ae854b0606bb1cb41bcd9d41761386b5b5e796bd6b72c2d314a12f2af6347c6d6c6b2982285a6259641ac7d1f551538b090c3d939a723862263e7c2_1280.jpg?_wi=1" }, + { id: 3, tag: "Social", title: "Author Q&A Events", subtitle: "Connect directly", description: "Exclusive opportunities to engage with contemporary authors and gain insights behind the creative process.", imageSrc: "https://pixabay.com/get/ga56715e86f4a993d2485c545be1cec9c1c1718f1a3201ed3556f023997130d59b87858bbbc561e597cdfaac5fb63c2b71fc348142d76fc4f4420c2c4e70399c5_1280.jpg?_wi=2" }, ]} title="Why Members Love Us" description="Everything you need to enrich your reading journey." @@ -120,9 +120,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { id: "f1", title: "Fiction & Classics", description: "Timeless stories for the soul.", media: { imageSrc: "https://pixabay.com/get/ga56715e86f4a993d2485c545be1cec9c1c1718f1a3201ed3556f023997130d59b87858bbbc561e597cdfaac5fb63c2b71fc348142d76fc4f4420c2c4e70399c5_1280.jpg" }, items: [{ icon: Book, text: "Monthly classics discussion" }, { icon: PenTool, text: "Deep character analysis" }], reverse: false }, - { id: "f2", title: "Non-Fiction Growth", description: "Learning and expanding knowledge.", media: { imageSrc: "https://pixabay.com/get/g3206dd8c4ae854b0606bb1cb41bcd9d41761386b5b5e796bd6b72c2d314a12f2af6347c6d6c6b2982285a6259641ac7d1f551538b090c3d939a723862263e7c2_1280.jpg" }, items: [{ icon: Lightbulb, text: "Practical application" }, { icon: Users, text: "Expert-led dialogues" }], reverse: true }, - { id: "f3", title: "Short Story Cycle", description: "Bitesize literature for busy lives.", media: { imageSrc: "https://pixabay.com/get/ga56715e86f4a993d2485c545be1cec9c1c1718f1a3201ed3556f023997130d59b87858bbbc561e597cdfaac5fb63c2b71fc348142d76fc4f4420c2c4e70399c5_1280.jpg" }, items: [{ icon: Clock, text: "Weekly rapid reads" }, { icon: Coffee, text: "Relaxed atmosphere" }], reverse: false }, + { id: "f1", title: "Fiction & Classics", description: "Timeless stories for the soul.", media: { imageSrc: "https://pixabay.com/get/ga56715e86f4a993d2485c545be1cec9c1c1718f1a3201ed3556f023997130d59b87858bbbc561e597cdfaac5fb63c2b71fc348142d76fc4f4420c2c4e70399c5_1280.jpg?_wi=3" }, items: [{ icon: Book, text: "Monthly classics discussion" }, { icon: PenTool, text: "Deep character analysis" }], reverse: false }, + { id: "f2", title: "Non-Fiction Growth", description: "Learning and expanding knowledge.", media: { imageSrc: "https://pixabay.com/get/g3206dd8c4ae854b0606bb1cb41bcd9d41761386b5b5e796bd6b72c2d314a12f2af6347c6d6c6b2982285a6259641ac7d1f551538b090c3d939a723862263e7c2_1280.jpg?_wi=2" }, items: [{ icon: Lightbulb, text: "Practical application" }, { icon: Users, text: "Expert-led dialogues" }], reverse: true }, + { id: "f3", title: "Short Story Cycle", description: "Bitesize literature for busy lives.", media: { imageSrc: "https://pixabay.com/get/ga56715e86f4a993d2485c545be1cec9c1c1718f1a3201ed3556f023997130d59b87858bbbc561e597cdfaac5fb63c2b71fc348142d76fc4f4420c2c4e70399c5_1280.jpg?_wi=4" }, items: [{ icon: Clock, text: "Weekly rapid reads" }, { icon: Coffee, text: "Relaxed atmosphere" }], reverse: false }, ]} title="How We Read" description="Structured paths for every type of reader." -- 2.49.1