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