Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 24cc2271b7 | |||
| 6c07fadbc2 | |||
| b09a52077a | |||
| 3ad1fca621 | |||
| 3d7d383552 | |||
| e188cb418c | |||
| 665bf620f7 |
@@ -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" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user