Skip to content

Commit

Permalink
feat: improve copywriting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jan 28, 2024
1 parent 9777446 commit 288fdda
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 27 deletions.
2 changes: 1 addition & 1 deletion components/pages/home/FeaturedTags.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
/>

<!-- Fix(not taking available width because of truncate): use negative margin -->
<figcaption class="-mr-4 truncate px-1.5 py-1.5 text-center text-sm font-medium">
<figcaption class="truncate py-1.5 text-center text-sm font-medium">
{{ tag.name }}
</figcaption>
</figure>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rule-34-app",
"version": "3.0.0",
"private": true,
"description": "Browse the most popular Boorus in the Rule 34 App",
"description": "Stream and download Rule 34 porn videos, GIFs, and images from multiple Boorus in a mobile-first web app",
"author": "Alejandro Akbal",
"engines": {
"node": "^20"
Expand Down
12 changes: 5 additions & 7 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
]
},
{
name: 'Animated',
name: 'Animated (video)',
path: '/posts/rule34.xxx?tags=animated',
images: ['/img/featured/rule34.xxx/animated.jpeg']
},
Expand Down Expand Up @@ -251,7 +251,7 @@
]
},
{
name: 'Animated',
name: 'Animated (video)',
path: '/posts/gelbooru.com?tags=animated',
images: ['/img/featured/gelbooru.com/animated.jpeg']
},
Expand Down Expand Up @@ -298,7 +298,7 @@
]
},
{
name: 'Animated',
name: 'Animated (video)',
path: '/posts/e621.net?tags=animated',
images: ['/img/featured/e621.net/animated.jpeg']
},
Expand Down Expand Up @@ -340,7 +340,7 @@
// ]
// },
// {
// name: 'Animated',
// name: 'Animated (video)',
// path: '/posts/realbooru.com?tags=animated',
// images: ['/img/featured/realbooru.com/animated.jpeg']
// },
Expand Down Expand Up @@ -434,9 +434,7 @@
App
</h1>

<p class="mt-4 leading-relaxed">
Stream and download Rule 34 porn videos, GIFs, and images from multiple Boorus in a mobile-first web app
</p>
<p class="mt-4 leading-relaxed">Find the best hentai of your favorite characters, games, anime, and more!</p>
</div>

<div class="mt-8 space-y-8">
Expand Down
9 changes: 1 addition & 8 deletions pages/posts/[domain].vue
Original file line number Diff line number Diff line change
Expand Up @@ -413,14 +413,7 @@
return description
},
referrer: () => {
// Include referrer for specific Boorus
if (!['danbooru.donmai.us'].includes(selectedBooru.value.domain)) {
return 'no-referrer'
}
return 'strict-origin-when-cross-origin'
}
referrer: 'no-referrer'
})
useHead({
Expand Down
31 changes: 21 additions & 10 deletions pages/premium/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
const mainFeatures = [
{ title: 'No ads', additionalInfo: undefined },
{ title: 'Access to 7 additional Boorus (websites)', additionalInfo: '#additional-boorus' },
{ title: 'Access 7 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 All @@ -21,7 +21,7 @@
useSeoMeta({
title: 'Premium',
description: 'Enhance your experience with additional features'
description: 'Enhance your experience with no ads and exclusive features'
})
</script>

Expand Down Expand Up @@ -51,9 +51,7 @@
</h1>

<p class="mx-auto mt-4 max-w-2xl text-center text-base leading-8 lg:mt-3">
<!-- TODO: Improve description -->
Get access to {{ completeBooruList.length - defaultBooruList.length }} additional Boorus, and
{{ mainFeatures.length }} exclusive features!
Enhance your experience with no ads and exclusive features
</p>
</div>

Expand Down Expand Up @@ -98,11 +96,9 @@
fill-rule="evenodd"
/>
</svg>

<p class="sr-only">4.7 out of 5 stars</p>
</div>

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

<!-- TODO: Images of user profiles -->
Expand Down Expand Up @@ -142,7 +138,10 @@
<div>
<h2 class="text-2xl font-bold tracking-wide text-base-content-highlight">Premium</h2>

<p class="mt-2 text-sm leading-7">Enhance your experience with additional features</p>
<p class="mt-2 text-sm leading-7">
Get access to {{ completeBooruList.length - defaultBooruList.length }} additional Boorus, and
{{ mainFeatures.length }} exclusive features!
</p>
</div>

<!-- Features -->
Expand Down Expand Up @@ -192,7 +191,7 @@
</div>

<div class="mb-1 text-center text-sm leading-6">
Up to
Cant afford it? Get up to

<span
class="inline-flex items-center gap-x-1.5 rounded-full bg-primary-400/20 px-2 py-0.5 font-medium leading-normal text-primary-400"
Expand All @@ -211,6 +210,18 @@
>
Get Premium
</NuxtLink>

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

<NuxtLink
class="focus-visible:focus-outline-util hover:hover-text-util"
href="https://gumroad.com/discover"
target="_blank"
>
Gumroad
</NuxtLink>
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 288fdda

Please sign in to comment.