Update button

This commit is contained in:
Leon van Zyl
2025-08-13 09:25:25 +02:00
parent c412e6e76d
commit 4eae69b8ce
7 changed files with 74 additions and 54 deletions

View File

@@ -4,10 +4,14 @@ import { UserProfile } from "@/components/auth/user-profile"
export default function Home() {
return (
<div className="min-h-screen flex flex-col">
<div className="min-h-screen flex flex-col grain">
<header className="border-b">
<div className="container mx-auto px-4 py-4 flex justify-between items-center">
<h1 className="text-2xl font-bold">Next.js Starter Kit</h1>
<h1 className="text-2xl font-bold">
<span className="bg-clip-text text-transparent [background-image:linear-gradient(90deg,color-mix(in_oklab,var(--primary)_85%,white_0%),color-mix(in_oklab,var(--primary)_50%,white_0%))]">
Next.js Starter Kit
</span>
</h1>
<UserProfile />
</div>
</header>
@@ -77,7 +81,7 @@ export default function Home() {
<div className="p-4 border rounded-lg">
<h4 className="font-medium mb-2">3. Try the features</h4>
<div className="space-y-2">
<Button asChild size="sm" className="w-full">
<Button asChild size="sm" className="w-full glow">
<Link href="/dashboard">View Dashboard</Link>
</Button>
<Button asChild variant="outline" size="sm" className="w-full">