diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a5d4e3f..6df5269 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -34,9 +34,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Get a Quote", - href: "/contact", - }} + text: "Get a Quote", href: "/contact"}} animateOnLoad={true} /> @@ -48,23 +46,16 @@ export default function ContactPage() { background={{ variant: "downward-rays-static" }} avatars={[ { - src: "http://img.b2bpic.net/free-photo/view-stone-building-with-coarse-plaster-surface_23-2148252829.jpg", - alt: "Metal building construction", - }, + src: "http://img.b2bpic.net/free-photo/view-stone-building-with-coarse-plaster-surface_23-2148252829.jpg", alt: "Metal building construction"}, ]} avatarText="Trusted by ranchers, farmers, and businesses across Texas" buttons={[ { - text: "Call Now: (432) 266-2580", - href: "tel:+14322662580", - }, + text: "Call Now: (432) 266-2580", href: "tel:+14322662580"}, { - text: "Email Us", - href: "mailto:info@armetalbuildings.com", - }, + text: "Email Us", href: "mailto:info@armetalbuildings.com"}, ]} buttonAnimation="slide-up" - useInvertedBackground={false} /> @@ -72,15 +63,10 @@ export default function ContactPage() { @@ -98,10 +92,7 @@ export default function HomePage() {