6 Commits

Author SHA1 Message Date
f1feab626f Update src/app/page.tsx 2026-03-09 05:58:56 +00:00
26311ebea0 Merge version_1 into main
Merge version_1 into main
2026-03-09 05:44:17 +00:00
44b0aff59f Merge version_1 into main
Merge version_1 into main
2026-03-09 05:43:27 +00:00
8a129532b2 Merge version_1 into main
Merge version_1 into main
2026-03-09 05:42:01 +00:00
8f7c32f28f Merge version_1 into main
Merge version_1 into main
2026-03-09 05:40:48 +00:00
2f5ed074ff Merge version_1 into main
Merge version_1 into main
2026-03-09 05:39:46 +00:00

View File

@@ -34,7 +34,7 @@ export default function LandingPage() {
{ name: "Portfolio", id: "portfolio" },
{ name: "Contact", id: "contact" },
]}
button={{ text: "Request a Quote", href: "#contact" }}
button={{ text: "Contact Us", href: "#contact" }}
animateOnLoad={true}
navItemClassName="text-foreground font-semibold hover:text-primary-cta transition-colors"
buttonClassName="bg-primary-cta text-primary-cta-text hover:opacity-90 transition-opacity"
@@ -49,7 +49,6 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Request a Quote", href: "#contact" },
{ text: "View Our Work", href: "#portfolio" },
]}
buttonAnimation="slide-up"
@@ -235,7 +234,7 @@ export default function LandingPage() {
title="Let's Build Something Exceptional"
description="Tell us about your project and receive a custom fabrication quote from our precision engineering team. We're ready to bring your vision to life with premium metalwork."
buttons={[
{ text: "Request a Quote", href: "mailto:info@zoidmetalforms.com" },
{ text: "Contact Us", href: "mailto:info@zoidmetalforms.com" },
{ text: "Call Now", href: "tel:+1-555-123-4567" },
]}
buttonAnimation="slide-up"