"use client"; import { useState } from "react"; import { useRouter } from "next/navigation"; import Image from "next/image"; import Link from "next/link"; import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import { Label } from "@/components/ui/label"; import { Loader2, ArrowRight } from "lucide-react"; import { motion } from "framer-motion"; import { toast } from "@/hooks/use-toast"; // Matches LoginPage background const AuthBackground = () => (
Start managing your store today
Already have an account?{" "}
Sign in