From 777234ae073c6babf48b642d65a137929c5491f1 Mon Sep 17 00:00:00 2001 From: itsrubberduck Date: Sun, 21 Sep 2025 09:15:56 +0200 Subject: [PATCH] update landing page --- app/pages/index.vue | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/app/pages/index.vue b/app/pages/index.vue index 1e898d3..f350554 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -100,8 +100,8 @@
-
-
+
+
Alpha · Open-Source AI ATC

@@ -128,23 +128,26 @@

- + + Join the waitlist

-
+
-
-

- Hear about new features first +
+

+ Hear about new features first!

Join the feature list and get updates on releases, drops & learning content.

-
+
Saving… - + Notify me @@ -1688,7 +1691,6 @@ onMounted(async () => { } .gradient-hero { - min-height: 100vh; background: radial-gradient(1200px 600px at 10% -10%, rgba(6, 182, 212, .35), transparent), radial-gradient(900px 480px at 100% 10%, rgba(59, 130, 246, .25), transparent), linear-gradient(180deg, #0b1020 0%, #0b1020 60%, #0a0f1c 100%); @@ -1698,14 +1700,14 @@ onMounted(async () => { content: ''; position: absolute; inset: 0; - background: url('/img/learn/modules/img3.jpeg') center/cover no-repeat; - opacity: 0.25; + background: url('/img/learn/modules/img6.jpeg') center/cover no-repeat; + opacity: 0.45; pointer-events: none; z-index: 0; } .hero-overlay { - background: linear-gradient(90deg, rgba(11, 16, 32, 0.95) 0%, rgba(11, 16, 32, 0.78) 45%, rgba(11, 16, 32, 0.35) 100%); + background: linear-gradient(90deg, rgba(11, 16, 32, 0.9) 0%, rgba(11, 16, 32, 0.68) 45%, rgba(11, 16, 32, 0.15) 100%); z-index: 1; }