Skip to content

Commit

Permalink
feat: change plan cards order
Browse files Browse the repository at this point in the history
  • Loading branch information
kujo205 committed Dec 6, 2024
1 parent 6202c8d commit dc29d38
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/routes/(marketing)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@
{@render creditCardSvg({ className: 'max-w-96 max-h-96 mx-auto' })}

<div class="flex flex-1 justify-center gap-16 max-md:flex-col">
<PlanCard
name="Starter"
description="Designed for those willing to try out the service"
price="Free"
features={['Up to 3 free music exports', 'Browse Community Libraries']}
/>
<PlanCard
name="Basic"
description="Basic plan, lets you keep your exported music albums synced, you pay only once"
Expand All @@ -125,6 +119,12 @@
<Badge variant="indigo">Most Popular</Badge>
{/snippet}
</PlanCard>
<PlanCard
name="Starter"
description="Designed for those willing to try out the service"
price="Free"
features={['Up to 3 free music exports', 'Browse Community Libraries']}
/>
</div>
</section>

Expand Down

0 comments on commit dc29d38

Please sign in to comment.