Merge version_4 into main #4
@@ -251,12 +251,22 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
tag="Ready to Win?"
|
||||
title="Your Next Customer Is Searching Online Right Now."
|
||||
description="Don't let them find your competitor. Launch your luxury website and start converting customers today. Limited availability for new projects. Contact us at Luxorasites.build@gmail.com to get started."
|
||||
description="Don't let them find your competitor. Launch your luxury website and start converting customers today. Limited availability for new projects. Call us at 479-326-0852 to get started."
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Start My Website"
|
||||
termsText="We'll contact you within 24 hours to discuss your project. No spam, just premium web solutions."
|
||||
onSubmit={(email: string) => {
|
||||
// Send email to luxorasites.build@gmail.com
|
||||
fetch('/api/contact', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
body: JSON.stringify({ email }),
|
||||
}).catch(err => console.error('Error submitting contact form:', err));
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user