From 4001bd6d4883adb9745ffb8b2cd69a9545ec7649 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 13:30:21 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 78 +++++++++++----------------------------- 1 file changed, 21 insertions(+), 57 deletions(-) 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() { Date: Sat, 7 Mar 2026 13:30:21 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 194 ++++++++++------------------------------------- 1 file changed, 39 insertions(+), 155 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d43ba34..5cc8e4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Services", href: "/services" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: (432) 266-2580", href: "tel:+14322662580" }, { label: "Email us", href: "mailto:info@armetalbuildings.com" }, { label: "Seminole, Texas", href: "#" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Building Options", href: "/services" }, { label: "Project Gallery", href: "projects" }, { label: "FAQ", href: "contact" }, @@ -80,9 +77,7 @@ export default function HomePage() { 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={[ @@ -90,7 +85,6 @@ export default function HomePage() { { text: "Call Now", href: "tel:+14322662580" }, ]} buttonAnimation="slide-up" - useInvertedBackground={false} /> @@ -98,10 +92,7 @@ export default function HomePage() {