+ {step === "initial" ? (
+ <>
+
+
+ {authMode === "signup" ? "Create an account" : "Welcome back"}
+
+
+ {authMode === "signup"
+ ? "Join Future Frame to start building or buying."
+ : "Enter your details to access your account."}
+
+
+
+ {authMode === "signup" && (
+
+
+
+
+ )}
+
+
+
+
+
+
+
+ Or continue with
+
+
+
+
+
+
+
+
+
+ {authMode === "signup" ? "Already have an account?" : "Don't have an account? "} setAuthMode(authMode === "signup" ? "login" : "signup")}
+ className="text-foreground font-medium cursor-pointer"
+ />
+
+ >
+ ) : (
+ <>
+
+
Check your device
+
+ We sent a 6-digit verification code to your contact method.
+
+
+
+
+
+
+
+
+
Code expires in 04:59
+
setStep("initial")}
+ className="text-sm text-muted-foreground hover:text-foreground cursor-pointer"
+ />
+
+ >
+ )}
+