24 Commits

Author SHA1 Message Date
3303b94c7b Merge version_2 into main
Merge version_2 into main
2026-03-06 08:20:05 +00:00
a84e975dfa Update theme colors 2026-03-06 08:19:59 +00:00
9797330ec8 Merge version_2 into main
Merge version_2 into main
2026-03-06 08:19:27 +00:00
6a420045aa Update theme colors 2026-03-06 08:19:21 +00:00
461775732f Merge version_2 into main
Merge version_2 into main
2026-03-06 08:15:22 +00:00
aba8e85b81 Update theme colors 2026-03-06 08:15:16 +00:00
35c42ea8fc Merge version_2 into main
Merge version_2 into main
2026-03-06 08:14:53 +00:00
9c67e296c5 Update theme colors 2026-03-06 08:14:47 +00:00
924b982801 Merge version_2 into main
Merge version_2 into main
2026-03-06 08:14:06 +00:00
b0e5fbcd73 Update theme colors 2026-03-06 08:14:00 +00:00
cbcae785fe Merge version_2 into main
Merge version_2 into main
2026-03-06 08:13:53 +00:00
bc3e89cbb2 Update theme colors 2026-03-06 08:13:47 +00:00
a50e128bf0 Merge version_2 into main
Merge version_2 into main
2026-03-06 07:12:40 +00:00
8083b81323 Update src/app/services/page.tsx 2026-03-06 07:12:36 +00:00
72be94d20f Update src/app/reviews/page.tsx 2026-03-06 07:12:36 +00:00
0e3c4f8b9c Update src/app/page.tsx 2026-03-06 07:12:35 +00:00
4f6f87e20c Update src/app/contact/page.tsx 2026-03-06 07:12:35 +00:00
ddf5b00067 Merge version_2 into main
Merge version_2 into main
2026-03-06 07:10:54 +00:00
af73cb8d3f Update src/app/services/page.tsx 2026-03-06 07:10:50 +00:00
e96360fad3 Update src/app/reviews/page.tsx 2026-03-06 07:10:49 +00:00
e34ee8c5ba Update src/app/page.tsx 2026-03-06 07:10:49 +00:00
f5961c4e91 Update src/app/layout.tsx 2026-03-06 07:10:48 +00:00
7cc837ba85 Update src/app/contact/page.tsx 2026-03-06 07:10:48 +00:00
e74556c2fe Merge version_1 into main
Merge version_1 into main
2026-03-06 07:04:08 +00:00
6 changed files with 74 additions and 226 deletions

View File

@@ -45,25 +45,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 +64,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 +72,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 +80,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 +92,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

@@ -76,9 +76,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 +99,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 +132,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 +166,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 +191,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 +210,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 +218,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 +226,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 +238,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -48,41 +48,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 +71,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 +79,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 +87,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 +99,4 @@ export default function ReviewsPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -46,22 +46,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 +69,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 +89,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 +97,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 +105,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 +117,4 @@ export default function ServicesPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--primary-cta-text: #f5f5f5;
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);