Switch to version 3: modified src/app/page.tsx

This commit is contained in:
2026-05-23 03:16:10 +00:00
parent b09a52077a
commit 6c07fadbc2

View File

@@ -12,7 +12,6 @@ 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 (
@@ -42,18 +41,6 @@ export default function LandingPage() {
/>
</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">
<HeroSignup
background={{ variant: "downward-rays-animated" }}