3 Commits

Author SHA1 Message Date
1e1d7ba74d Merge version_2 into main
Merge version_2 into main
2026-04-20 09:53:42 +00:00
7c3ec07bef Update src/app/page.tsx 2026-04-20 09:53:39 +00:00
294ee4fb44 Merge version_1 into main
Merge version_1 into main
2026-04-20 09:52:27 +00:00

View File

@@ -93,8 +93,9 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardOne
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
useInvertedBackground={false}
buttons={[{ text: "Get Started Now", href: "/checkout" }]}
plans={[
{ id: "p1", badge: "Individual", price: "$9.99/mo", subtitle: "For your personal journey", features: ["Ad-free music", "High Fidelity", "Offline mode"] },
{ id: "p2", badge: "Family", price: "$15.99/mo", subtitle: "For your whole household", features: ["6 premium accounts", "Shared playlists", "Ad-free music"] },