Update src/app/register/page.tsx

This commit is contained in:
2026-05-08 15:22:27 +00:00
parent a6e27f93e3
commit 6f3ac7dd2f

View File

@@ -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)}