File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ export default function BookPage() {
5454
5555 < div className = "w-full max-w-md bg-[var(--border)] bg-opacity-30 rounded-lg p-8" >
5656 < div className = "text-center mb-6" >
57- < div className = "text-4xl font-bold text-[var(--primary)] mb-2" > Name Your Price </ div >
58- < p className = "text-[var(--muted)] text-sm" > Free or pay what you want</ p >
57+ < div className = "text-4xl font-bold text-[var(--primary)] mb-2" > $5+ </ div >
58+ < p className = "text-[var(--muted)] text-sm" > Pay what you want (min $5) </ p >
5959 </ div >
6060
6161 < div className = "space-y-4 mb-6" >
@@ -91,7 +91,7 @@ export default function BookPage() {
9191 </ a >
9292
9393 < p className = "text-xs text-center text-[var(--muted)]" >
94- Your support helps development. Even $0 downloads help us track interest.
94+ Your support helps development. Pay more if you find value!
9595 </ p >
9696
9797 < div className = "mt-6 pt-6 border-t border-[var(--border)]" >
@@ -360,7 +360,7 @@ export default function BookPage() {
360360 rel = "noopener noreferrer"
361361 className = "btn bg-white text-[var(--primary)] hover:bg-gray-100 text-lg px-8 py-4 inline-block"
362362 >
363- Get the Book Free
363+ Get the Book - $5+
364364 </ a >
365365 </ div >
366366 </ div >
You can’t perform that action at this time.
0 commit comments