import type { Metadata } from "next" import Link from "next/link" import { Button } from "@/components/ui/button" import { Card, CardContent, CardHeader, CardTitle, CardDescription } from "@/components/ui/card" import { Input } from "@/components/ui/input" import { Label } from "@/components/ui/label" export const metadata: Metadata = { title: "Log In", description: "Log in to your Higgy's Android Boxes account to access video tutorials and support.", } export default function LoginPage() { return (
Don't have an account?{" "} Sign up