minor fixes before OSS

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-03-28 14:59:31 +01:00
parent d57bfa13f3
commit 40b98f36a4
9 changed files with 83 additions and 15 deletions

View File

@@ -1,4 +1,5 @@
import { Logo } from '@/components/Logo';
import { ALink } from '@/components/ui/button';
import Image from 'next/image';
import Link from 'next/link';
@@ -12,10 +13,18 @@ export default function Footer() {
<div className="container relative flex flex-col items-center text-center">
<div className="my-24">
<Heading2 className="mb-2 text-white">Get early access</Heading2>
<Lead2>Ready to set your analytics free? Get on our waitlist.</Lead2>
<Lead2>
Ready to set your analytics free? Create your account today!
</Lead2>
<div className="mt-8">
<JoinWaitlist className="border-white/30 bg-white/20 text-white focus:ring-white" />
<ALink
className="font-semibold"
size="lg"
href="https://dashboard.openpanel.dev"
>
Create your account
</ALink>
</div>
</div>