Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-10 12:00:52 +00:00

View File

@@ -168,6 +168,23 @@ export default function HomePage() {
/>
</div>
<div id="secondary-cta" data-section="secondary-cta">
<ContactCTA
tag="Limited Time Offer"
tagIcon={Zap}
tagAnimation="slide-up"
title="Get a Free Quote on Your Next Project"
description="Don't wait—reach out to Aspire Lasers today and discover how our precision metal fabrication services can transform your project. Our team responds within 24 hours."
buttons={[
{ text: "Get Your Free Quote", href: "/contact" },
{ text: "Schedule a Consultation", href: "/contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="contact-cta" data-section="contact-cta">
<ContactCTA
tag="Ready to Start"
@@ -194,4 +211,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}