Add login button, UI tweaks
Docker / build (push) Canceled after 46s

This commit is contained in:
2026-07-17 00:32:39 +12:00
parent 7cb01d7ad0
commit 53df8dcefc
6 changed files with 45 additions and 27 deletions
+17 -2
View File
@@ -60,7 +60,14 @@ export function Header() {
</div>
{/* CTA Button */}
<div className="hidden md:block">
<div className="hidden md:flex items-center gap-8">
<Link
href="https://auth.cloudrite.co.nz"
className="relative text-sm font-medium text-muted-foreground hover:text-foreground transition-colors duration-300 group"
>
Login
<span className="absolute -bottom-1 left-0 w-0 h-0.5 bg-primary transition-all duration-300 group-hover:w-full" />
</Link>
<Button
asChild
className="bg-primary text-primary-foreground hover:bg-primary/90 transition-all duration-300 hover:scale-105 hover:shadow-lg hover:shadow-primary/25"
@@ -115,7 +122,15 @@ export function Header() {
))}
<Button
asChild
className="w-full mt-4 bg-primary text-primary-foreground hover:bg-primary/90"
className="w-full mt-4 bg-secondary text-secondary-foreground hover:bg-secondary/90"
>
<Link href="https://auth.cloudrite.co.nz" onClick={() => setIsMobileMenuOpen(false)}>
Login
</Link>
</Button>
<Button
asChild
className="w-full bg-primary text-primary-foreground hover:bg-primary/90"
>
<Link href="#contact" onClick={() => setIsMobileMenuOpen(false)}>
Get in Touch