diff --git a/vibn-frontend/app/components/auth/AuthScreen.tsx b/vibn-frontend/app/components/auth/AuthScreen.tsx index 5594b95..612fefa 100644 --- a/vibn-frontend/app/components/auth/AuthScreen.tsx +++ b/vibn-frontend/app/components/auth/AuthScreen.tsx @@ -72,10 +72,6 @@ export default function AuthScreen({ signIn("google", { callbackUrl: cb }); }; - const trust = isSignup - ? ["No credit card", "No homework", "🇨🇦 Built in Canada"] - : ["Built in Canada", "Your data stays safe", "No homework"]; - return (
- {isSignup - ? "Set up your account with an email and password — you'll be building in seconds." - : "Pick up right where you left off."} + {isSignup ? null : "Pick up right where you left off."}