From 80e40e7b0e4cc4c681074eb21e08e5f5d47623dd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:53:44 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 106 +++++++++++------------------------------ 1 file changed, 28 insertions(+), 78 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 542a9c5..ee17fa6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -34,7 +34,7 @@ export default function AboutPage() { ]} brandName="David Laird's Plumbing & Heating" bottomLeftText="Beaverton / Toronto Area, ON" - bottomRightText="(647) 555-PLUM" + bottomRightText="416 574 4948" /> @@ -58,15 +58,10 @@ export default function AboutPage() { background={{ variant: "plain" }} testimonials={[ { - name: "Long-Time Customer", - handle: "Ontario Homeowner", - testimonial: - "We've been using David Laird's for over 5 years now. They're professional, fair, and always solve our problems right the first time.", - rating: 5, + name: "Long-Time Customer", handle: "Ontario Homeowner", testimonial: + "We've been using David Laird's for over 5 years now. They're professional, fair, and always solve our problems right the first time.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", - imageAlt: "satisfied customer", - }, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "satisfied customer"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -91,38 +86,20 @@ export default function AboutPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Sarah Johnson", - handle: "Beaverton", - testimonial: - "David and Doug are extremely knowledgeable and resolved several plumbing issues around our home in a professional manner. Highly recommend!", - rating: 5, + id: "1", name: "Sarah Johnson", handle: "Beaverton", testimonial: + "David and Doug are extremely knowledgeable and resolved several plumbing issues around our home in a professional manner. Highly recommend!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=4", - imageAlt: "customer testimonial", - }, + "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=4", imageAlt: "customer testimonial"}, { - id: "2", - name: "Robert Kim", - handle: "Toronto", - testimonial: - "Very helpful and really professional. They fixed our heating system quickly and efficiently. Will call them again.", - rating: 5, + id: "2", name: "Robert Kim", handle: "Toronto", testimonial: + "Very helpful and really professional. They fixed our heating system quickly and efficiently. Will call them again.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", - imageAlt: "customer testimonial", - }, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "customer testimonial"}, { - id: "3", - name: "Jennifer Martinez", - handle: "Mississauga", - testimonial: - "Reliable plumbers who actually listen to your concerns and provide honest solutions. Great service!", - rating: 5, + id: "3", name: "Jennifer Martinez", handle: "Mississauga", testimonial: + "Reliable plumbers who actually listen to your concerns and provide honest solutions. Great service!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", - imageAlt: "customer testimonial", - }, + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "customer testimonial"}, ]} showRating={true} animationType="slide-up" @@ -137,66 +114,39 @@ export default function AboutPage() { logoText="David Laird's" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Plumbing Repairs", - href: "/plumbing-services", - }, + label: "Plumbing Repairs", href: "/plumbing-services"}, { - label: "Drain Cleaning", - href: "/plumbing-services", - }, + label: "Drain Cleaning", href: "/plumbing-services"}, { - label: "Water Heater", - href: "/plumbing-services", - }, + label: "Water Heater", href: "/plumbing-services"}, { - label: "Heating Repair", - href: "/heating-services", - }, + label: "Heating Repair", href: "/heating-services"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, { - label: "Reviews", - href: "/", - }, + label: "Reviews", href: "/"}, { - label: "Service Area", - href: "/", - }, + label: "Service Area", href: "/"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Emergency Service", - href: "tel:+16475557586", - }, + label: "Emergency Service", href: "tel:+14165744948"}, { - label: "Request Quote", - href: "/contact", - }, + label: "Request Quote", href: "/contact"}, { - label: "FAQs", - href: "/", - }, + label: "FAQs", href: "/"}, { - label: "Maintenance Tips", - href: "/", - }, + label: "Maintenance Tips", href: "/"}, ], }, ]} -- 2.49.1 From 940ffc3c41fa66c87caeb72c790a2df34ee94d4b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:53:44 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 81 +++++++++++----------------------------- 1 file changed, 21 insertions(+), 60 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index eccce19..9138496 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -32,7 +32,7 @@ export default function ContactPage() { ]} brandName="David Laird's Plumbing & Heating" bottomLeftText="Beaverton / Toronto Area, ON" - bottomRightText="(647) 555-PLUM" + bottomRightText="416 574 4948" /> @@ -45,20 +45,15 @@ export default function ContactPage() { background={{ variant: "plain" }} testimonials={[ { - name: "David Laird", - handle: "Owner & Master Plumber", - testimonial: - "We're committed to providing fast, professional service when you need it most. Call us today!", - rating: 5, + name: "David Laird", handle: "Owner & Master Plumber", testimonial: + "We're committed to providing fast, professional service when you need it most. Call us today!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=4", - imageAlt: "david laird owner", - }, + "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=4", imageAlt: "david laird owner"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} buttons={[ - { text: "Call Now: (647) 555-PLUM", href: "tel:+16475557586" }, + { text: "Call Now: 416 574 4948", href: "tel:+14165744948" }, { text: "Request Service Quote", href: "/contact" }, ]} buttonAnimation="slide-up" @@ -78,14 +73,7 @@ export default function ContactPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "☎️ Call: (647) 555-PLUM", - "📍 Serving: Beaverton & Toronto, ON", - "⏰ Available: 24/7 Emergency Service", - "✉️ Email: Available upon request", - "🚗 Same-Day Service Available", - "💳 All Payment Methods Accepted", - "🏆 Licensed & Insured", - ]} + "☎️ Call: 416 574 4948", "📍 Serving: Beaverton & Toronto, ON", "⏰ Available: 24/7 Emergency Service", "✉️ Email: Available upon request", "🚗 Same-Day Service Available", "💳 All Payment Methods Accepted", "🏆 Licensed & Insured"]} speed={40} showCard={true} /> @@ -96,66 +84,39 @@ export default function ContactPage() { logoText="David Laird's" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Plumbing Repairs", - href: "/plumbing-services", - }, + label: "Plumbing Repairs", href: "/plumbing-services"}, { - label: "Drain Cleaning", - href: "/plumbing-services", - }, + label: "Drain Cleaning", href: "/plumbing-services"}, { - label: "Water Heater", - href: "/plumbing-services", - }, + label: "Water Heater", href: "/plumbing-services"}, { - label: "Heating Repair", - href: "/heating-services", - }, + label: "Heating Repair", href: "/heating-services"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, { - label: "Reviews", - href: "/", - }, + label: "Reviews", href: "/"}, { - label: "Service Area", - href: "/", - }, + label: "Service Area", href: "/"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Emergency Service", - href: "tel:+16475557586", - }, + label: "Emergency Service", href: "tel:+14165744948"}, { - label: "Request Quote", - href: "/contact", - }, + label: "Request Quote", href: "/contact"}, { - label: "FAQs", - href: "/", - }, + label: "FAQs", href: "/"}, { - label: "Maintenance Tips", - href: "/", - }, + label: "Maintenance Tips", href: "/"}, ], }, ]} -- 2.49.1 From f340db11d7c5be5c30605ba9986069325718db4a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:53:45 +0000 Subject: [PATCH 3/5] Update src/app/heating-services/page.tsx --- src/app/heating-services/page.tsx | 121 ++++++++---------------------- 1 file changed, 33 insertions(+), 88 deletions(-) diff --git a/src/app/heating-services/page.tsx b/src/app/heating-services/page.tsx index aa6aa12..8ef537a 100644 --- a/src/app/heating-services/page.tsx +++ b/src/app/heating-services/page.tsx @@ -33,7 +33,7 @@ export default function HeatingServicesPage() { ]} brandName="David Laird's Plumbing & Heating" bottomLeftText="Beaverton / Toronto Area, ON" - bottomRightText="(647) 555-PLUM" + bottomRightText="416 574 4948" /> @@ -47,21 +47,16 @@ export default function HeatingServicesPage() { background={{ variant: "plain" }} testimonials={[ { - name: "Jennifer L.", - handle: "Homeowner, Oakville", - testimonial: - "They fixed our furnace before winter hit. Professional service, fair pricing, and they were here when we needed them most!", - rating: 5, + name: "Jennifer L.", handle: "Homeowner, Oakville", testimonial: + "They fixed our furnace before winter hit. Professional service, fair pricing, and they were here when we needed them most!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=3", - imageAlt: "woman portrait professional headshot", - }, + "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=3", imageAlt: "woman portrait professional headshot"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} buttons={[ { text: "Request Heating Service", href: "/contact" }, - { text: "Call Now: (647) 555-PLUM", href: "tel:+16475557586" }, + { text: "Call Now: 416 574 4948", href: "tel:+14165744948" }, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=2" @@ -81,38 +76,20 @@ export default function HeatingServicesPage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Furnace Repair & Service", - author: "Heating Technicians", - description: - "Expert diagnosis and repair of furnace problems. We service all major brands and provide preventive maintenance to extend your system's life.", - tags: ["Emergency Available", "All Brands"], + id: "1", title: "Furnace Repair & Service", author: "Heating Technicians", description: + "Expert diagnosis and repair of furnace problems. We service all major brands and provide preventive maintenance to extend your system's life.", tags: ["Emergency Available", "All Brands"], imageSrc: - "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=3", - imageAlt: "furnace repair service", - }, + "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=3", imageAlt: "furnace repair service"}, { - id: "2", - title: "System Installation", - author: "Installation Experts", - description: - "Planning a new heating system? We provide professional installation of furnaces and heating equipment with expert guidance on efficiency and cost savings.", - tags: ["Professional Install", "Efficient Systems"], + id: "2", title: "System Installation", author: "Installation Experts", description: + "Planning a new heating system? We provide professional installation of furnaces and heating equipment with expert guidance on efficiency and cost savings.", tags: ["Professional Install", "Efficient Systems"], imageSrc: - "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=3", - imageAlt: "heating system installation", - }, + "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=3", imageAlt: "heating system installation"}, { - id: "3", - title: "Seasonal Maintenance", - author: "Maintenance Team", - description: - "Keep your heating system running smoothly with our seasonal maintenance programs. Prevent breakdowns and improve efficiency throughout the winter.", - tags: ["Preventive Care", "Year-Round Support"], + id: "3", title: "Seasonal Maintenance", author: "Maintenance Team", description: + "Keep your heating system running smoothly with our seasonal maintenance programs. Prevent breakdowns and improve efficiency throughout the winter.", tags: ["Preventive Care", "Year-Round Support"], imageSrc: - "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=4", - imageAlt: "heating maintenance", - }, + "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=4", imageAlt: "heating maintenance"}, ]} animationType="slide-up" textboxLayout="default" @@ -131,19 +108,14 @@ export default function HeatingServicesPage() { background={{ variant: "plain" }} testimonials={[ { - name: "Doug", - handle: "Heating Specialist", - testimonial: - "A well-maintained heating system is essential for comfort and safety. We're here to keep yours running perfectly.", - rating: 5, + name: "Doug", handle: "Heating Specialist", testimonial: + "A well-maintained heating system is essential for comfort and safety. We're here to keep yours running perfectly.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", - imageAlt: "heating specialist portrait", - }, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "heating specialist portrait"}, ]} useInvertedBackground={false} buttons={[ - { text: "Call Now: (647) 555-PLUM", href: "tel:+16475557586" }, + { text: "Call Now: 416 574 4948", href: "tel:+14165744948" }, { text: "Request Quote", href: "/contact" }, ]} buttonAnimation="slide-up" @@ -160,66 +132,39 @@ export default function HeatingServicesPage() { logoText="David Laird's" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Plumbing Repairs", - href: "/plumbing-services", - }, + label: "Plumbing Repairs", href: "/plumbing-services"}, { - label: "Drain Cleaning", - href: "/plumbing-services", - }, + label: "Drain Cleaning", href: "/plumbing-services"}, { - label: "Water Heater", - href: "/plumbing-services", - }, + label: "Water Heater", href: "/plumbing-services"}, { - label: "Heating Repair", - href: "/heating-services", - }, + label: "Heating Repair", href: "/heating-services"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, { - label: "Reviews", - href: "/", - }, + label: "Reviews", href: "/"}, { - label: "Service Area", - href: "/", - }, + label: "Service Area", href: "/"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Emergency Service", - href: "tel:+16475557586", - }, + label: "Emergency Service", href: "tel:+14165744948"}, { - label: "Request Quote", - href: "/contact", - }, + label: "Request Quote", href: "/contact"}, { - label: "FAQs", - href: "/", - }, + label: "FAQs", href: "/"}, { - label: "Maintenance Tips", - href: "/", - }, + label: "Maintenance Tips", href: "/"}, ], }, ]} -- 2.49.1 From ca8ef5b03d9934cc9774c58b91328b0e7d0219b7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:53:45 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 225 ++++++++++++----------------------------------- 1 file changed, 58 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 841e479..fa1e5ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function HomePage() { ]} brandName="David Laird's Plumbing & Heating" bottomLeftText="Beaverton / Toronto Area, ON" - bottomRightText="(647) 555-PLUM" + bottomRightText="416 574 4948" /> @@ -58,30 +58,20 @@ export default function HomePage() { background={{ variant: "plain" }} testimonials={[ { - name: "Sarah M.", - handle: "Homeowner, Beaverton", - testimonial: - "David and Doug are extremely knowledgeable and resolved several plumbing issues around our home in a professional manner. Highly recommend!", - rating: 5, + name: "Sarah M.", handle: "Homeowner, Beaverton", testimonial: + "David and Doug are extremely knowledgeable and resolved several plumbing issues around our home in a professional manner. Highly recommend!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", - imageAlt: "woman portrait headshot professional avatar", - }, + "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "woman portrait headshot professional avatar"}, { - name: "Robert K.", - handle: "Property Owner, Toronto", - testimonial: - "Very helpful and really professional. They fixed our heating system quickly and didn't overcharge. Will definitely call them again.", - rating: 5, + name: "Robert K.", handle: "Property Owner, Toronto", testimonial: + "Very helpful and really professional. They fixed our heating system quickly and didn't overcharge. Will definitely call them again.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", - imageAlt: "man portrait headshot professional avatar", - }, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "man portrait headshot professional avatar"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} buttons={[ - { text: "Call Now: (647) 555-PLUM", href: "tel:+16475557586" }, + { text: "Call Now: 416 574 4948", href: "tel:+14165744948" }, { text: "Request Service", href: "/contact" }, ]} buttonAnimation="slide-up" @@ -101,14 +91,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} names={[ - "✓ Extremely Knowledgeable", - "✓ Professional Service", - "✓ Helpful Technicians", - "✓ Reliable Problem Solving", - "✓ Trusted by Homeowners", - "✓ Fast Response Time", - "✓ Fair Pricing", - ]} + "✓ Extremely Knowledgeable", "✓ Professional Service", "✓ Helpful Technicians", "✓ Reliable Problem Solving", "✓ Trusted by Homeowners", "✓ Fast Response Time", "✓ Fair Pricing"]} speed={40} showCard={true} /> @@ -123,49 +106,25 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Plumbing Repairs", - author: "David & Doug", - description: - "Expert diagnosis and repair of all plumbing issues including leaks, blockages, and fixture problems.", - tags: ["Emergency", "Same-Day"], + id: "1", title: "Plumbing Repairs", author: "David & Doug", description: + "Expert diagnosis and repair of all plumbing issues including leaks, blockages, and fixture problems.", tags: ["Emergency", "Same-Day"], imageSrc: - "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1", - imageAlt: "plumbing repair leak pipe tools", - }, + "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1", imageAlt: "plumbing repair leak pipe tools"}, { - id: "2", - title: "Drain Cleaning", - author: "David & Doug", - description: - "Professional drain cleaning and clearing services using proven techniques to restore flow.", - tags: ["Residential", "Commercial"], + id: "2", title: "Drain Cleaning", author: "David & Doug", description: + "Professional drain cleaning and clearing services using proven techniques to restore flow.", tags: ["Residential", "Commercial"], imageSrc: - "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=1", - imageAlt: "drain plumbing sink cleaning maintenance", - }, + "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=1", imageAlt: "drain plumbing sink cleaning maintenance"}, { - id: "3", - title: "Water Heater Services", - author: "David & Doug", - description: - "Installation, repair, and maintenance of water heaters to keep your home comfortable.", - tags: ["Repair", "Installation"], + id: "3", title: "Water Heater Services", author: "David & Doug", description: + "Installation, repair, and maintenance of water heaters to keep your home comfortable.", tags: ["Repair", "Installation"], imageSrc: - "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=1", - imageAlt: "water heater tank installation plumbing equipment", - }, + "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=1", imageAlt: "water heater tank installation plumbing equipment"}, { - id: "4", - title: "Heating System Repair", - author: "David & Doug", - description: - "Reliable heating system repairs and maintenance to keep your home warm year-round.", - tags: ["Maintenance", "Emergency"], + id: "4", title: "Heating System Repair", author: "David & Doug", description: + "Reliable heating system repairs and maintenance to keep your home warm year-round.", tags: ["Maintenance", "Emergency"], imageSrc: - "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=1", - imageAlt: "heating system furnace repair technician maintenance", - }, + "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=1", imageAlt: "heating system furnace repair technician maintenance"}, ]} animationType="slide-up" textboxLayout="default" @@ -198,71 +157,35 @@ export default function HomePage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Sarah Johnson", - handle: "Beaverton", - testimonial: - "David and Doug are extremely knowledgeable and resolved several plumbing issues around our home in a professional manner. Highly recommend!", - rating: 5, + id: "1", name: "Sarah Johnson", handle: "Beaverton", testimonial: + "David and Doug are extremely knowledgeable and resolved several plumbing issues around our home in a professional manner. Highly recommend!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", - imageAlt: "woman portrait smile professional headshot", - }, + "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "woman portrait smile professional headshot"}, { - id: "2", - name: "Robert Kim", - handle: "Toronto", - testimonial: - "Very helpful and really professional. They fixed our heating system quickly and efficiently.", - rating: 5, + id: "2", name: "Robert Kim", handle: "Toronto", testimonial: + "Very helpful and really professional. They fixed our heating system quickly and efficiently.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", - imageAlt: "man portrait smile professional headshot", - }, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "man portrait smile professional headshot"}, { - id: "3", - name: "Jennifer Martinez", - handle: "Mississauga", - testimonial: - "Reliable plumbers who actually listen to your concerns and provide honest solutions. Great service!", - rating: 5, + id: "3", name: "Jennifer Martinez", handle: "Mississauga", testimonial: + "Reliable plumbers who actually listen to your concerns and provide honest solutions. Great service!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", - imageAlt: "woman portrait smile professional avatar", - }, + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "woman portrait smile professional avatar"}, { - id: "4", - name: "Michael Chen", - handle: "Oakville", - testimonial: - "Professional, knowledgeable, and fair pricing. They've become our go-to plumbers for all household issues.", - rating: 5, + id: "4", name: "Michael Chen", handle: "Oakville", testimonial: + "Professional, knowledgeable, and fair pricing. They've become our go-to plumbers for all household issues.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", - imageAlt: "man portrait smile professional avatar", - }, + "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "man portrait smile professional avatar"}, { - id: "5", - name: "Lisa Patel", - handle: "Burlington", - testimonial: - "Called them for an emergency and they responded quickly. Expert diagnosis and quick fix. Definitely will use again.", - rating: 5, + id: "5", name: "Lisa Patel", handle: "Burlington", testimonial: + "Called them for an emergency and they responded quickly. Expert diagnosis and quick fix. Definitely will use again.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", - imageAlt: "woman portrait happy professional headshot", - }, + "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "woman portrait happy professional headshot"}, { - id: "6", - name: "David Thompson", - handle: "Hamilton", - testimonial: - "Been using David Laird's for years. Consistent quality and trustworthy service every single time.", - rating: 5, + id: "6", name: "David Thompson", handle: "Hamilton", testimonial: + "Been using David Laird's for years. Consistent quality and trustworthy service every single time.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", - imageAlt: "man portrait happy professional headshot", - }, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "man portrait happy professional headshot"}, ]} showRating={true} animationType="slide-up" @@ -281,19 +204,14 @@ export default function HomePage() { background={{ variant: "plain" }} testimonials={[ { - name: "David Laird", - handle: "Owner & Master Plumber", - testimonial: - "With years of experience serving the Beaverton and Toronto area, we're committed to solving your plumbing and heating problems fast.", - rating: 5, + name: "David Laird", handle: "Owner & Master Plumber", testimonial: + "With years of experience serving the Beaverton and Toronto area, we're committed to solving your plumbing and heating problems fast.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=1", - imageAlt: "man plumber professional portrait worker", - }, + "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=1", imageAlt: "man plumber professional portrait worker"}, ]} useInvertedBackground={false} buttons={[ - { text: "Call Now: (647) 555-PLUM", href: "tel:+16475557586" }, + { text: "Call Now: 416 574 4948", href: "tel:+14165744948" }, { text: "Request Service", href: "/contact" }, ]} buttonAnimation="slide-up" @@ -310,66 +228,39 @@ export default function HomePage() { logoText="David Laird's" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Plumbing Repairs", - href: "/plumbing-services", - }, + label: "Plumbing Repairs", href: "/plumbing-services"}, { - label: "Drain Cleaning", - href: "/plumbing-services", - }, + label: "Drain Cleaning", href: "/plumbing-services"}, { - label: "Water Heater", - href: "/plumbing-services", - }, + label: "Water Heater", href: "/plumbing-services"}, { - label: "Heating Repair", - href: "/heating-services", - }, + label: "Heating Repair", href: "/heating-services"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, { - label: "Reviews", - href: "/", - }, + label: "Reviews", href: "/"}, { - label: "Service Area", - href: "/", - }, + label: "Service Area", href: "/"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Emergency Service", - href: "tel:+16475557586", - }, + label: "Emergency Service", href: "tel:+14165744948"}, { - label: "Request Quote", - href: "/contact", - }, + label: "Request Quote", href: "/contact"}, { - label: "FAQs", - href: "/", - }, + label: "FAQs", href: "/"}, { - label: "Maintenance Tips", - href: "/", - }, + label: "Maintenance Tips", href: "/"}, ], }, ]} -- 2.49.1 From 4cbbd78b4341ea8ea12497e6402f521a6bd7e1ef Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:53:46 +0000 Subject: [PATCH 5/5] Update src/app/plumbing-services/page.tsx --- src/app/plumbing-services/page.tsx | 121 ++++++++--------------------- 1 file changed, 33 insertions(+), 88 deletions(-) diff --git a/src/app/plumbing-services/page.tsx b/src/app/plumbing-services/page.tsx index 125369b..7670115 100644 --- a/src/app/plumbing-services/page.tsx +++ b/src/app/plumbing-services/page.tsx @@ -33,7 +33,7 @@ export default function PlumbingServicesPage() { ]} brandName="David Laird's Plumbing & Heating" bottomLeftText="Beaverton / Toronto Area, ON" - bottomRightText="(647) 555-PLUM" + bottomRightText="416 574 4948" /> @@ -47,21 +47,16 @@ export default function PlumbingServicesPage() { background={{ variant: "plain" }} testimonials={[ { - name: "Mike T.", - handle: "Homeowner, Beaverton", - testimonial: - "Best plumbers I've worked with. They fixed a major leak and prevented what could have been a disaster. Highly professional!", - rating: 5, + name: "Mike T.", handle: "Homeowner, Beaverton", testimonial: + "Best plumbers I've worked with. They fixed a major leak and prevented what could have been a disaster. Highly professional!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", - imageAlt: "man portrait professional headshot", - }, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "man portrait professional headshot"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} buttons={[ { text: "Request Plumbing Service", href: "/contact" }, - { text: "Call Now: (647) 555-PLUM", href: "tel:+16475557586" }, + { text: "Call Now: 416 574 4948", href: "tel:+14165744948" }, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2" @@ -81,38 +76,20 @@ export default function PlumbingServicesPage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Emergency Leak Repair", - author: "Rapid Response Team", - description: - "We respond quickly to emergency leaks before they cause water damage. Our expert technicians identify the source and provide permanent repairs.", - tags: ["24/7 Available", "Fast Response"], + id: "1", title: "Emergency Leak Repair", author: "Rapid Response Team", description: + "We respond quickly to emergency leaks before they cause water damage. Our expert technicians identify the source and provide permanent repairs.", tags: ["24/7 Available", "Fast Response"], imageSrc: - "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=3", - imageAlt: "emergency plumbing repair", - }, + "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=3", imageAlt: "emergency plumbing repair"}, { - id: "2", - title: "Drain Cleaning & Unclogging", - author: "Drainage Specialists", - description: - "Drain problems? We use advanced equipment to clear blockages and restore proper drainage throughout your home. Preventive maintenance available.", - tags: ["Advanced Equipment", "Proven Methods"], + id: "2", title: "Drain Cleaning & Unclogging", author: "Drainage Specialists", description: + "Drain problems? We use advanced equipment to clear blockages and restore proper drainage throughout your home. Preventive maintenance available.", tags: ["Advanced Equipment", "Proven Methods"], imageSrc: - "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=2", - imageAlt: "drain cleaning service", - }, + "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=2", imageAlt: "drain cleaning service"}, { - id: "3", - title: "Fixture Installation & Repair", - author: "Installation Experts", - description: - "Whether it's faucets, toilets, or showers, we install and repair all types of plumbing fixtures with precision and care.", - tags: ["Quality Fixtures", "Expert Installation"], + id: "3", title: "Fixture Installation & Repair", author: "Installation Experts", description: + "Whether it's faucets, toilets, or showers, we install and repair all types of plumbing fixtures with precision and care.", tags: ["Quality Fixtures", "Expert Installation"], imageSrc: - "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=2", - imageAlt: "plumbing fixture installation", - }, + "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=2", imageAlt: "plumbing fixture installation"}, ]} animationType="slide-up" textboxLayout="default" @@ -131,19 +108,14 @@ export default function PlumbingServicesPage() { background={{ variant: "plain" }} testimonials={[ { - name: "David Laird", - handle: "Master Plumber", - testimonial: - "We take pride in solving your plumbing problems right the first time. Your satisfaction is our guarantee.", - rating: 5, + name: "David Laird", handle: "Master Plumber", testimonial: + "We take pride in solving your plumbing problems right the first time. Your satisfaction is our guarantee.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=2", - imageAlt: "master plumber portrait", - }, + "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=2", imageAlt: "master plumber portrait"}, ]} useInvertedBackground={false} buttons={[ - { text: "Call Now: (647) 555-PLUM", href: "tel:+16475557586" }, + { text: "Call Now: 416 574 4948", href: "tel:+14165744948" }, { text: "Request Quote", href: "/contact" }, ]} buttonAnimation="slide-up" @@ -160,66 +132,39 @@ export default function PlumbingServicesPage() { logoText="David Laird's" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Plumbing Repairs", - href: "/plumbing-services", - }, + label: "Plumbing Repairs", href: "/plumbing-services"}, { - label: "Drain Cleaning", - href: "/plumbing-services", - }, + label: "Drain Cleaning", href: "/plumbing-services"}, { - label: "Water Heater", - href: "/plumbing-services", - }, + label: "Water Heater", href: "/plumbing-services"}, { - label: "Heating Repair", - href: "/heating-services", - }, + label: "Heating Repair", href: "/heating-services"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, { - label: "Reviews", - href: "/", - }, + label: "Reviews", href: "/"}, { - label: "Service Area", - href: "/", - }, + label: "Service Area", href: "/"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Emergency Service", - href: "tel:+16475557586", - }, + label: "Emergency Service", href: "tel:+14165744948"}, { - label: "Request Quote", - href: "/contact", - }, + label: "Request Quote", href: "/contact"}, { - label: "FAQs", - href: "/", - }, + label: "FAQs", href: "/"}, { - label: "Maintenance Tips", - href: "/", - }, + label: "Maintenance Tips", href: "/"}, ], }, ]} -- 2.49.1