commit 1b0d8cc7423dca153706d87f65adef5859d69995
Author: Husam A <github@drhus.com>
Date:   Thu Jul 2 18:19:42 2026 +0000

    copy: founder-language sign-in landing (heading + tagline)
    
    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

diff --git a/src/app/(static-landing)/landing/[tenant]/SignInLandingStatic.tsx b/src/app/(static-landing)/landing/[tenant]/SignInLandingStatic.tsx
index 4591cf6..7ceec52 100644
--- a/src/app/(static-landing)/landing/[tenant]/SignInLandingStatic.tsx
+++ b/src/app/(static-landing)/landing/[tenant]/SignInLandingStatic.tsx
@@ -23,9 +23,9 @@ import { SignInButtonClient } from './SignInButtonClient'
  * Copy stays identical to the original implementation.
  */
 
-const HEADING = 'Form your Entity.ID onchain'
+const HEADING = 'Welcome to your venture workspace'
 const TAGLINE =
-  'A hyper entity, for your venture, hackathon, indehacker, club, collective, creator agency.. with structuer rules, treasury .. ready for fundrasing, incorporation, banking'
+  'Form a real structure for your venture, collective, club, or agency — rules, members, and a treasury — ready for fundraising, banking, and incorporation when you are.'
 const SIGN_IN_TITLE = 'Sign in'
 const SIGN_IN_SUBTITLE =
   'Connect your wallet or use Google, GitHub, or Apple to access your entities'
diff --git a/src/components/SignInLanding/index.tsx b/src/components/SignInLanding/index.tsx
index d408d04..cc9f226 100644
--- a/src/components/SignInLanding/index.tsx
+++ b/src/components/SignInLanding/index.tsx
@@ -9,7 +9,7 @@ import BackgroundGradient from '../BackgroundGradient'
 import classes from './index.module.scss'
 
 const TAGLINE =
-  'A hyper entity, for your venture, hackathon, indehacker, club, collective, creator agency.. with structuer rules, treasury .. ready for fundrasing, incorporation, banking'
+  'Form a real structure for your venture, collective, club, or agency — rules, members, and a treasury — ready for fundraising, banking, and incorporation when you are.'
 
 export interface SignInLandingProps {
   gradientType?: 'default' | 'none' | 'image' | 'video'| 'entityID'
@@ -28,7 +28,7 @@ export function SignInLanding(props: SignInLandingProps): React.ReactElement {
     <div className={classes.root} data-sign-in-landing>
       <div className={classes.leftPanel}>
         <div className={classes.leftContent}>
-          <h1 className={classes.heading}>Form your Entity.ID onchain</h1>
+          <h1 className={classes.heading}>Welcome to your venture workspace</h1>
           <p className={classes.subtitle}>{TAGLINE}</p>
         </div>
         <div className={classes.leftBackground}>