3 Commits

Author SHA1 Message Date
3ad1fca621 Update src/app/page.tsx 2026-05-22 03:02:04 +00:00
e188cb418c Update src/app/page.tsx 2026-05-22 03:01:36 +00:00
665bf620f7 Merge version_3 into main
Merge version_3 into main
2026-05-22 02:59:26 +00:00

View File

@@ -12,6 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactCenter from '@/components/sections/contact/ContactCenter';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -41,6 +42,18 @@ export default function LandingPage() {
/> />
</div> </div>
<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={(email) => window.location.href = 'tel:+12486813089'}
/>
</div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSignup <HeroSignup
background={{ variant: "downward-rays-animated" }} background={{ variant: "downward-rays-animated" }}