diff --git a/src/app/auth/register/page.tsx b/src/app/auth/register/page.tsx index 7923777..79f8caf 100644 --- a/src/app/auth/register/page.tsx +++ b/src/app/auth/register/page.tsx @@ -9,7 +9,7 @@ import { Label } from "~/components/ui/label"; import { toast } from "sonner"; import { Logo } from "~/components/branding/logo"; import { LegalModal } from "~/components/ui/legal-modal"; -import { Mail, Lock, ArrowRight, User, Clock, Rocket, Zap } from "lucide-react"; +import { Mail, Lock, ArrowRight, User } from "lucide-react"; function RegisterForm() { const router = useRouter(); @@ -27,12 +27,7 @@ function RegisterForm() { const res = await fetch("/api/auth/register", { method: "POST", headers: { "Content-Type": "application/json" }, - body: JSON.stringify({ - firstName, - lastName, - email, - password, - }), + body: JSON.stringify({ firstName, lastName, email, password }), }); setLoading(false); @@ -47,205 +42,128 @@ function RegisterForm() { } return ( -
- Join thousands of freelancers and small businesses who trust - beenvoice to manage their invoicing and get paid faster. -
-- Get started in minutes with our intuitive setup wizard -
-- Professional invoices that get you paid 3x faster -
-- Track time and convert it to accurate invoices instantly -
-Get started today
- Supercharge your invoicing today -
-