Add Stripe subscription integration with pricing plans

This commit is contained in:
Timo Knuth
2025-10-14 16:58:11 +02:00
parent 157e53af83
commit bccf771ffc
8 changed files with 654 additions and 12 deletions

View File

@@ -45,6 +45,15 @@ export default function AppLayout({
</svg>
),
},
{
name: 'Pricing',
href: '/pricing',
icon: (
<svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
),
},
];
return (