From a6cde33a0b2ddc793db1ab3f22a395babde71b4f Mon Sep 17 00:00:00 2001 From: TELVIN TEUM Date: Sat, 18 Jul 2026 11:23:00 +0300 Subject: [PATCH] Refresh sign-in hero and feature highlights MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the SignIn page copy and layout to emphasize Overup’s open-source CI/CD positioning, streamline the GitHub OAuth trust message, and add compact icon-based highlights for key capabilities (pipelines, self-hosted runners, encrypted secrets). --- src/features/auth/pages/SignInPage.tsx | 40 ++++++++++++++++---------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/src/features/auth/pages/SignInPage.tsx b/src/features/auth/pages/SignInPage.tsx index fd30128..f350f40 100644 --- a/src/features/auth/pages/SignInPage.tsx +++ b/src/features/auth/pages/SignInPage.tsx @@ -1,3 +1,4 @@ +import { Lock, Server, ShieldCheck, Workflow } from 'lucide-react'; import { useState } from 'react'; import { GitHubMark } from '../../../components/brand/GitHubMark'; import { Button } from '../../../components/ui/Button'; @@ -17,18 +18,17 @@ export function SignInPage() { return (
-
-

- A modern CI/CD platform for developers +
+

+ Ship faster with + open-source CI/CD

-

- Overup uses GitHub as its exclusive identity provider. Connect - your account to build, test, and ship straight from your - repositories. +

+ Pipelines, runners, and secrets — wired straight into GitHub.

-
+
-

- We never see or store your GitHub password — authentication - happens directly with GitHub. +

+

-

- First time here? A workspace is created for you automatically after - your first successful sign-in. -

+
+ + + + + + +
);