Merge version_2 into main #2

Merged
bender merged 5 commits from version_2 into main 2026-03-06 07:10:54 +00:00
5 changed files with 70 additions and 218 deletions

View File

@@ -32,6 +32,7 @@ export default function ContactPage() {
brandName="Electrical Handyman"
bottomLeftText="Licensed & Insured"
bottomRightText="+1 813-901-8185"
navbarBackgroundStyle="solid"
/>
</div>
@@ -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."},
]}
/>
</div>
@@ -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() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -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({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -43,6 +43,7 @@ export default function HomePage() {
brandName="Electrical Handyman"
bottomLeftText="Licensed & Insured"
bottomRightText="+1 813-901-8185"
navbarBackgroundStyle="solid"
/>
</div>
@@ -76,9 +77,7 @@ export default function HomePage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content: "Electrical Handyman Service, Inc. has been helping Tampa homeowners with reliable electrical repairs and upgrades since day one. Our team focuses on safe work, honest pricing, and respectful service.",
},
type: "text", content: "Electrical Handyman Service, Inc. has been helping Tampa homeowners with reliable electrical repairs and upgrades since day one. Our team focuses on safe work, honest pricing, and respectful service."},
]}
useInvertedBackground={false}
buttons={[
@@ -101,40 +100,22 @@ export default function HomePage() {
useInvertedBackground={false}
features={[
{
title: "Electrical Repairs",
description: "Fast diagnosis and repair of power outages, faulty outlets, and circuit breaker issues",
bentoComponent: "reveal-icon",
icon: Zap,
title: "Electrical Repairs", description: "Fast diagnosis and repair of power outages, faulty outlets, and circuit breaker issues", bentoComponent: "reveal-icon", icon: Zap,
},
{
title: "Outlet & Switch Installation",
description: "Professional installation of new outlets, switches, and fixtures throughout your home",
bentoComponent: "reveal-icon",
icon: Power,
title: "Outlet & Switch Installation", description: "Professional installation of new outlets, switches, and fixtures throughout your home", bentoComponent: "reveal-icon", icon: Power,
},
{
title: "Circuit Breaker Service",
description: "Expert repair and replacement of circuit breakers, panels, and electrical upgrades",
bentoComponent: "reveal-icon",
icon: Shield,
title: "Circuit Breaker Service", description: "Expert repair and replacement of circuit breakers, panels, and electrical upgrades", bentoComponent: "reveal-icon", icon: Shield,
},
{
title: "Lighting Installation",
description: "Beautiful and functional lighting solutions for any room or space",
bentoComponent: "reveal-icon",
icon: Lightbulb,
title: "Lighting Installation", description: "Beautiful and functional lighting solutions for any room or space", bentoComponent: "reveal-icon", icon: Lightbulb,
},
{
title: "Panel Upgrades",
description: "Modernize your electrical system with safe, code-compliant panel upgrades",
bentoComponent: "reveal-icon",
icon: Cpu,
title: "Panel Upgrades", description: "Modernize your electrical system with safe, code-compliant panel upgrades", bentoComponent: "reveal-icon", icon: Cpu,
},
{
title: "Troubleshooting",
description: "Comprehensive electrical diagnostics to identify and solve any electrical problem",
bentoComponent: "reveal-icon",
icon: SearchCheck,
title: "Troubleshooting", description: "Comprehensive electrical diagnostics to identify and solve any electrical problem", bentoComponent: "reveal-icon", icon: SearchCheck,
},
]}
/>
@@ -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"},
]}
/>
</div>
@@ -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."},
]}
/>
</div>
@@ -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() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -32,6 +32,7 @@ export default function ReviewsPage() {
brandName="Electrical Handyman"
bottomLeftText="Licensed & Insured"
bottomRightText="+1 813-901-8185"
navbarBackgroundStyle="solid"
/>
</div>
@@ -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"},
]}
/>
</div>
@@ -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() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -32,6 +32,7 @@ export default function ServicesPage() {
brandName="Electrical Handyman"
bottomLeftText="Licensed & Insured"
bottomRightText="+1 813-901-8185"
navbarBackgroundStyle="solid"
/>
</div>
@@ -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() {
</div>
</ThemeProvider>
);
}
}