Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7803e5166c | |||
| 6ecce9c213 | |||
| f1feab626f | |||
| 26311ebea0 | |||
| 44b0aff59f | |||
| 8a129532b2 | |||
| 8f7c32f28f | |||
| 2f5ed074ff |
@@ -34,7 +34,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Portfolio", id: "portfolio" },
|
{ name: "Portfolio", id: "portfolio" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
button={{ text: "Request a Quote", href: "#contact" }}
|
button={{ text: "Contact Us", href: "#contact" }}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
navItemClassName="text-foreground font-semibold hover:text-primary-cta transition-colors"
|
navItemClassName="text-foreground font-semibold hover:text-primary-cta transition-colors"
|
||||||
buttonClassName="bg-primary-cta text-primary-cta-text hover:opacity-90 transition-opacity"
|
buttonClassName="bg-primary-cta text-primary-cta-text hover:opacity-90 transition-opacity"
|
||||||
@@ -48,10 +48,7 @@ export default function LandingPage() {
|
|||||||
tag="Industrial Luxury"
|
tag="Industrial Luxury"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[]}
|
||||||
{ text: "Request a Quote", href: "#contact" },
|
|
||||||
{ text: "View Our Work", href: "#portfolio" },
|
|
||||||
]}
|
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-professional-precision-drilling-tool_169016-51824.jpg", imageAlt: "Metal fabrication with welding sparks" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-professional-precision-drilling-tool_169016-51824.jpg", imageAlt: "Metal fabrication with welding sparks" },
|
||||||
@@ -218,7 +215,7 @@ export default function LandingPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[{ text: "View Full Portfolio", href: "#contact" }]}
|
buttons={[]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
className="py-20"
|
className="py-20"
|
||||||
containerClassName="max-w-6xl mx-auto"
|
containerClassName="max-w-6xl mx-auto"
|
||||||
@@ -235,7 +232,7 @@ export default function LandingPage() {
|
|||||||
title="Let's Build Something Exceptional"
|
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."
|
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={[
|
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" },
|
{ text: "Call Now", href: "tel:+1-555-123-4567" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user