3 Commits

Author SHA1 Message Date
4121b65803 Update src/app/page.tsx 2026-03-04 12:26:27 +00:00
8ccb2ffdfe Merge version_2 into main
Merge version_2 into main
2026-03-04 12:24:30 +00:00
bba54612a4 Update src/app/page.tsx 2026-03-04 12:24:25 +00:00

View File

@@ -68,8 +68,8 @@ export default function LandingPage() {
title="Engineering excellence meets creative freedom. A modular console system built for professionals who refuse to compromise on performance or flexibility."
useInvertedBackground={false}
buttons={[
{ text: "View Specifications", href: "#features" },
{ text: "Contact Sales", href: "#contact" }
{ text: "Contact Sales", href: "#contact" },
{ text: "View Specifications", href: "#features" }
]}
/>
</div>
@@ -195,8 +195,8 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="your@email.com"
buttonText="Request Demo"
termsText="We respect your privacy. Unsubscribe at any time. Read our privacy policy."
buttonText="Schedule Demo"
termsText="Our sales team will contact you within 24 hours. We respect your privacy. Read our privacy policy."
onSubmit={handleEmailSubmit}
/>
</div>