From f79e3579cf49f8d419fc13a3c2d97d4d8043dc8b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 04:06:37 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6bde901..9137a98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,40 +163,40 @@ export default function LandingPage() {
@@ -206,10 +206,10 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "sparkles-gradient"}} - tag="Get Started" - title="Ready to build?" - description="Join the crimson revolution and scale your applications faster than ever." - buttons={[{ text: "Talk to Sales", href: "#" }]} + tag="Operations" + title="Server Inquiries" + description="Contact our technical ops team for dedicated server deployment or custom infrastructure requirements." + buttons={[{ text: "Contact Ops Support", href: "#" }]} /> @@ -242,4 +242,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} From 05d341bf0d38729e2a15a92a203de9401cb945d8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 04:06:38 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 19f4137..8aa7e11 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #e6e6e6; + --background: #060000; + --card: #1d0d0d; + --foreground: #ffe6e6; + --primary-cta: #ff3d4a; --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --secondary-cta: #1f0a0a; --secondary-cta-text: #ffffffe6; - --accent: #737373; - --background-accent: #737373; + --accent: #7b2d2d; + --background-accent: #b8111f; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);