From f79e3579cf49f8d419fc13a3c2d97d4d8043dc8b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 04:06:37 +0000 Subject: [PATCH] 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 +}