Update src/app/page.tsx

This commit is contained in:
2026-05-09 21:13:01 +00:00
parent 2dc3992145
commit 61c55a6e95

View File

@@ -152,7 +152,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Trading Inquiry"
title="Request Access to the Command Centre"
description="Get in touch for institutional support or platform training."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name" },
@@ -177,4 +177,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}