Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c35696d4b | |||
| 3a6f4d2586 | |||
| ab563eefc8 | |||
| 4ba75cbc23 | |||
| 0ba913349c | |||
| b495228172 |
1419
src/app/layout.tsx
1419
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -168,8 +168,8 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Professional", badgeIcon: Sparkles,
|
||||
price: "$99/year", subtitle: "Best for serious authors", features: [
|
||||
"Unlimited books", "Premium ISBN included", "Professional cover designer", "Print + digital distribution", "Royalty tracking dashboard", "Email support"],
|
||||
price: "$99/year", subtitle: "Best for serious authors — Most popular choice", features: [
|
||||
"Unlimited books", "Premium ISBN included", "Professional cover designer", "Print + digital distribution", "Marketing tools included", "Royalty tracking dashboard", "Email support"],
|
||||
},
|
||||
{
|
||||
id: "3", badge: "Elite", badgeIcon: Crown,
|
||||
@@ -280,4 +280,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user