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
+}
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);