Skip to content

Commit

Permalink
link to cal.com for demo request
Browse files Browse the repository at this point in the history
  • Loading branch information
xvvvyz committed Sep 22, 2024
1 parent c40907d commit b70ad2c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 121 deletions.
28 changes: 16 additions & 12 deletions app/(pages)/(marketing)/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Button from '@/_components/button';
import ContactForm from '@/_components/contact-form';
import ArrowUpRightIcon from '@heroicons/react/24/outline/ArrowUpRightIcon';

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">
Expand Down Expand Up @@ -43,18 +43,22 @@ const Page = () => (
changes with your&nbsp;clients.
</h1>
<p className="mx-auto mt-6 max-w-sm">
Streamline <b>data collection</b>, create <b>data-driven protocols</b> and
easily <b>monitor&nbsp;progress</b>.
</p>
<div className="mt-9 w-full max-w-lg rounded border border-alpha-1 bg-bg-2 p-8 text-left sm:rounded-[4rem] sm:p-16">
<ContactForm />
</div>
<p className="mt-9 flex justify-center gap-4">
<span className="text-fg-4">Have an account?</span>
<Button href="/sign-in" variant="link">
Sign in
</Button>
Streamline <span className="font-bold text-fg-1">data collection</span>,
create <span className="font-bold text-fg-1">data-driven protocols</span>{' '}
and easily{' '}
<span className="font-bold text-fg-1">monitor&nbsp;progress</span>.
</p>
<Button
className="mt-8 pl-5"
colorScheme="transparent"
href="https://cal.com/llogapp/demo"
>
Schedule a demo
<ArrowUpRightIcon className="w-5 stroke-2" />
</Button>
<Button className="absolute right-8 top-6" href="/sign-in" variant="link">
Sign in
</Button>
</div>
);

Expand Down
87 changes: 0 additions & 87 deletions app/_components/contact-form.tsx

This file was deleted.

22 changes: 0 additions & 22 deletions app/_mutations/new-lead.ts

This file was deleted.

0 comments on commit b70ad2c

Please sign in to comment.