From fb4622aa03f7f8aa70788d0102450a170389c75c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:28:27 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 265 ++++++++++++++++++++++++----------------------- 1 file changed, 134 insertions(+), 131 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d34528c..eb9c254 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,6 +27,9 @@ import { Settings, HelpCircle, CreditCard, + Cloud, + Droplets, + Wind, } from "lucide-react"; export default function LandingPage() { @@ -47,79 +50,79 @@ export default function LandingPage() {
-
+
-
+
-
+
-- 2.49.1 From 645bddaa315ae6bf50881f44874205f83f523cee Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:28:27 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 19f4137..feadc68 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #e6e6e6; + --foreground: #e8f4ff; + --primary-cta: #00d4ff; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffffe6; - --accent: #737373; - --background-accent: #737373; + --accent: #00a8cc; + --background-accent: #003d5c; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1