From 6974b710de2cd63b02f4be1d026567d6a09c0627 Mon Sep 17 00:00:00 2001 From: robbond Date: Wed, 9 Sep 2026 16:33:06 +0100 Subject: [PATCH] fix(confidence-engine): refine landing page layout --- app/login/page.jsx | 94 +++++++++++++++++++++++++++++++++++++--------- 1 file changed, 77 insertions(+), 17 deletions(-) diff --git a/app/login/page.jsx b/app/login/page.jsx index 32b58d9..0790c8b 100644 --- a/app/login/page.jsx +++ b/app/login/page.jsx @@ -4,41 +4,101 @@ export default function LoginPage() { return (
- {/* Left column wrapper — contents on mobile for flex ordering, block on desktop as one grid cell */}
-
-

Confidence Engine

+

+ Confidence Engine +

-

Get clearer about what{'\''}s really going on.

-

Confidence Engine helps you work through situations that feel uncertain, complicated or difficult to act on.

-

Describe the situation in your own words. Confidence Engine will help reconstruct what is known, what may be happening, and what is still unclear — then let you decide what to explore further.

-

It doesn{'\''}t try to make the decision for you. The aim is to help you reach a clearer understanding so you can decide what to do with more confidence.

+

+ Get clearer about what{"'"}s really going on. +

+

+ Confidence Engine helps you work through situations that feel + uncertain, complicated or difficult to act on. +

+

+ Describe the situation in your own words. Confidence Engine will + help reconstruct what is known, what may be happening, and what + is still unclear — then let you decide what to explore further. +

+

+ It doesn{"'"}t try to make the decision for you. The aim is to + help you reach a clearer understanding so you can decide what to + do with more confidence. +

-
-

How it works

+
+

+ How it works +

+
    -
  1. 1. Describe your situation
    As much or as little as you currently know.
  2. -
  3. 2. Explore what{'\''}s unclear
    Answer the questions that feel useful; skip the ones that don{'\''}t.
  4. -
  5. 3. Build your Current Understanding
    Your picture of the situation develops as you learn more.
  6. -
  7. 4. Stop when you have enough
    You don{'\''}t have to answer everything. Your investigation is saved so you can return later.
  8. +
  9. + 1. +
    + Describe your situation +
    + + As much or as little as you currently know. + +
    +
  10. + +
  11. + 2. +
    + Explore what{"'"}s unclear +
    + + Answer the questions that feel useful; skip the ones that + don{"'"}t. + +
    +
  12. + +
  13. + 3. +
    + Build your Current Understanding +
    + + Your picture of the situation develops as you learn more. + +
    +
  14. + +
  15. + 4. +
    + Stop when you have enough +
    + + You don{"'"}t have to answer everything. Your investigation + is saved so you can return later. + +
    +
-

Try it with something real.
A decision you{'\''}re unsure about. A problem that doesn{'\''}t quite make sense. A situation where you feel you may be missing something.

+

+ Try it with something real. +
A decision you{"'"}re unsure about. A problem that doesn + {"'"}t quite make sense. A situation where you feel you may be + missing something. +

-
{/* Right column — login card, explicitly positioned to top-right on desktop */}
-
); -} \ No newline at end of file +}