5 Commits

Author SHA1 Message Date
3a6f4d2586 Update src/app/page.tsx 2026-03-06 05:20:25 +00:00
ab563eefc8 Update src/app/layout.tsx 2026-03-06 05:20:25 +00:00
4ba75cbc23 Merge version_1 into main
Merge version_1 into main
2026-03-06 05:15:20 +00:00
0ba913349c Merge version_1 into main
Merge version_1 into main
2026-03-06 05:14:36 +00:00
b495228172 Merge version_1 into main
Merge version_1 into main
2026-03-06 05:13:17 +00:00
2 changed files with 3 additions and 1422 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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>
);
}
}