Merge version_4 into main #4
@@ -12,6 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -41,6 +42,16 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-urgent" data-section="contact">
|
||||
<ContactCenter
|
||||
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" }}
|
||||
buttonText="Call Now"
|
||||
onSubmit={() => window.location.href = 'tel:+12486813089'}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSignup
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
|
||||
Reference in New Issue
Block a user