Update src/app/services/page.tsx

This commit is contained in:
2026-03-06 07:10:50 +00:00
parent e96360fad3
commit af73cb8d3f

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>
);
}
}