Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-20 09:53:43 +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"] },