From 5f423d2f5f5dd063606feb9882a1ef0ac8f5ce82 Mon Sep 17 00:00:00 2001 From: robbond Date: Wed, 9 Sep 2026 15:21:26 +0100 Subject: [PATCH] =?UTF-8?q?fix(login):=20correct=20desktop=20layout=20?= =?UTF-8?q?=E2=80=94=20sections=201+3=20form=20left=20column,=20sign-in=20?= =?UTF-8?q?card=20right=20at=20420px;=20mobile=20order:=20proposition=20?= =?UTF-8?q?=E2=86=92=20sign-in=20=E2=86=92=20HOW=20IT=20WORKS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/login/page.jsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/app/login/page.jsx b/app/login/page.jsx index 5b30424..7fdc2a8 100644 --- a/app/login/page.jsx +++ b/app/login/page.jsx @@ -2,19 +2,23 @@ import LoginForm from "@/components/login-form"; export default function LoginPage() { return ( -
-
-

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

    @@ -23,14 +27,10 @@ export default function LoginPage() {
  1. 3. Build your Current Understanding
    Your picture of the situation develops as you learn more.
  2. 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.

-
- -
- -
+
); } \ No newline at end of file