Skip to content

Commit

Permalink
feat: add cc statement info
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Feb 10, 2024
1 parent f5fc880 commit a8b1295
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pages/premium/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
const mainFeatures = [
{ title: 'No ads', additionalInfo: undefined },
{ title: 'Access 7 additional Boorus (websites)', additionalInfo: '#additional-boorus' },
{
title: 'Access ' + (completeBooruList.length - defaultBooruList.length) + ' additional Boorus (websites)',
additionalInfo: '#additional-boorus'
},
{ title: 'Save posts', additionalInfo: '#save-posts' },
{ title: 'Download posts with one click', additionalInfo: '#download-posts' },
{ title: 'Find original source (artist) of posts', additionalInfo: '#find-source' },
Expand Down Expand Up @@ -98,7 +101,7 @@
</svg>
</div>

<span> Trusted by 1141+ customers</span>
<span> Trusted by 1203+ customers</span>
</NuxtLink>

<!-- TODO: Images of user profiles -->
Expand Down Expand Up @@ -211,7 +214,7 @@
Get Premium
</NuxtLink>

<p class="text-center text-xs">
<p class="text-center text-xs leading-6">
Cancel anytime, subscription managed by

<NuxtLink
Expand All @@ -221,6 +224,9 @@
>
Gumroad
</NuxtLink>

<br />
Discreet credit card statement
</p>
</div>
</div>
Expand Down

0 comments on commit a8b1295

Please sign in to comment.