Merge version_4 into main #4

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

View File

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