From 9c9511cb9a56d2164b6defb5d5ba3e025fb903f9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:17:11 +0000 Subject: [PATCH 1/7] Update src/app/about/page.tsx --- src/app/about/page.tsx | 35 +++++++---------------------------- 1 file changed, 7 insertions(+), 28 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f4840ed..8fbea24 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,8 +20,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Roof Installation", href: "/services" }, { label: "Roof Replacement", href: "/services" }, { label: "Siding Services", href: "/services" }, @@ -29,8 +28,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Work", href: "/gallery" }, { label: "Reviews", href: "/reviews" }, @@ -38,8 +36,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: (713) 555-1234", href: "tel:+17135551234" }, { label: "Email: info@mcphailsiding.com", href: "mailto:info@mcphailsiding.com" }, { label: "Emergency: 24/7", href: "tel:+17135551234" }, @@ -81,31 +78,13 @@ export default function AboutPage() { features={[ { id: 1, - tag: "Heritage", - title: "25+ Years of Excellence", - subtitle: "Trusted by Houston homeowners since 1999", - description: "McPhail Roofing & Siding was founded on the principle that quality craftsmanship and honest customer relationships are the foundation of a great business. For over two decades, we've been the trusted choice for premium roofing and siding solutions across the Greater Houston area.", - imageSrc: "http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg", - imageAlt: "McPhail team of professionals", - }, + tag: "Heritage", title: "25+ Years of Excellence", subtitle: "Trusted by Houston homeowners since 1999", description: "McPhail Roofing & Siding was founded on the principle that quality craftsmanship and honest customer relationships are the foundation of a great business. For over two decades, we've been the trusted choice for premium roofing and siding solutions across the Greater Houston area.", imageSrc: "http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg", imageAlt: "McPhail team of professionals"}, { id: 2, - tag: "Mission", - title: "Built on Integrity", - subtitle: "Honest work, fair pricing, expert service", - description: "Our mission is simple: deliver superior roofing and siding services with complete transparency and respect for every homeowner's property and budget. We believe that superior results, combined with honest communication, create lasting customer relationships.", - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg?_wi=4", - imageAlt: "Professional roofing installation", - }, + tag: "Mission", title: "Built on Integrity", subtitle: "Honest work, fair pricing, expert service", description: "Our mission is simple: deliver superior roofing and siding services with complete transparency and respect for every homeowner's property and budget. We believe that superior results, combined with honest communication, create lasting customer relationships.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg", imageAlt: "Professional roofing installation"}, { id: 3, - tag: "Credentials", - title: "Licensed & Insured", - subtitle: "All certifications and insurance up to date", - description: "McPhail is fully licensed, bonded, and insured. Our team members are trained in the latest roofing and siding techniques, and we maintain all necessary certifications to ensure your peace of mind with every project.", - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg?_wi=4", - imageAlt: "Professional credentials", - }, + tag: "Credentials", title: "Licensed & Insured", subtitle: "All certifications and insurance up to date", description: "McPhail is fully licensed, bonded, and insured. Our team members are trained in the latest roofing and siding techniques, and we maintain all necessary certifications to ensure your peace of mind with every project.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg", imageAlt: "Professional credentials"}, ]} /> @@ -144,7 +123,7 @@ export default function AboutPage() {