From 658e64efe38daec970249201fa6b4c2c8c03212e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 01:21:27 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 95 +++++++----------------------------------- 1 file changed, 15 insertions(+), 80 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5d9cbca..f98dbf3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,17 +20,14 @@ export default function AboutPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Water Heater Repair", href: "/services" }, { label: "Drain Cleaning", href: "/services" }, - { label: "Garbage Disposal", href: "/services" }, { label: "Leak Detection", href: "/services" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Contact", href: "/contact" }, @@ -38,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (555) 123-4567", href: "tel:5551234567" }, { label: "Email: info@topnotchplumbing.com", href: "mailto:info@topnotchplumbing.com" }, { label: "24/7 Emergency Service", href: "/contact" }, @@ -47,8 +43,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "License & Insurance", href: "#" }, @@ -71,13 +66,7 @@ export default function AboutPage() { > @@ -142,53 +113,17 @@ export default function AboutPage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Sarah Mitchell", - role: "Homeowner", - testimonial: "Our technician diagnosed the problem quickly and fixed our water heater the same day. Very professional service and they cleaned everything up after the repair.", - imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167446.jpg?_wi=2", - imageAlt: "professional headshot person", - }, + id: "1", name: "Sarah Mitchell", role: "Homeowner", testimonial: "Our technician diagnosed the problem quickly and fixed our water heater the same day. Very professional service and they cleaned everything up after the repair.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167446.jpg?_wi=2", imageAlt: "professional headshot person"}, { - id: "2", - name: "John Rodriguez", - role: "Property Manager", - testimonial: "Top Notch Plumbing solved our drain issues quickly and explained everything clearly. We've used them for multiple properties and they're always reliable.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg?_wi=2", - imageAlt: "professional headshot portrait", - }, + id: "2", name: "John Rodriguez", role: "Property Manager", testimonial: "Top Notch Plumbing solved our drain issues quickly and explained everything clearly. We've used them for multiple properties and they're always reliable.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg?_wi=2", imageAlt: "professional headshot portrait"}, { - id: "3", - name: "Emily Chen", - role: "Homeowner", - testimonial: "Fast response, skilled technicians, and honest work. They detected a hidden leak that could have caused major damage. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg?_wi=2", - imageAlt: "professional portrait headshot", - }, + id: "3", name: "Emily Chen", role: "Homeowner", testimonial: "Fast response, skilled technicians, and honest work. They detected a hidden leak that could have caused major damage. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg?_wi=2", imageAlt: "professional portrait headshot"}, { - id: "4", - name: "Michael Thompson", - role: "Homeowner", - testimonial: "Professional from start to finish. They installed our garbage disposal and new fixtures perfectly. Great communication throughout the process.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-crossed-eyes_1187-3266.jpg?_wi=2", - imageAlt: "professional business portrait", - }, + id: "4", name: "Michael Thompson", role: "Homeowner", testimonial: "Professional from start to finish. They installed our fixtures perfectly. Great communication throughout the process.", imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-crossed-eyes_1187-3266.jpg?_wi=2", imageAlt: "professional business portrait"}, { - id: "5", - name: "Jessica Parker", - role: "Real Estate Agent", - testimonial: "I recommend Top Notch to all my clients. They're dependable, fair-priced, and do excellent work. Never had a complaint.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-posing-dark-sweater-standing-near-lamps_114579-81908.jpg?_wi=2", - imageAlt: "professional headshot smiling", - }, + id: "5", name: "Jessica Parker", role: "Real Estate Agent", testimonial: "I recommend Top Notch to all my clients. They're dependable, fair-priced, and do excellent work. Never had a complaint.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-posing-dark-sweater-standing-near-lamps_114579-81908.jpg?_wi=2", imageAlt: "professional headshot smiling"}, { - id: "6", - name: "David Martinez", - role: "Homeowner", - testimonial: "Called them for an emergency at midnight. They arrived quickly, fixed the burst pipe, and saved us from serious water damage. True professionals.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg?_wi=2", - imageAlt: "professional portrait background", - }, + id: "6", name: "David Martinez", role: "Homeowner", testimonial: "Called them for an emergency at midnight. They arrived quickly, fixed the burst pipe, and saved us from serious water damage. True professionals.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg?_wi=2", imageAlt: "professional portrait background"}, ]} /> @@ -202,4 +137,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +}