diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4f4a32a..a97ade8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,8 +20,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }, @@ -29,8 +28,7 @@ export default function AboutPage() { ] }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Emergency Response", href: "/services" }, { label: "Home Maintenance", href: "/services" }, { label: "Free Inspections", href: "/services" }, @@ -38,8 +36,7 @@ export default function AboutPage() { ] }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (555) 123-4567", href: "tel:5551234567" }, { label: "Email: info@localpro.com", href: "mailto:info@localpro.com" }, { label: "24/7 Emergency", href: "tel:5551234567" }, @@ -47,8 +44,7 @@ export default function AboutPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -90,30 +86,23 @@ export default function AboutPage() { imagePosition="right" bulletPoints={[ { - title: "Licensed & Insured", - description: "Fully licensed, bonded, and insured for your protection and peace of mind with every service.", - icon: Shield + title: "Licensed & Insured", description: "Fully licensed, bonded, and insured for your protection and peace of mind with every service.", icon: Shield }, { - title: "15+ Years Experience", - description: "Over a decade and a half of proven expertise and successful project delivery in the industry.", - icon: Star + title: "15+ Years Experience", description: "Over a decade and a half of proven expertise and successful project delivery in the industry.", icon: Star }, { - title: "Expert Technicians", - description: "Highly trained professionals committed to quality work and customer satisfaction in every job.", - icon: Users + title: "Expert Technicians", description: "Highly trained professionals committed to quality work and customer satisfaction in every job.", icon: Users }, { - title: "Fast Response Times", - description: "Quick arrival and efficient service. We respect your time and deliver results fast." + title: "Fast Response Times", description: "Quick arrival and efficient service. We respect your time and deliver results fast." } ]} imageSrc="http://img.b2bpic.net/free-photo/happy-co-workers-close-window_1098-3172.jpg?_wi=3" imageAlt="Professional team members" mediaAnimation="slide-up" buttons={[ - { text: "Learn More", href: "/about" } + { text: "Learn More", href: "/services" } ]} /> @@ -130,35 +119,19 @@ export default function AboutPage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "Homeowner", - company: "Downtown Area", - rating: 5, + id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Downtown Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg?_wi=2" }, { - id: "2", - name: "Michael Chen", - role: "Property Manager", - company: "Commercial District", - rating: 5, + id: "2", name: "Michael Chen", role: "Property Manager", company: "Commercial District", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg?_wi=2" }, { - id: "3", - name: "Emily Rodriguez", - role: "Business Owner", - company: "Westside Retail", - rating: 5, + id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Westside Retail", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg?_wi=2" }, { - id: "4", - name: "David Kim", - role: "Homeowner", - company: "Suburban Community", - rating: 5, + id: "4", name: "David Kim", role: "Homeowner", company: "Suburban Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-360.jpg?_wi=2" } ]} @@ -177,14 +150,10 @@ export default function AboutPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "2,500+", - description: "Successful projects completed with exceptional quality and customer satisfaction." + id: "1", value: "2,500+", description: "Successful projects completed with exceptional quality and customer satisfaction." }, { - id: "2", - value: "24/7", - description: "Emergency response availability. We're here when you need us most, day or night." + id: "2", value: "24/7", description: "Emergency response availability. We're here when you need us most, day or night." } ]} metricsAnimation="slide-up" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2eaf1e0..43fc2ae 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,11 +24,11 @@ export default function ContactPage() {