Update src/app/register/page.tsx
This commit is contained in:
@@ -36,6 +36,7 @@ export default function RegistrationPage() {
|
||||
title="Create Your Account"
|
||||
description="Join Trona AI to start mastering market probability with professional tools."
|
||||
tag="Register"
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Register Now"
|
||||
onSubmit={(email) => console.log("User registered with email:", email)}
|
||||
|
||||
Reference in New Issue
Block a user