diff --git a/studio/src/components/auth/auth-components.tsx b/studio/src/components/auth/auth-components.tsx index c5e959a7f5..472c3b48dd 100644 --- a/studio/src/components/auth/auth-components.tsx +++ b/studio/src/components/auth/auth-components.tsx @@ -132,7 +132,7 @@ export const TrustedCompanies = () => { export const MarketingHeader = () => { return (
-

+

Cosmo: Open-Source
GraphQL Federation Solution @@ -222,7 +222,7 @@ export const ProductCosmoStack = ({ variant = "login" }: { variant?: "login" | " const features = variant === "login" ? loginFeatures : signupFeatures; return ( -
+
{features.map((feature, index) => ( diff --git a/studio/src/pages/login.tsx b/studio/src/pages/login.tsx index 7c57dc74c9..1e9572b7b2 100644 --- a/studio/src/pages/login.tsx +++ b/studio/src/pages/login.tsx @@ -157,7 +157,7 @@ const LoginPage: NextPageWithLayout = () => {
{/* Right section - Marketing */} -
+
diff --git a/studio/src/pages/signup.tsx b/studio/src/pages/signup.tsx index bab23517de..5389f840a3 100644 --- a/studio/src/pages/signup.tsx +++ b/studio/src/pages/signup.tsx @@ -47,16 +47,28 @@ const SignupPage: NextPageWithLayout = () => { {/* Main content area */}
- {/* Left section - Form */} -
+ {/* Left section - Marketing */} +
+
+ +
+
+ + {/* Right section - Form */} +
- +
+ +
-

+

Sign up for free

+

+ Try Cosmo as Managed Service. No card required. +

- - {/* Right section - Marketing */} -
- -