Skip to content

Commit

Permalink
update tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
xvvvyz committed Nov 30, 2024
1 parent a7077a4 commit dda27e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/(pages)/(empty)/share/[subjectId]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ const Layout = async ({ children, params }: LayoutProps) => {
) : (
<>
<span className="text-sm leading-tight text-fg-4">
<span className="text-fg-2">llog</span>&mdash;the app for
collaborative data
<span className="text-fg-2">llog</span>&mdash;collaboratively
conquer
<br />
recording and progress tracking.
challenging behavior cases.
</span>
<Button href="/sign-up" size="sm">
Sign up
Expand Down
3 changes: 1 addition & 2 deletions app/(pages)/(marketing)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ const Page = () => (
<div className="mx-auto flex min-h-full max-w-2xl select-text flex-col items-center justify-center px-6 py-16 text-center">
<Logo className="size-16" />
<h1 className="mt-14 max-w-sm text-2xl font-bold md:max-w-xl md:text-4xl">
<span className="text-fg-1">llog</span>&mdash;achieve lasting behavior
changes with your&nbsp;clients.
<span className="text-fg-1">llog</span>&mdash;collaboratively conquer challenging behavior cases.
</h1>
<p className="mx-auto mt-6 max-w-sm">
Streamline <span className="font-bold text-fg-1">data collection</span>,
Expand Down
2 changes: 1 addition & 1 deletion app/(pages)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const mono = Inconsolata({ subsets: ['latin'], variable: '--font-mono' });

export const metadata = {
description:
'Achieve lasting behavior changes with your clients. Streamline data collection, create data-driven protocols and easily monitor progress.',
'Collaboratively conquer challenging behavior cases. Streamline data collection, create data-driven protocols and easily monitor progress.',
robots:
process.env.VERCEL_ENV === 'production'
? undefined
Expand Down

0 comments on commit dda27e4

Please sign in to comment.