Skip to content

Commit

Permalink
Update website copy
Browse files Browse the repository at this point in the history
  • Loading branch information
nichochar committed Feb 14, 2024
1 parent b29ec7c commit 200edc4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ import ChevronRight from "./icons/ChevronRight.astro";
id="headerCTA"
class="flex items-center hover:cursor-pointer gap-1 hover:text-color border border-surface rounded-full px-3 py-1 hover:bg-surface-100"
>
<p>Join the waitlist</p>
<p>Book a demo</p>
<ChevronRight className="w-4 h-4" />
</div>
<a
Expand Down
12 changes: 4 additions & 8 deletions src/components/WaitlistDialog.astro
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,13 @@ import XIcon from "../components/icons/X.astro";
<XIcon />
</button>
<div class="text-3xl pb-2 text-color">
Join the{" "}
Book a {" "}
<span class="text-color-primary font-mono italic tracking-tighter"
>private beta</span
>demo</span
>
</div>

<p class="text-color-700 pb-4">
The line gets longer by the second. We&apos;ll send you an invite when
it&apos;s your turn!
</p>
<p class="text-color-700 pb-4">We'll get back to you within 24 hours.</p>
<form method="dialog" class="space-y-2">
<div class="relative w-full">
<input
Expand All @@ -94,7 +91,6 @@ import XIcon from "../components/icons/X.astro";
<div
class="absolute text-xs font-medium text-color-400 font-mono italic right-4 top-1/2 -translate-y-1/2 pointer-events-none"
>
optional
</div>
</div>

Expand All @@ -111,7 +107,7 @@ import XIcon from "../components/icons/X.astro";
id="formSubmit"
value="default"
class="text-color flex justify-center items-center gap-x-2 border rounded-lg bg-button border-button py-2 pl-3 pr-4 transition-all duration-200 ease-in-out hover:-translate-y-[1px] hover:shadow-lg w-full"
>Let me in!</button
>Book a demo</button
>
</form>
</div>
Expand Down
28 changes: 15 additions & 13 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ import GitCompareArrows from "../components/icons/GitCompareArrows.astro";
<span
class="text-clip bg-gradient-to-tr dark:from-violet-500 dark:to-teal-200 from-violet-600 to-teal-400 bg-clip-text font-mono italic tracking-tighter"
>
continuously learning
self improving
</span>
<br />
AI products
</h1>
<p
class="text-md max-w-2xl pb-10 text-color text-center opacity-80 bg-blend-screen sm:text-lg"
>
Ingest production data, run experiments, redeploy.
Evaluate quality & make changes without regressions
</p>
{/* end: hero-copy */}

Expand All @@ -65,7 +65,7 @@ import GitCompareArrows from "../components/icons/GitCompareArrows.astro";
id="CTAButton"
class="text-base text-color flex justify-center items-center rounded-lg bg-zinc-800 py-2.5 pl-4 pr-3"
>
Join the Private Beta
Book a demo
<ChevronRight className="h-5 w-5 ml-2" />
</div>
</div>
Expand All @@ -86,7 +86,7 @@ import GitCompareArrows from "../components/icons/GitCompareArrows.astro";
<h2
class="via-zinc-200 bg-gradient-to-br dark:from-white dark:via-zinc-200 dark:to-zinc-400 from-zinc-800 to-zinc-600 bg-clip-text pt-16 pb-6 md:mt-20 text-center text-4xl sm:text-6xl font-medium text-transparent opacity-90 bg-blend-screen drop-shadow max-w-4xl tracking-tight"
>
The best prompt iteration tool <br />on the market
Change your prompts with confidence
</h2>
<p
class="max-w-lg leading-7 text-center text-color-700 text-lg pb-10 md:pb-20"
Expand Down Expand Up @@ -138,12 +138,13 @@ import GitCompareArrows from "../components/icons/GitCompareArrows.astro";
<h2
class="leading-10 via-zinc-200 bg-gradient-to-br dark:from-white dark:via-zinc-200 dark:to-zinc-400 from-zinc-800 to-zinc-600 bg-clip-text pt-16 md:pt-40 pb-6 sm:pb-8 text-center text-4xl font-medium text-transparent opacity-90 bg-blend-screen drop-shadow sm:text-6xl max-w-2xl tracking-tight"
>
Continuously improve LLM performance
Improve product quality
</h2>
<p class="max-w-xl leading-7 text-center text-color-700 text-lg">
AI systems should improve when exposed to real-world scenarios.
Leverage our tools to ensure that your application is improving with
production experience.
production experience, and not regressing when you make changes, and
not regressing when you make changes.
</p>
<div
class="pt-8 sm:pt-16 grid grid-cols-1 md:grid-cols-5 gap-16 items-center"
Expand All @@ -152,7 +153,7 @@ import GitCompareArrows from "../components/icons/GitCompareArrows.astro";
<Image src={loop} alt="Diagram of an AI application's data loop" />
</div>
<div class="col-span-1 sm:col-span-2 space-y-8">
<div class="flex items-center gap-6">
<div class="flex items-center gap-16">
<div
class="bg-gradient-to-br from-teal-400 to-purple-700 rounded-full p-[1px]"
>
Expand All @@ -167,7 +168,7 @@ import GitCompareArrows from "../components/icons/GitCompareArrows.astro";
title="coming soon!"
data-tooltip-placement="top"
>
Application framework
Framework
</div>
</div>
<div class="flex flex-col gap-6">
Expand Down Expand Up @@ -216,9 +217,9 @@ import GitCompareArrows from "../components/icons/GitCompareArrows.astro";
Work as a team
</h2>
<p class="max-w-2xl leading-7 text-center text-color-700 text-lg">
Studio was designed for product teams. Both engineers and
non-technical team members can use it to understand and improve your
AI application.
Studio was designed for you to leverage your <i>entire</i> team, not
just engineers. Get all your team to collaborate on the platform and
improve your AI app.
</p>

<div
Expand Down Expand Up @@ -292,7 +293,7 @@ import GitCompareArrows from "../components/icons/GitCompareArrows.astro";
Level up your AI worfklow
</h2>
<p class="max-w-2xl leading-7 text-center text-color-700 text-lg">
Be the first in line for the future of AI product development.
You should be focusing on your core product, not LLM tools.
</p>
<div
class="bg-gradient-to-br from-teal-200 to-purple-600 p-[1px] rounded-lg my-6 transition-all duration-200 ease-in-out hover:-translate-y-[1px] hover:shadow-lg cursor-pointer focus-visible:outline-none"
Expand All @@ -301,7 +302,7 @@ import GitCompareArrows from "../components/icons/GitCompareArrows.astro";
id="CTAButton2"
class="text-base text-color flex justify-center items-center rounded-lg bg-zinc-800 py-2.5 pl-4 pr-3"
>
Join the Private Beta
Book a demo
<ChevronRight className="h-5 w-5 ml-2" />
</div>
</div>
Expand All @@ -315,6 +316,7 @@ import GitCompareArrows from "../components/icons/GitCompareArrows.astro";
<p>
<a class="underline" href="/privacy-policy">Privacy policy</a> &


<a class="underline" href="/terms-of-service"
>Terms of service</a
>
Expand Down

0 comments on commit 200edc4

Please sign in to comment.