From 7cc837ba8529eb6c8a3550614206afe2f86ddfd3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:10:48 +0000 Subject: [PATCH 1/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 32 +++++++++----------------------- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 98107cd..da50f53 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -32,6 +32,7 @@ export default function ContactPage() { brandName="Electrical Handyman" bottomLeftText="Licensed & Insured" bottomRightText="+1 813-901-8185" + navbarBackgroundStyle="solid" /> @@ -45,25 +46,13 @@ export default function ContactPage() { animationType="slide-up" faqs={[ { - id: "1", - title: "Do you offer emergency service?", - content: "Yes! We provide 24/7 emergency electrical service for urgent issues. Call us anytime for immediate assistance with power outages, electrical fires, or safety hazards. Our team prioritizes emergency calls and responds quickly.", - }, + id: "1", title: "Do you offer emergency service?", content: "Yes! We provide 24/7 emergency electrical service for urgent issues. Call us anytime for immediate assistance with power outages, electrical fires, or safety hazards. Our team prioritizes emergency calls and responds quickly."}, { - id: "2", - title: "How quickly can you respond?", - content: "We typically respond within 1-2 hours of your call during business hours. For emergencies, we prioritize same-day service and often arrive much sooner. Call (813) 901-8185 to check current availability.", - }, + id: "2", title: "How quickly can you respond?", content: "We typically respond within 1-2 hours of your call during business hours. For emergencies, we prioritize same-day service and often arrive much sooner. Call (813) 901-8185 to check current availability."}, { - id: "3", - title: "What areas do you serve?", - content: "We serve Tampa, Hillsborough County, and surrounding areas including Clearwater, St. Petersburg, and Wesley Chapel. We specialize in residential and small business electrical work throughout the region. Call to confirm service to your specific location.", - }, + id: "3", title: "What areas do you serve?", content: "We serve Tampa, Hillsborough County, and surrounding areas including Clearwater, St. Petersburg, and Wesley Chapel. We specialize in residential and small business electrical work throughout the region. Call to confirm service to your specific location."}, { - id: "4", - title: "Are you licensed and insured?", - content: "Yes, we are fully licensed electricians with comprehensive liability insurance. All work is performed to current electrical codes and backed by our professional guarantee. We're proud members of the Tampa Bay business community.", - }, + id: "4", title: "Are you licensed and insured?", content: "Yes, we are fully licensed electricians with comprehensive liability insurance. All work is performed to current electrical codes and backed by our professional guarantee. We're proud members of the Tampa Bay business community."}, ]} /> @@ -76,8 +65,7 @@ export default function ContactPage() { copyrightText="© 2025 Electrical Handyman Service, Inc. | Tampa, FL 33634" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Services", href: "/services" }, { label: "Reviews", href: "/reviews" }, @@ -85,8 +73,7 @@ export default function ContactPage() { ], }, { - title: "Service Areas", - items: [ + title: "Service Areas", items: [ { label: "Tampa, FL", href: "#" }, { label: "Hillsborough County", href: "#" }, { label: "Emergency Service", href: "tel:+18139018185" }, @@ -94,8 +81,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (813) 901-8185", href: "tel:+18139018185" }, { label: "7046 W Hillsborough Ave", href: "#" }, { label: "Licensed & Insured", href: "#" }, @@ -107,4 +93,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} From f5961c4e916567cf8ae94e35e9782397b9cb5bdb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:10:48 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index be4444d..edffa31 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,37 +7,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const roboto = Roboto({ - variable: "--font-roboto", - subsets: ["latin"], + variable: "--font-roboto", subsets: ["latin"], weight: ["100", "300", "400", "500", "700", "900"], }); export const metadata: Metadata = { - title: "Trusted Local Electrician Tampa FL | Fast Repairs", - description: "Professional electrician serving Tampa, FL. Licensed, insured electrical repairs, installations & upgrades. Call (813) 901-8185 for fast service.", - keywords: "electrician Tampa, electrical repair Tampa FL, licensed electrician, outlet repair, circuit breaker repair, lighting installation Tampa", - metadataBase: new URL("https://electricalhs.com"), + title: "Trusted Local Electrician Tampa FL | Fast Repairs", description: "Professional electrician serving Tampa, FL. Licensed, insured electrical repairs, installations & upgrades. Call (813) 901-8185 for fast service.", keywords: "electrician Tampa, electrical repair Tampa FL, licensed electrician, outlet repair, circuit breaker repair, lighting installation Tampa", metadataBase: new URL("https://electricalhs.com"), alternates: { - canonical: "https://electricalhs.com", - }, + canonical: "https://electricalhs.com"}, openGraph: { - title: "Electrical Handyman Service - Tampa's Trusted Local Electrician", - description: "Professional electrical repairs and installation services in Tampa, FL. 4.8★ rated. Fast response, honest pricing, licensed & insured.", - url: "https://electricalhs.com", - siteName: "Electrical Handyman Service, Inc.", - type: "website", - }, + title: "Electrical Handyman Service - Tampa's Trusted Local Electrician", description: "Professional electrical repairs and installation services in Tampa, FL. 4.8★ rated. Fast response, honest pricing, licensed & insured.", url: "https://electricalhs.com", siteName: "Electrical Handyman Service, Inc.", type: "website"}, robots: { index: true, follow: true, @@ -1428,4 +1416,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From e34ee8c5ba2ade91c6ceadcf66a008920b4708b4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:10:49 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 136 +++++++++++------------------------------------ 1 file changed, 30 insertions(+), 106 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0cab04..bbfda28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,6 +43,7 @@ export default function HomePage() { brandName="Electrical Handyman" bottomLeftText="Licensed & Insured" bottomRightText="+1 813-901-8185" + navbarBackgroundStyle="solid" /> @@ -76,9 +77,7 @@ export default function HomePage() { @@ -152,40 +133,22 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - title: "Licensed & Insured", - description: "Fully licensed electricians with comprehensive insurance coverage", - bentoComponent: "reveal-icon", - icon: CheckCircle, + title: "Licensed & Insured", description: "Fully licensed electricians with comprehensive insurance coverage", bentoComponent: "reveal-icon", icon: CheckCircle, }, { - title: "Fast Response Times", - description: "Quick scheduling and same-day service for emergency electrical needs", - bentoComponent: "reveal-icon", - icon: Zap, + title: "Fast Response Times", description: "Quick scheduling and same-day service for emergency electrical needs", bentoComponent: "reveal-icon", icon: Zap, }, { - title: "Honest Pricing", - description: "Transparent quotes with no hidden fees or surprise charges", - bentoComponent: "reveal-icon", - icon: DollarSign, + title: "Honest Pricing", description: "Transparent quotes with no hidden fees or surprise charges", bentoComponent: "reveal-icon", icon: DollarSign, }, { - title: "Home Respectful", - description: "We treat your home like our own — clean work, professional conduct", - bentoComponent: "reveal-icon", - icon: Home, + title: "Home Respectful", description: "We treat your home like our own — clean work, professional conduct", bentoComponent: "reveal-icon", icon: Home, }, { - title: "Highly Rated Local", - description: "4.8-star rating from local customers who trust our work", - bentoComponent: "reveal-icon", - icon: Star, + title: "Highly Rated Local", description: "4.8-star rating from local customers who trust our work", bentoComponent: "reveal-icon", icon: Star, }, { - title: "Expert Team", - description: "Experienced electricians trained in latest codes and best practices", - bentoComponent: "reveal-icon", - icon: Users, + title: "Expert Team", description: "Experienced electricians trained in latest codes and best practices", bentoComponent: "reveal-icon", icon: Users, }, ]} /> @@ -204,41 +167,17 @@ export default function HomePage() { showRating={true} testimonials={[ { - id: "1", - name: "Joe Martinez", - handle: "@homeowner_tampa", - testimonial: "Joe and his guys are respectful of your home and are efficient and personable. Highly recommend!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-server-posing-with-confidence-with-arms-crossed-studio_482257-100166.jpg?_wi=1", - imageAlt: "customer portrait professional", - }, + id: "1", name: "Joe Martinez", handle: "@homeowner_tampa", testimonial: "Joe and his guys are respectful of your home and are efficient and personable. Highly recommend!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-server-posing-with-confidence-with-arms-crossed-studio_482257-100166.jpg?_wi=1", imageAlt: "customer portrait professional"}, { - id: "2", - name: "Sarah Johnson", - handle: "@sarahj_construction", - testimonial: "Jose Cruz responded quickly and solved our outlet repair issue right away. Best electrician in Tampa!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1", - imageAlt: "customer portrait homeowner", - }, + id: "2", name: "Sarah Johnson", handle: "@sarahj_construction", testimonial: "Jose Cruz responded quickly and solved our outlet repair issue right away. Best electrician in Tampa!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1", imageAlt: "customer portrait homeowner"}, { - id: "3", - name: "Michael Chen", - handle: "@landlord_tampabay", - testimonial: "Best priced electrician and excellent service. They came on time and finished early. Very professional.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", - imageAlt: "customer portrait satisfied", - }, + id: "3", name: "Michael Chen", handle: "@landlord_tampabay", testimonial: "Best priced electrician and excellent service. They came on time and finished early. Very professional.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "customer portrait satisfied"}, { - id: "4", - name: "Emily Rodriguez", - handle: "@property_manager", - testimonial: "Trusted them with multiple properties. Always reliable, professional, and get the job done right.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg?_wi=1", - imageAlt: "customer portrait business", - }, + id: "4", name: "Emily Rodriguez", handle: "@property_manager", testimonial: "Trusted them with multiple properties. Always reliable, professional, and get the job done right.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg?_wi=1", imageAlt: "customer portrait business"}, ]} /> @@ -253,25 +192,13 @@ export default function HomePage() { animationType="slide-up" faqs={[ { - id: "1", - title: "Do you offer emergency service?", - content: "Yes! We provide 24/7 emergency electrical service for urgent issues. Call us anytime for immediate assistance with power outages, electrical fires, or safety hazards.", - }, + id: "1", title: "Do you offer emergency service?", content: "Yes! We provide 24/7 emergency electrical service for urgent issues. Call us anytime for immediate assistance with power outages, electrical fires, or safety hazards."}, { - id: "2", - title: "How quickly can you respond?", - content: "We typically respond within 1-2 hours of your call. For emergencies, we prioritize same-day service. Call (813) 901-8185 to check availability.", - }, + id: "2", title: "How quickly can you respond?", content: "We typically respond within 1-2 hours of your call. For emergencies, we prioritize same-day service. Call (813) 901-8185 to check availability."}, { - id: "3", - title: "What areas do you serve?", - content: "We serve Tampa, Hillsborough County, and surrounding areas. We specialize in residential and small business electrical work throughout the region.", - }, + id: "3", title: "What areas do you serve?", content: "We serve Tampa, Hillsborough County, and surrounding areas. We specialize in residential and small business electrical work throughout the region."}, { - id: "4", - title: "Are you licensed and insured?", - content: "Yes, we are fully licensed electricians with comprehensive liability insurance. All work is performed to code and backed by our professional guarantee.", - }, + id: "4", title: "Are you licensed and insured?", content: "Yes, we are fully licensed electricians with comprehensive liability insurance. All work is performed to code and backed by our professional guarantee."}, ]} /> @@ -284,8 +211,7 @@ export default function HomePage() { copyrightText="© 2025 Electrical Handyman Service, Inc. | Tampa, FL 33634" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Services", href: "/services" }, { label: "Reviews", href: "/reviews" }, @@ -293,8 +219,7 @@ export default function HomePage() { ], }, { - title: "Service Areas", - items: [ + title: "Service Areas", items: [ { label: "Tampa, FL", href: "#" }, { label: "Hillsborough County", href: "#" }, { label: "Emergency Service", href: "tel:+18139018185" }, @@ -302,8 +227,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (813) 901-8185", href: "tel:+18139018185" }, { label: "7046 W Hillsborough Ave", href: "#" }, { label: "Licensed & Insured", href: "#" }, @@ -315,4 +239,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} From e96360fad32c323d1a5c01c99352ccd3fb9e7fe6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:10:49 +0000 Subject: [PATCH 4/5] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 52 ++++++++++------------------------------ 1 file changed, 13 insertions(+), 39 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 8d50ddc..2f6c128 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -32,6 +32,7 @@ export default function ReviewsPage() { brandName="Electrical Handyman" bottomLeftText="Licensed & Insured" bottomRightText="+1 813-901-8185" + navbarBackgroundStyle="solid" /> @@ -48,41 +49,17 @@ export default function ReviewsPage() { showRating={true} testimonials={[ { - id: "1", - name: "Joe Martinez", - handle: "@homeowner_tampa", - testimonial: "Joe and his guys are respectful of your home and are efficient and personable. Highly recommend! They fixed our outlet issue quickly and professionally.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-server-posing-with-confidence-with-arms-crossed-studio_482257-100166.jpg?_wi=2", - imageAlt: "customer portrait professional", - }, + id: "1", name: "Joe Martinez", handle: "@homeowner_tampa", testimonial: "Joe and his guys are respectful of your home and are efficient and personable. Highly recommend! They fixed our outlet issue quickly and professionally.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-server-posing-with-confidence-with-arms-crossed-studio_482257-100166.jpg?_wi=2", imageAlt: "customer portrait professional"}, { - id: "2", - name: "Sarah Johnson", - handle: "@sarahj_construction", - testimonial: "Jose Cruz responded quickly and solved our outlet repair issue right away. Best electrician in Tampa! We've used them for multiple projects and they never disappoint.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2", - imageAlt: "customer portrait homeowner", - }, + id: "2", name: "Sarah Johnson", handle: "@sarahj_construction", testimonial: "Jose Cruz responded quickly and solved our outlet repair issue right away. Best electrician in Tampa! We've used them for multiple projects and they never disappoint.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2", imageAlt: "customer portrait homeowner"}, { - id: "3", - name: "Michael Chen", - handle: "@landlord_tampabay", - testimonial: "Best priced electrician and excellent service. They came on time and finished early. Very professional and clean work. Will definitely call them again for our properties.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", - imageAlt: "customer portrait satisfied", - }, + id: "3", name: "Michael Chen", handle: "@landlord_tampabay", testimonial: "Best priced electrician and excellent service. They came on time and finished early. Very professional and clean work. Will definitely call them again for our properties.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "customer portrait satisfied"}, { - id: "4", - name: "Emily Rodriguez", - handle: "@property_manager", - testimonial: "Trusted them with multiple properties. Always reliable, professional, and get the job done right. Outstanding customer service every single time.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg?_wi=2", - imageAlt: "customer portrait business", - }, + id: "4", name: "Emily Rodriguez", handle: "@property_manager", testimonial: "Trusted them with multiple properties. Always reliable, professional, and get the job done right. Outstanding customer service every single time.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg?_wi=2", imageAlt: "customer portrait business"}, ]} /> @@ -95,8 +72,7 @@ export default function ReviewsPage() { copyrightText="© 2025 Electrical Handyman Service, Inc. | Tampa, FL 33634" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Services", href: "/services" }, { label: "Reviews", href: "/reviews" }, @@ -104,8 +80,7 @@ export default function ReviewsPage() { ], }, { - title: "Service Areas", - items: [ + title: "Service Areas", items: [ { label: "Tampa, FL", href: "#" }, { label: "Hillsborough County", href: "#" }, { label: "Emergency Service", href: "tel:+18139018185" }, @@ -113,8 +88,7 @@ export default function ReviewsPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (813) 901-8185", href: "tel:+18139018185" }, { label: "7046 W Hillsborough Ave", href: "#" }, { label: "Licensed & Insured", href: "#" }, @@ -126,4 +100,4 @@ export default function ReviewsPage() { ); -} \ No newline at end of file +} From af73cb8d3f813e084fd17dae18d13c659ef975c5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:10:50 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 42 ++++++++++----------------------------- 1 file changed, 11 insertions(+), 31 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index f37151b..a5e5106 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -32,6 +32,7 @@ export default function ServicesPage() { brandName="Electrical Handyman" bottomLeftText="Licensed & Insured" bottomRightText="+1 813-901-8185" + navbarBackgroundStyle="solid" /> @@ -46,22 +47,13 @@ export default function ServicesPage() { useInvertedBackground={false} features={[ { - title: "Emergency Electrical Repairs", - description: "Available 24/7 for urgent electrical issues including power outages, breaker trips, and safety hazards. Fast response and immediate solutions to get your home or business running safely again.", - bentoComponent: "reveal-icon", - icon: Zap, + title: "Emergency Electrical Repairs", description: "Available 24/7 for urgent electrical issues including power outages, breaker trips, and safety hazards. Fast response and immediate solutions to get your home or business running safely again.", bentoComponent: "reveal-icon", icon: Zap, }, { - title: "Outlet & Switch Installation", - description: "Expert installation of new outlets, switches, USB outlets, and smart switches throughout your property. We ensure proper placement, safe wiring, and full code compliance for all installations.", - bentoComponent: "reveal-icon", - icon: Power, + title: "Outlet & Switch Installation", description: "Expert installation of new outlets, switches, USB outlets, and smart switches throughout your property. We ensure proper placement, safe wiring, and full code compliance for all installations.", bentoComponent: "reveal-icon", icon: Power, }, { - title: "Circuit Breaker & Panel Service", - description: "Professional diagnosis, repair, and replacement of circuit breakers, electrical panels, and distribution systems. We specialize in outdated panel upgrades for improved safety and capacity.", - bentoComponent: "reveal-icon", - icon: Shield, + title: "Circuit Breaker & Panel Service", description: "Professional diagnosis, repair, and replacement of circuit breakers, electrical panels, and distribution systems. We specialize in outdated panel upgrades for improved safety and capacity.", bentoComponent: "reveal-icon", icon: Shield, }, ]} /> @@ -78,22 +70,13 @@ export default function ServicesPage() { useInvertedBackground={false} features={[ { - title: "Lighting Design & Installation", - description: "Professional lighting solutions for any space including indoor fixtures, outdoor lighting, recessed lighting, and decorative installations. We combine functionality with aesthetic appeal.", - bentoComponent: "reveal-icon", - icon: Lightbulb, + title: "Lighting Design & Installation", description: "Professional lighting solutions for any space including indoor fixtures, outdoor lighting, recessed lighting, and decorative installations. We combine functionality with aesthetic appeal.", bentoComponent: "reveal-icon", icon: Lightbulb, }, { - title: "Electrical System Upgrades", - description: "Modernize your electrical infrastructure with capacity upgrades, smart home wiring, dedicated circuits for appliances, and energy-efficient solutions designed for today's needs.", - bentoComponent: "reveal-icon", - icon: Cpu, + title: "Electrical System Upgrades", description: "Modernize your electrical infrastructure with capacity upgrades, smart home wiring, dedicated circuits for appliances, and energy-efficient solutions designed for today's needs.", bentoComponent: "reveal-icon", icon: Cpu, }, { - title: "Electrical Diagnostics & Troubleshooting", - description: "Comprehensive testing and diagnosis of electrical problems including circuit mapping, load analysis, fault detection, and detailed reports to identify and resolve complex issues.", - bentoComponent: "reveal-icon", - icon: SearchCheck, + title: "Electrical Diagnostics & Troubleshooting", description: "Comprehensive testing and diagnosis of electrical problems including circuit mapping, load analysis, fault detection, and detailed reports to identify and resolve complex issues.", bentoComponent: "reveal-icon", icon: SearchCheck, }, ]} /> @@ -107,8 +90,7 @@ export default function ServicesPage() { copyrightText="© 2025 Electrical Handyman Service, Inc. | Tampa, FL 33634" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Services", href: "/services" }, { label: "Reviews", href: "/reviews" }, @@ -116,8 +98,7 @@ export default function ServicesPage() { ], }, { - title: "Service Areas", - items: [ + title: "Service Areas", items: [ { label: "Tampa, FL", href: "#" }, { label: "Hillsborough County", href: "#" }, { label: "Emergency Service", href: "tel:+18139018185" }, @@ -125,8 +106,7 @@ export default function ServicesPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (813) 901-8185", href: "tel:+18139018185" }, { label: "7046 W Hillsborough Ave", href: "#" }, { label: "Licensed & Insured", href: "#" }, @@ -138,4 +118,4 @@ export default function ServicesPage() { ); -} \ No newline at end of file +}