diff --git a/src/App.jsx b/src/App.jsx index 256f097..46329f2 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -3735,55 +3735,84 @@ const deleteProject = (id) => { } return ( -
-
-

Bible Study Project

-

- {authMode === 'login' ? 'Sign in' : 'Create an account'} -

-
- - - {authError &&

{authError}

} +
+ {/* Branding / feature panel β€” hidden on small screens to keep the form front and center there */} +
+
+

Bible Study Project

+

+ Deep Bible study,
organized chunk by chunk. +

+

+ Split any passage into chunks and work through Observation, Interpretation, and + Application notes alongside Greek & Hebrew word studies, cross-references, and commentary. +

+
+
    +
  • πŸ“– Chunk-by-chunk OIA notes on any passage
  • +
  • πŸ”€ Greek & Hebrew word studies with pronunciation
  • +
  • πŸ”— Cross-references and commentary, one click away
  • +
  • πŸŽ™ Turn your notes into a podcast-ready script
  • +
  • πŸ”’ Your studies stay private to your account, with optional 2FA
  • +
+
+ "Study to shew thyself approved unto God, a workman that needeth not to be ashamed, rightly + dividing the word of truth." +
β€” 2 Timothy 2:15
+
+
+ + {/* Sign in / register form */} +
+
+

Bible Study Project

+

+ {authMode === 'login' ? 'Sign in' : 'Create an account'} +

+ + + + {authError &&

{authError}

} + + - - +
);