clean up ai code. looks pretty good

This commit is contained in:
2026-01-13 14:31:12 -06:00
parent 9819b14e71
commit 70273af0d9
23 changed files with 133 additions and 49 deletions

View File

@@ -1,3 +1,4 @@
import Image from 'next/image';
import Link from 'next/link';
import { Button } from '@gib/ui/button';
@@ -15,15 +16,18 @@ export function CTA() {
everything pre-configured.
</p>
<div className="flex flex-col justify-center gap-3 sm:flex-row">
<Button size="lg" asChild>
<Link href="/sign-in">Get Started Free</Link>
</Button>
<Button size="lg" variant="outline" asChild>
<Link
href="https://git.gbrown.org/gib/convex-monorepo"
target="_blank"
rel="noopener noreferrer"
>
<Image
src='/misc/gitea/gitea.svg'
alt='Gitea'
width={20}
height={20}
/>
View Source Code
</Link>
</Button>
@@ -40,7 +44,7 @@ export function CTA() {
<br />
cd convex-monorepo
<br />
bun install
bun i
</code>
</div>
</div>