Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f5f265de2 | |||
| b6655bfd62 | |||
| 725e412a2b | |||
| 557a38962c | |||
| 96ebc73818 | |||
| 441ad9083b | |||
| 9eeda76abb |
@@ -23,11 +23,14 @@ const interTight = Inter_Tight({
|
||||
export const metadata: Metadata = {
|
||||
title: "Luxora Sites | Premium Websites for Local Businesses", description: "Get a stunning, high-converting website designed specifically for local businesses. Luxora Sites builds premium sites that turn visitors into customers.", keywords: "web design, local business websites, luxury web design, small business website, high-converting websites", metadataBase: new URL("https://luxorasites.com"),
|
||||
alternates: {
|
||||
canonical: "https://luxorasites.com"},
|
||||
canonical: "https://luxorasites.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Luxora Sites | Premium Websites for Local Businesses", description: "Premium websites for local businesses that convert. Stop losing customers without an online presence.", url: "https://luxorasites.com", siteName: "Luxora Sites", type: "website"},
|
||||
title: "Luxora Sites | Premium Websites for Local Businesses", description: "Premium websites for local businesses that convert. Stop losing customers without an online presence.", url: "https://luxorasites.com", siteName: "Luxora Sites", type: "website"
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Luxora Sites | Premium Websites for Local Businesses", description: "Premium websites for local businesses that convert. Stop losing customers without an online presence."},
|
||||
card: "summary_large_image", title: "Luxora Sites | Premium Websites for Local Businesses", description: "Premium websites for local businesses that convert. Stop losing customers without an online presence."
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
|
||||
@@ -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."
|
||||
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