From 964ab650d1d872b438908cec1bafa2c8a2aa9c08 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 09:30:42 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 117 ++++++++++------------------------------- 1 file changed, 27 insertions(+), 90 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b4e85e3..5992ecd 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -28,31 +28,17 @@ export default function LandingPage() { @@ -67,19 +53,13 @@ export default function LandingPage() { tagIcon={Users} bulletPoints={[ { - title: "Experienced Professionals", - description: "Our team consists of highly skilled and certified technicians in all major home service areas.", - icon: Award, + title: "Experienced Professionals", description: "Our team consists of highly skilled and certified technicians in all major home service areas.", icon: Award, }, { - title: "Commitment to Quality", - description: "We use only the best materials and proven techniques to ensure lasting repairs and installations.", - icon: CheckCircle, + title: "Commitment to Quality", description: "We use only the best materials and proven techniques to ensure lasting repairs and installations.", icon: CheckCircle, }, { - title: "Customer-Centric Approach", - description: "Your satisfaction is our priority. We listen, provide clear solutions, and deliver exceptional service.", - icon: Heart, + title: "Customer-Centric Approach", description: "Your satisfaction is our priority. We listen, provide clear solutions, and deliver exceptional service.", icon: Heart, }, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288179.jpg" @@ -95,17 +75,11 @@ export default function LandingPage() { description="We're proud of the trust our community places in us and our consistent track record of excellence." metrics={[ { - value: "10+", - title: "Years in Service", - }, + value: "10+", title: "Years in Service"}, { - value: "98%", - title: "Customer Satisfaction", - }, + value: "98%", title: "Customer Satisfaction"}, { - value: "5,000+", - title: "Successful Projects", - }, + value: "5,000+", title: "Successful Projects"}, ]} tag="By the Numbers" tagIcon={Activity} @@ -123,29 +97,13 @@ export default function LandingPage() { useInvertedBackground={false} team={[ { - id: "1", - name: "Michael Chen", - role: "Lead Electrician", - imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-avatars_23-2147665514.jpg", - }, + id: "1", name: "Michael Chen", role: "Lead Electrician", imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-avatars_23-2147665514.jpg"}, { - id: "2", - name: "Sophia Rodriguez", - role: "Master Plumber", - imageSrc: "http://img.b2bpic.net/free-vector/review-concept-landing-page-flat-design_52683-18221.jpg", - }, + id: "2", name: "Sophia Rodriguez", role: "Master Plumber", imageSrc: "http://img.b2bpic.net/free-vector/review-concept-landing-page-flat-design_52683-18221.jpg"}, { - id: "3", - name: "Jameson Lee", - role: "HVAC Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-with-his-friend-enjoying-drinks-restaurant_23-2147861967.jpg", - }, + id: "3", name: "Jameson Lee", role: "HVAC Specialist", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-with-his-friend-enjoying-drinks-restaurant_23-2147861967.jpg"}, { - id: "4", - name: "Emily White", - role: "Emergency Coordinator", - imageSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg", - }, + id: "4", name: "Emily White", role: "Emergency Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg"}, ]} title="Meet Our Expert Team" description="Behind every successful service call is a dedicated professional. Get to know the faces committed to your home's well-being." @@ -158,54 +116,33 @@ export default function LandingPage() { Date: Thu, 26 Mar 2026 09:30:43 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 100 ++++++++++----------------------------- 1 file changed, 24 insertions(+), 76 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d3a795c..67e129e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,31 +27,17 @@ export default function LandingPage() { @@ -63,32 +49,18 @@ export default function LandingPage() { description="Have a question or need to schedule a service? Fill out the form below, and we'll get back to you promptly." inputs={[ { - name: "fullName", - type: "text", - placeholder: "Full Name", - required: true, + name: "fullName", type: "text", placeholder: "Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number (Optional)", - }, + name: "phone", type: "tel", placeholder: "Phone Number (Optional)"}, { - name: "serviceType", - type: "text", - placeholder: "Type of Service Needed", - }, + name: "serviceType", type: "text", placeholder: "Type of Service Needed"}, ]} textarea={{ - name: "message", - placeholder: "Your Message or Service Request", - rows: 4, + name: "message", placeholder: "Your Message or Service Request", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/male-carpenter-processes-block-with-random-orbit-sander-workshop_23-2147944818.jpg" @@ -103,17 +75,14 @@ export default function LandingPage() { @@ -122,54 +91,33 @@ export default function LandingPage() { Date: Thu, 26 Mar 2026 09:30:43 +0000 Subject: [PATCH 3/5] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 98 +++++++++++--------------------------------- 1 file changed, 23 insertions(+), 75 deletions(-) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index f4938f2..30d5aae 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -27,31 +27,17 @@ export default function LandingPage() { @@ -62,30 +48,15 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "What types of services do you offer?", - content: "We offer a comprehensive range of home services including electrical repairs, plumbing solutions, HVAC maintenance and installation, and emergency repair services for all these categories.", - }, + id: "1", title: "What types of services do you offer?", content: "We offer a comprehensive range of home services including electrical repairs, plumbing solutions, HVAC maintenance and installation, and emergency repair services for all these categories."}, { - id: "2", - title: "Are your technicians certified?", - content: "Absolutely. All our technicians are fully certified, licensed, and undergo continuous training to stay updated with the latest industry standards and technologies.", - }, + id: "2", title: "Are your technicians certified?", content: "Absolutely. All our technicians are fully certified, licensed, and undergo continuous training to stay updated with the latest industry standards and technologies."}, { - id: "3", - title: "How quickly can you respond to an emergency?", - content: "For emergency calls, we aim to dispatch a technician to your location within 60-90 minutes, depending on your proximity and current demand. Our lines are open 24/7.", - }, + id: "3", title: "How quickly can you respond to an emergency?", content: "For emergency calls, we aim to dispatch a technician to your location within 60-90 minutes, depending on your proximity and current demand. Our lines are open 24/7."}, { - id: "4", - title: "Do you offer free estimates?", - content: "Yes, we provide free, no-obligation estimates for most of our services. Contact us to schedule an appointment, and we'll assess your needs.", - }, + id: "4", title: "Do you offer free estimates?", content: "Yes, we provide free, no-obligation estimates for most of our services. Contact us to schedule an appointment, and we'll assess your needs."}, { - id: "5", - title: "What payment methods do you accept?", - content: "We accept all major credit cards, debit cards, bank transfers, and sometimes offer flexible financing options. Details can be discussed during your service consultation.", - }, + id: "5", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, bank transfers, and sometimes offer flexible financing options. Details can be discussed during your service consultation."}, ]} title="Frequently Asked Questions" description="Find quick answers to common questions about our services, scheduling, and payment options." @@ -102,9 +73,7 @@ export default function LandingPage() { ctaTitle="Still Have Questions?" ctaDescription="If you can't find the answer you're looking for, our friendly support team is here to help!" ctaButton={{ - text: "Contact Support", - href: "/contact", - }} + text: "Contact Support", href: "/contact"}} ctaIcon={MessageCircle} faqs={[]} /> @@ -114,54 +83,33 @@ export default function LandingPage() { Date: Thu, 26 Mar 2026 09:30:44 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 211 ++++++++++------------------------------------- 1 file changed, 44 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b7f2e6..4df5da4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,31 +30,17 @@ export default function LandingPage() { @@ -62,19 +48,14 @@ export default function LandingPage() {
@@ -163,53 +114,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - handle: "Local Resident", - testimonial: "Local Service Pro responded quickly to my emergency plumbing issue. The technician was professional, efficient, and fixed everything perfectly. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg", - imageAlt: "Sarah J.", - }, + id: "1", name: "Sarah J.", handle: "Local Resident", testimonial: "Local Service Pro responded quickly to my emergency plumbing issue. The technician was professional, efficient, and fixed everything perfectly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg", imageAlt: "Sarah J."}, { - id: "2", - name: "Mark D.", - handle: "Homeowner", - testimonial: "I've used Local Service Pro for various electrical repairs and their work is consistently excellent. They are reliable, trustworthy, and offer competitive pricing. My go-to service now.", - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-with-his-friend-enjoying-drinks-restaurant_23-2147861967.jpg", - imageAlt: "Mark D.", - }, + id: "2", name: "Mark D.", handle: "Homeowner", testimonial: "I've used Local Service Pro for various electrical repairs and their work is consistently excellent. They are reliable, trustworthy, and offer competitive pricing. My go-to service now.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-with-his-friend-enjoying-drinks-restaurant_23-2147861967.jpg", imageAlt: "Mark D."}, { - id: "3", - name: "Emily R.", - handle: "Small Business Owner", - testimonial: "Their HVAC service is top-notch! My office's AC broke down in the middle of summer, and they had it fixed the same day. Fantastic customer service!", - imageSrc: "http://img.b2bpic.net/free-vector/review-concept-landing-page-flat-design_52683-18221.jpg", - imageAlt: "Emily R.", - }, + id: "3", name: "Emily R.", handle: "Small Business Owner", testimonial: "Their HVAC service is top-notch! My office's AC broke down in the middle of summer, and they had it fixed the same day. Fantastic customer service!", imageSrc: "http://img.b2bpic.net/free-vector/review-concept-landing-page-flat-design_52683-18221.jpg", imageAlt: "Emily R."}, { - id: "4", - name: "David K.", - handle: "Property Manager", - testimonial: "We rely on Local Service Pro for all our property maintenance needs. Their team is always punctual, respectful, and delivers exceptional results.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg", - imageAlt: "David K.", - }, + id: "4", name: "David K.", handle: "Property Manager", testimonial: "We rely on Local Service Pro for all our property maintenance needs. Their team is always punctual, respectful, and delivers exceptional results.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg", imageAlt: "David K."}, { - id: "5", - name: "Jessica L.", - handle: "Satisfied Client", - testimonial: "From the initial call to the completed job, everything was seamless. They explained the issue clearly and ensured I was satisfied before leaving. A truly great experience.", - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", - imageAlt: "Jessica L.", - }, + id: "5", name: "Jessica L.", handle: "Satisfied Client", testimonial: "From the initial call to the completed job, everything was seamless. They explained the issue clearly and ensured I was satisfied before leaving. A truly great experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", imageAlt: "Jessica L."}, { - id: "6", - name: "Robert B.", - handle: "Community Member", - testimonial: "Finding a dependable service provider can be hard, but Local Service Pro always exceeds expectations. Their commitment to the community is evident in their quality work.", - imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-avatars_23-2147665514.jpg", - imageAlt: "Robert B.", - }, + id: "6", name: "Robert B.", handle: "Community Member", testimonial: "Finding a dependable service provider can be hard, but Local Service Pro always exceeds expectations. Their commitment to the community is evident in their quality work.", imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-avatars_23-2147665514.jpg", imageAlt: "Robert B."}, ]} title="What Our Customers Say" description="Real feedback from your neighbors about our commitment to quality service and timely support." @@ -224,27 +139,16 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "What are your service areas?", - content: "We proudly serve [Your City] and all surrounding neighborhoods. Contact us to confirm if your location is within our service radius.", - }, + id: "1", title: "What are your service areas?", content: "We proudly serve [Your City] and all surrounding neighborhoods. Contact us to confirm if your location is within our service radius."}, { - id: "2", - title: "Do you offer emergency services?", - content: "Yes, we offer 24/7 emergency services for critical issues. Don't hesitate to call our emergency line anytime, day or night.", - }, + id: "2", title: "Do you offer emergency services?", content: "Yes, we offer 24/7 emergency services for critical issues. Don't hesitate to call our emergency line anytime, day or night."}, { - id: "3", - title: "How quickly can you respond?", - content: "For urgent requests, we aim for same-day service. For non-emergencies, we schedule appointments at your earliest convenience, often within 1-2 business days.", - }, + id: "3", title: "How quickly can you respond?", content: "For urgent requests, we aim for same-day service. For non-emergencies, we schedule appointments at your earliest convenience, often within 1-2 business days."}, ]} ctaTitle="Get a Callback in 10 Minutes" ctaDescription="Fill out the form below or call us directly for urgent needs and we'll get back to you promptly." ctaButton={{ - text: "Call Now", - href: "tel:+18001234567", - }} + text: "Call Now", href: "tel:+18001234567"}} ctaIcon={Phone} /> @@ -253,66 +157,39 @@ export default function LandingPage() { Date: Thu, 26 Mar 2026 09:30:44 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 148 +++++++++----------------------------- 1 file changed, 32 insertions(+), 116 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index dc8ee8a..4862b26 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -28,31 +28,17 @@ export default function LandingPage() { @@ -64,40 +50,16 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Expert", - title: "Electrical Wiring & Repairs", - subtitle: "Safe and Efficient Solutions", - description: "From minor fixes to major installations, our certified electricians ensure safety and efficiency in every project.", - imageSrc: "http://img.b2bpic.net/free-vector/creative-blue-flash-sale-background_23-2147763977.jpg", - imageAlt: "icon lightning bolt electricity", - }, + tag: "Expert", title: "Electrical Wiring & Repairs", subtitle: "Safe and Efficient Solutions", description: "From minor fixes to major installations, our certified electricians ensure safety and efficiency in every project.", imageSrc: "http://img.b2bpic.net/free-vector/creative-blue-flash-sale-background_23-2147763977.jpg", imageAlt: "icon lightning bolt electricity"}, { id: 2, - tag: "Reliable", - title: "Plumbing Pipe & Leak Solutions", - subtitle: "Solving Your Water Woes", - description: "Expert plumbers handle everything from leaky faucets to complete pipe replacements with precision and care.", - imageSrc: "http://img.b2bpic.net/free-vector/labor-day-badges-collecion-flat-style_23-2147865017.jpg", - imageAlt: "icon water drop plumbing", - }, + tag: "Reliable", title: "Plumbing Pipe & Leak Solutions", subtitle: "Solving Your Water Woes", description: "Expert plumbers handle everything from leaky faucets to complete pipe replacements with precision and care.", imageSrc: "http://img.b2bpic.net/free-vector/labor-day-badges-collecion-flat-style_23-2147865017.jpg", imageAlt: "icon water drop plumbing"}, { id: 3, - tag: "Comfort", - title: "HVAC Heating & Cooling Systems", - subtitle: "Optimal Home Climate Control", - description: "Maintain your home comfort with our professional HVAC installation, repair, and maintenance services.", - imageSrc: "http://img.b2bpic.net/free-vector/smooth-wave-design-blue-background_1017-18385.jpg", - imageAlt: "icon fan air conditioning", - }, + tag: "Comfort", title: "HVAC Heating & Cooling Systems", subtitle: "Optimal Home Climate Control", description: "Maintain your home comfort with our professional HVAC installation, repair, and maintenance services.", imageSrc: "http://img.b2bpic.net/free-vector/smooth-wave-design-blue-background_1017-18385.jpg", imageAlt: "icon fan air conditioning"}, { id: 4, - tag: "Urgent", - title: "24/7 Emergency Repairs", - subtitle: "Rapid Response When You Need It Most", - description: "Unexpected issues? Our emergency team is ready to respond swiftly and effectively, day or night.", - imageSrc: "http://img.b2bpic.net/free-vector/bundle-engineering-set-icons_24877-57316.jpg", - imageAlt: "icon wrench repair tool", - }, + tag: "Urgent", title: "24/7 Emergency Repairs", subtitle: "Rapid Response When You Need It Most", description: "Unexpected issues? Our emergency team is ready to respond swiftly and effectively, day or night.", imageSrc: "http://img.b2bpic.net/free-vector/bundle-engineering-set-icons_24877-57316.jpg", imageAlt: "icon wrench repair tool"}, ]} title="Our Professional Home Services" description="Reliable solutions for every home need, delivered by certified local experts. We ensure quality, efficiency, and your complete satisfaction." @@ -113,37 +75,17 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah M.", - handle: "@sarah_home", - testimonial: "Local Service Pro saved us! Our AC went out in July, and they had it fixed within hours. Professional, courteous, and highly skilled. Truly a lifesaver!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg", - }, + id: "1", name: "Sarah M.", handle: "@sarah_home", testimonial: "Local Service Pro saved us! Our AC went out in July, and they had it fixed within hours. Professional, courteous, and highly skilled. Truly a lifesaver!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg"}, { - id: "2", - name: "David R.", - handle: "@david_hvac", - testimonial: "Had a complex plumbing issue that other companies couldn't figure out. The team here diagnosed it quickly and fixed it right the first time. Excellent service!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-with-his-friend-enjoying-drinks-restaurant_23-2147861967.jpg", - }, + id: "2", name: "David R.", handle: "@david_hvac", testimonial: "Had a complex plumbing issue that other companies couldn't figure out. The team here diagnosed it quickly and fixed it right the first time. Excellent service!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-with-his-friend-enjoying-drinks-restaurant_23-2147861967.jpg"}, { - id: "3", - name: "Jessica L.", - handle: "@jess_home", - testimonial: "Needed some electrical work done for a renovation. The electricians were fantastic, neat, and very knowledgeable. Highly recommend their services!", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-vector/review-concept-landing-page-flat-design_52683-18221.jpg", - }, + id: "3", name: "Jessica L.", handle: "@jess_home", testimonial: "Needed some electrical work done for a renovation. The electricians were fantastic, neat, and very knowledgeable. Highly recommend their services!", rating: 4, + imageSrc: "http://img.b2bpic.net/free-vector/review-concept-landing-page-flat-design_52683-18221.jpg"}, { - id: "4", - name: "Mark T.", - handle: "@mark_repairs", - testimonial: "Fast response for an emergency leak. They arrived quickly, contained the damage, and completed the repair efficiently. Couldn't ask for better service.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg", - }, + id: "4", name: "Mark T.", handle: "@mark_repairs", testimonial: "Fast response for an emergency leak. They arrived quickly, contained the damage, and completed the repair efficiently. Couldn't ask for better service.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg"}, ]} showRating={true} title="What Our Clients Say" @@ -157,21 +99,16 @@ export default function LandingPage() { @@ -180,54 +117,33 @@ export default function LandingPage() {