Merge version_4 into main #5
@@ -44,11 +44,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact-urgent" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Urgent Support"
|
||||
title="Immediate Consultation"
|
||||
description="Our engineering team is ready to assist you right now. Call us at +12486813089 for immediate priority service."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
buttonText="Call Now"
|
||||
onSubmit={() => window.location.href = 'tel:+12486813089'}
|
||||
onSubmit={(email) => window.location.href = 'tel:+12486813089'}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user