diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3d4d488..8006240 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,8 +1,8 @@ - ); -} -]]> \ No newline at end of file +} \ No newline at end of file diff --git a/src/app/books/page.tsx b/src/app/books/page.tsx index a26bfdb..707ad9d 100644 --- a/src/app/books/page.tsx +++ b/src/app/books/page.tsx @@ -1,8 +1,8 @@ - ); -} -]]> \ No newline at end of file +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3e4c9e8..d23482f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,8 +1,8 @@ - ); -} -]]> \ No newline at end of file +} \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1dceb3f..a4fdee7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,4 +1,3 @@ - ); -} -]]> \ No newline at end of file +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 61435f3..0be91c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,8 +1,8 @@ - @@ -281,38 +204,26 @@ export default function HomePage() { tag="Get Support" tagIcon={HelpCircle} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" animationType="smooth" faqs={[ { - id: "1", - title: "How do I join Remember?", - content: "Joining Remember is simple! Click the 'Join Now' button or visit our contact section. We welcome readers of all experience levels and book preferences. Our community thrives on diversity of thought and shared passion for literature." + id: "1", title: "How do I join Remember?", content: "Joining Remember is simple! Click the 'Join Now' button or visit our contact section. We welcome readers of all experience levels and book preferences. Our community thrives on diversity of thought and shared passion for literature." }, { - id: "2", - title: "How often do we meet?", - content: "Remember meets monthly, typically on the second Thursday of each month. Each meeting lasts about 90 minutes and includes book discussion, member updates, and time for connecting with fellow readers." + id: "2", title: "How often do we meet?", content: "Remember meets monthly, typically on the second Thursday of each month. Each meeting lasts about 90 minutes and includes book discussion, member updates, and time for connecting with fellow readers." }, { - id: "3", - title: "Can I suggest books for our reading list?", - content: "Absolutely! Member suggestions are an essential part of our selection process. We encourage you to nominate books at any time. Our selection committee reviews all suggestions and features them in our quarterly planning meetings." + id: "3", title: "Can I suggest books for our reading list?", content: "Absolutely! Member suggestions are an essential part of our selection process. We encourage you to nominate books at any time. Our selection committee reviews all suggestions and features them in our quarterly planning meetings." }, { - id: "4", - title: "What if I haven't finished the book?", - content: "No judgment here! You're welcome to attend meetings even if you haven't finished the current selection. Many members enjoy hearing others' perspectives, and you can always listen and participate in discussions." + id: "4", title: "What if I haven't finished the book?", content: "No judgment here! You're welcome to attend meetings even if you haven't finished the current selection. Many members enjoy hearing others' perspectives, and you can always listen and participate in discussions." }, { - id: "5", - title: "Are there membership fees?", - content: "Remember keeps membership accessible with a modest annual fee of $25, which covers administrative costs and event planning. Members receive exclusive benefits including early book announcements and special literary events." + id: "5", title: "Are there membership fees?", content: "Remember keeps membership accessible with a modest annual fee of $25, which covers administrative costs and event planning. Members receive exclusive benefits including early book announcements and special literary events." }, { - id: "6", - title: "How diverse are the book selections?", - content: "Very! We intentionally select from various genres, cultures, and perspectives. Our reading list includes contemporary fiction, classics, memoirs, mysteries, science fiction, and more. We celebrate stories from authors around the world." + id: "6", title: "How diverse are the book selections?", content: "Very! We intentionally select from various genres, cultures, and perspectives. Our reading list includes contemporary fiction, classics, memoirs, mysteries, science fiction, and more. We celebrate stories from authors around the world." } ]} /> @@ -340,27 +251,25 @@ export default function HomePage() { copyrightText="© 2025 Remember Book Club. All rights reserved." columns={[ { - title: "Community", - items: [ - { label: "About Us", href: "#about" }, + title: "Community", items: [ + { label: "About Us", href: "/about" }, { label: "Members", href: "#members" }, - { label: "Events", href: "#faq" } + { label: "Events", href: "#faq" }, + { label: "Contact", href: "/contact" } ] }, { - title: "Resources", - items: [ - { label: "Book List", href: "#books" }, + title: "Resources", items: [ + { label: "Book List", href: "/books" }, { label: "Discussion Guides", href: "#" }, { label: "FAQ", href: "#faq" } ] }, { - title: "Connect", - items: [ - { label: "Contact Us", href: "#contact" }, + title: "Connect", items: [ + { label: "Contact Us", href: "/contact" }, { label: "Newsletter", href: "#" }, - { label: "Join Now", href: "#contact" } + { label: "Join Now", href: "/contact" } ] } ]} @@ -370,5 +279,4 @@ export default function HomePage() { ); -} -]]> \ No newline at end of file +} \ No newline at end of file