Skip to content

Commit 212d5fb

Browse files
committed
Update description
1 parent 6f00695 commit 212d5fb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

nuxt.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ export default defineNuxtConfig({
3535
{ content: '#121212', name: 'theme-color' },
3636
{ property: 'og:url', content: 'https://octo.app' },
3737
{ property: 'og:type', content: 'website' },
38-
{ property: 'og:title', content: 'Octo | Unlock your full potential' },
38+
{ property: 'og:title', content: 'Octo | Build your second brain.' },
3939
{ property: 'og:description', content: 'The ultimate open source tool for personal knowledge management.' },
4040
{ property: 'og:image', content: 'https://cdn.octo.app/img/og.png' },
4141
{ name: 'twitter:card', content: 'summary_large_image' },
4242
{ property: 'twitter:domain', content: 'octo.app' },
4343
{ property: 'twitter:url', content: 'https://octo.app' },
44-
{ name: 'twitter:title', content: 'Octo | Unlock your full potential' },
44+
{ name: 'twitter:title', content: 'Octo | Build your second brain.' },
4545
{ name: 'twitter:description', content: 'The ultimate open source tool for personal knowledge management.' },
4646
{ name: 'twitter:image', content: 'https://cdn.octo.app/img/og.png' },
4747
],
@@ -98,8 +98,8 @@ export default defineNuxtConfig({
9898
runtimeConfig: {
9999
public: {
100100
appName: 'Octo',
101-
appTitle: 'Unlock your full potential',
102-
appSubtitle: 'Octo is the ultimate open source tool for personal knowledge management.',
101+
appTitle: 'Build your second brain.',
102+
appSubtitle: 'Octo is an open source tool for knowledge management.',
103103
cdnUrl: '',
104104
discordInviteLink: '',
105105
fathomEventAccountRegistration: '',

pages/home.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ export default defineComponent({
6262
<div class="w-full flex flex-col lg:flex-row-reverse justify-between gap-12">
6363
<TheLogo class="h-24 lg:h-48 text-brand" />
6464
<div class="flex flex-col items-center lg:items-start gap-8 lg:text-left w-full">
65-
<h1 v-html="appTitle" class="text-4xl lg:text-4xl font-semibold"></h1>
66-
<p v-html="appSubtitle" class="text-2xl lg:text-2xl brightness-75"></p>
67-
<CoreLink :to="ctaRoute" @click="ctaHandler" class="button-base bg-brand transition shadow whitespace-nowrap justify-center gap-3 text-layer-0 text-xl py-2 px-8 lg:origin-left hover:scale-125 focus:scale-125">
65+
<h1 class="text-4xl lg:text-5xl font-semibold">{{ appTitle }}</h1>
66+
<p v-html="appSubtitle" class="text-2xl lg:text-2xl"></p>
67+
<CoreLink :to="ctaRoute" @click="ctaHandler" class="button-base bg-brand transition shadow whitespace-nowrap justify-center gap-3 mt-1 text-layer-0 text-xl py-2 px-8 lg:origin-left hover:scale-110 focus:scale-110">
6868
<span class="flex items-center gap-3 align-center">
6969
<span>{{ ctaLabel }}</span>
7070
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
@@ -100,7 +100,7 @@ export default defineComponent({
100100
<ScenePortable class="h-20 lg:h-40" />
101101
<div class="flex flex-col gap-4">
102102
<h2 class="text-2xl lg:text-4xl">Portable</h2>
103-
<p class="lg:text-xl mt-2 max-w-[60ch]">Nobody wants to be locked into a single tool. Import or export your entire knowledge base as plain-text Markdown files, and take your work with you wherever you choose to go.</p>
103+
<p class="lg:text-xl mt-2 max-w-[40ch]">Nobody wants to be locked into a single tool. Import or export your entire knowledge base as plain-text Markdown files, and take your work with you wherever you choose to go.</p>
104104
</div>
105105
</div>
106106
</section>
@@ -109,7 +109,7 @@ export default defineComponent({
109109
<SceneOSS class="h-20 lg:h-40" />
110110
<div class="flex flex-col gap-4">
111111
<h2 class="text-2xl lg:text-4xl">Open Source</h2>
112-
<p class="lg:text-xl mt-2 max-w-[60ch]">It's hard to know what closed source software is doing with your data. We are committed to a level of transparency that only open source software can provide.</p>
112+
<p class="lg:text-xl mt-2 max-w-[40ch]">It's hard to know what closed source software is doing with your data. We are committed to a level of transparency that only open source software can provide.</p>
113113
</div>
114114
</div>
115115
</section>
@@ -118,7 +118,7 @@ export default defineComponent({
118118
<SceneCommunity class="h-20 lg:h-40" />
119119
<div class="flex flex-col gap-4">
120120
<h2 class="text-2xl lg:text-4xl">Community-driven</h2>
121-
<p class="lg:text-xl mt-2 max-w-[60ch]">We are knowledge workers just like you. Join the <a class="underline" :href="discordInviteLink" target="_blank" rel="noopener noreferrer">Voracious Community</a> on Discord to help shape Octo into a tool we all love.</p>
121+
<p class="lg:text-xl mt-2 max-w-[40ch]">We are knowledge workers just like you. Join the <a class="underline" :href="discordInviteLink" target="_blank" rel="noopener noreferrer">Voracious Community</a> on Discord to help shape Octo into a tool we all love.</p>
122122
</div>
123123
</div>
124124
</section>
@@ -127,7 +127,7 @@ export default defineComponent({
127127
<SceneSecure class="h-20 lg:h-40" />
128128
<div class="flex flex-col gap-4">
129129
<h2 class="text-2xl lg:text-4xl">Secure</h2>
130-
<p class="lg:text-xl"><strong class="font-semibold">Trust is earned</strong>, yet many organizations expect you to give it away freely. With client-side (end-to-end) encryption, <strong class="font-semibold">you decide</strong> whether you trust us with your information.</p>
130+
<p class="lg:text-xl mt-2 max-w-[40ch]"><strong class="font-semibold">Trust is earned</strong>, yet many organizations expect you to give it away freely. With client-side (end-to-end) encryption, <strong class="font-semibold">you decide</strong> whether you trust us with your information.</p>
131131
</div>
132132
</div>
133133
</section>
@@ -136,7 +136,7 @@ export default defineComponent({
136136
<SceneSurveillance class="h-20 lg:h-40" />
137137
<div class="flex flex-col gap-4">
138138
<h2 class="text-2xl lg:text-4xl">Private</h2>
139-
<p class="lg:text-xl mt-2 max-w-[60ch]">In a world of surveillance, we choose to protect you with privacy-first analytics. No cookies. No data scraping. Just simple, anonymous metrics which are available for anyone to view on our <a class="underline" href="https://app.usefathom.com/share/npcchoaz/octo.app" target="_blank" rel="noopener noreferrer">public analytics dashboard</a>.</p>
139+
<p class="lg:text-xl mt-2 max-w-[40ch]">In a world of surveillance, we choose to protect you with privacy-first analytics. No cookies. No data scraping. Just simple, anonymous metrics which are available for anyone to view on our <a class="underline" href="https://app.usefathom.com/share/npcchoaz/octo.app" target="_blank" rel="noopener noreferrer">public analytics dashboard</a>.</p>
140140
</div>
141141
</div>
142142
</section>

0 commit comments

Comments
 (0)