From 8768dc3911dd1d2c10ee3f2d141cdd851fead6bc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:23:39 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 69 ++++++++++++------------------------------ 1 file changed, 19 insertions(+), 50 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1feaa4b..6f6e295 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: "Bathroom Tile", href: "/services" }, { label: "Kitchen Backsplashes", href: "/services" }, { label: "Shower Installation", href: "/services" }, @@ -29,8 +28,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Gallery", href: "/gallery" }, { label: "Contact", href: "/contact" }, @@ -38,8 +36,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (763) 443-4837", href: "tel:(763) 443-4837" }, { label: "Licensed & Insured", href: "#" }, { label: "Local Service Area", href: "/services" }, @@ -82,7 +79,7 @@ export default function AboutPage() { description="Serving homeowners throughout the Twin Cities area" subdescription="20+ years of excellence in tile installation" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/professional-master-man-laying-ceramic-tiles-wall-bathroom-portrait-experienced-repairman-laying-large-size-porcelain-tilesconstruction-worker-checking-tile-installation-with-laser-level_166373-2067.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/professional-master-man-laying-ceramic-tiles-wall-bathroom-portrait-experienced-repairman-laying-large-size-porcelain-tilesconstruction-worker-checking-tile-installation-with-laser-level_166373-2067.jpg" imageAlt="VZ TILE team installation project" mediaAnimation="slide-up" useInvertedBackground={false} @@ -95,15 +92,7 @@ export default function AboutPage() { description="Commitment to quality, reliability, and customer satisfaction" tag="Our Values" names={[ - "Licensed & Insured", - "Professional Craftsmen", - "Premium Materials", - "Attention to Detail", - "Competitive Pricing", - "Local Experts", - "Customer First", - "Warranty Backed", - ]} + "Licensed & Insured", "Professional Craftsmen", "Premium Materials", "Attention to Detail", "Competitive Pricing", "Local Experts", "Customer First", "Warranty Backed"]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -116,47 +105,27 @@ export default function AboutPage() { ctaTitle="Let's Work Together" ctaDescription="Ready to learn more about VZ TILE? Contact us today to discuss your project needs or schedule a free consultation with our team." ctaButton={{ - text: "Call: (763) 443-4837", - href: "tel:(763) 443-4837", - }} + text: "Call: (763) 443-4837", href: "tel:(763) 443-4837"}} ctaIcon={Phone} faqs={[ { - id: "1", - title: "How long has VZ TILE been in business?", - content: - "VZ TILE has been serving homeowners throughout the Twin Cities for over 20 years. We've built our reputation on quality craftsmanship, reliability, and exceptional customer service.", - }, + id: "1", title: "How long has VZ TILE been in business?", content: + "VZ TILE has been serving homeowners throughout the Twin Cities for over 20 years. We've built our reputation on quality craftsmanship, reliability, and exceptional customer service."}, { - id: "2", - title: "Are your contractors licensed and insured?", - content: - "Yes, absolutely. All of our contractors are fully licensed and carry comprehensive insurance coverage. We maintain all required permits and certifications for Minnesota tile installation work.", - }, + id: "2", title: "Are your contractors licensed and insured?", content: + "Yes, absolutely. All of our contractors are fully licensed and carry comprehensive insurance coverage. We maintain all required permits and certifications for Minnesota tile installation work."}, { - id: "3", - title: "What experience does your team have?", - content: - "Our team members have an average of 15+ years of tile installation experience. We specialize in residential and commercial projects ranging from small bathroom updates to complete home renovations.", - }, + id: "3", title: "What experience does your team have?", content: + "Our team members have an average of 15+ years of tile installation experience. We specialize in residential and commercial projects ranging from small bathroom updates to complete home renovations."}, { - id: "4", - title: "Do you work with homeowners on a budget?", - content: - "Yes. We work with homeowners at every budget level. We can recommend cost-effective materials without sacrificing quality, and we provide transparent pricing upfront with no surprise charges.", - }, + id: "4", title: "Do you work with homeowners on a budget?", content: + "Yes. We work with homeowners at every budget level. We can recommend cost-effective materials without sacrificing quality, and we provide transparent pricing upfront with no surprise charges."}, { - id: "5", - title: "What geographic areas do you serve?", - content: - "We serve the Twin Cities metro area and surrounding communities throughout Minnesota. We're a local contractor committed to serving our neighbors with exceptional service and quality work.", - }, + id: "5", title: "What geographic areas do you serve?", content: + "We serve the Twin Cities metro area and surrounding communities throughout Minnesota. We're a local contractor committed to serving our neighbors with exceptional service and quality work."}, { - id: "6", - title: "How can I contact VZ TILE to get started?", - content: - "Call us at (763) 443-4837 to speak with our team. We're happy to answer questions, discuss your project, and schedule a free in-home estimate at your convenience.", - }, + id: "6", title: "How can I contact VZ TILE to get started?", content: + "Call us at (763) 443-4837 to speak with our team. We're happy to answer questions, discuss your project, and schedule a free in-home estimate at your convenience."}, ]} useInvertedBackground={false} animationType="slide-up" @@ -165,7 +134,7 @@ export default function AboutPage() {