Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-05-22 03:02:08 +00:00

View File

@@ -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>