@@ -23,48 +23,48 @@ export default async function Page() {
2323 Book by Book
2424 </ p >
2525 < h1 className = "max-w-3xl text-4xl font-semibold leading-tight sm:text-5xl" >
26- Build your reading life with social clubs and personal shelves .
26+ A social home for your reading life .
2727 </ h1 >
2828 < p className = "mt-5 max-w-2xl text-lg text-(--muted)" >
29- Sign in, discover books from our vast catalog, and start shaping your
30- next reads .
29+ Discover books, organize them on personal shelves, read together in
30+ clubs, and leave reviews and discussions that stay tied to each title .
3131 </ p >
3232
3333 < div className = "mt-8" >
3434 < Link href = "/signin" className = { buttonStyles ( { size : "lg" } ) } >
35- Let the fun begin!
35+ Start your reading life
3636 </ Link >
3737 </ div >
3838
3939 < div className = "mt-14 grid w-full gap-4 md:grid-cols-3" >
4040 < Card >
4141 < CardHeader >
42- < CardTitle > Search Fast </ CardTitle >
43- < CardDescription > Google Books-backed discovery </ CardDescription >
42+ < CardTitle > Read together in clubs </ CardTitle >
43+ < CardDescription > Shared boards and book threads </ CardDescription >
4444 </ CardHeader >
4545 < CardContent className = "text-sm text-(--muted)" >
46- Find titles by author, title, or ISBN and add them directly to the
47- clubs you manage .
46+ Track what your club wants to read, is reading, and has finished,
47+ then keep every discussion anchored to the book itself .
4848 </ CardContent >
4949 </ Card >
5050 < Card >
5151 < CardHeader >
52- < CardTitle > Cache Reliable </ CardTitle >
53- < CardDescription > Local database copy </ CardDescription >
52+ < CardTitle > Build personal shelves </ CardTitle >
53+ < CardDescription > Private or public reading lists </ CardDescription >
5454 </ CardHeader >
5555 < CardContent className = "text-sm text-(--muted)" >
56- Books added to your clubs are cached in Postgres and reused for
57- book detail rendering .
56+ Create custom shelves for themes, moods, and reading projects, add
57+ notes, and share the lists you want others to browse .
5858 </ CardContent >
5959 </ Card >
6060 < Card >
6161 < CardHeader >
62- < CardTitle > Milestone Ready </ CardTitle >
63- < CardDescription > Foundation for clubs </ CardDescription >
62+ < CardTitle > Review books, not just lists </ CardTitle >
63+ < CardDescription > Ratings that stay with the book </ CardDescription >
6464 </ CardHeader >
6565 < CardContent className = "text-sm text-(--muted)" >
66- Auth and books are in place so clubs, threads, shelves, and reviews
67- can layer on next .
66+ Leave your take on the book detail page, build a reviewed history,
67+ and see how other readers responded to the same title .
6868 </ CardContent >
6969 </ Card >
7070 </ div >
0 commit comments