Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c910af397a | |||
| 85ae2b4016 | |||
| 5c4fc25217 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -192,7 +192,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Get Your Personalized Trading Dashboard Demo"
|
title="See Your Dashboard in Action – Request a Live Demo"
|
||||||
description="Get your personalized trading dashboard demo in 24 hours"
|
description="Get your personalized trading dashboard demo in 24 hours"
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Full Name", required: true },
|
{ name: "name", type: "text", placeholder: "Your Full Name", required: true },
|
||||||
@@ -209,7 +209,7 @@ export default function LandingPage() {
|
|||||||
imageAlt="Contact section illustration"
|
imageAlt="Contact section illustration"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Get My Demo"
|
buttonText="Request Demo"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -222,4 +222,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user