Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 68482004ac | |||
| 20171cb342 | |||
| e7014cd9b1 | |||
| dcdc958df3 |
@@ -251,14 +251,14 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Ready to Win?"
|
tag="Ready to Win?"
|
||||||
title="Your Next Customer Is Searching Online Right Now."
|
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. Call us at 479-326-0852 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. Email us at Luxorasites.build@gmail.com to get started."
|
||||||
background={{ variant: "rotated-rays-animated" }}
|
background={{ variant: "rotated-rays-animated" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
inputPlaceholder="your@email.com"
|
inputPlaceholder="your@email.com"
|
||||||
buttonText="Start My Website"
|
buttonText="Start My Website"
|
||||||
termsText="We'll contact you within 24 hours to discuss your project. No spam, just premium web solutions."
|
termsText="We'll contact you within 24 hours to discuss your project. No spam, just premium web solutions."
|
||||||
onSubmit={(email: string) => {
|
onSubmit={(email: string) => {
|
||||||
// Send email to luxorasites.build@gmail.com
|
// Send email to Luxorasites.build@gmail.com
|
||||||
fetch('/api/contact', {
|
fetch('/api/contact', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
Reference in New Issue
Block a user