diff --git a/src/pages/get-supporter-edition.astro b/src/pages/get-supporter-edition.astro index cb565f74..084d4835 100644 --- a/src/pages/get-supporter-edition.astro +++ b/src/pages/get-supporter-edition.astro @@ -46,10 +46,10 @@ const metadata = { period: 'per month', items: [ { - description: 'Unlimited albums.', + description: 'Unlimited users.', }, { - description: 'Unlimited users.', + description: 'Unlimited albums.', }, { description: 'Unlimited photos upload.', @@ -70,15 +70,18 @@ const metadata = { price: 5, period: 'Per Month', items: [ - { - description: 'Unlimited albums.', - }, { description: 'Unlimited users.', }, + { + description: 'Unlimited albums.', + }, { description: 'Unlimited photos upload.', }, + { + description: 'Statistics on your library.', + }, { description: 'more to come...', icon: 'tabler:question-mark', @@ -91,15 +94,15 @@ const metadata = { ], callToAction: { target: '_blank', - text: 'Get started', - href: '#', + text: 'Support us!', + href: 'https://github.com/sponsors/LycheeOrg', }, hasRibbon: true, ribbonTitle: 'popular', } ]} /> - + , Widget { } export interface Contact extends Omit, Form, Widget {} + +export interface Spec { + type: string; + values?: string[]; + available?: boolean[]; +} + +export interface Products { + products: string[]; +} +