Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3303b94c7b | |||
| a84e975dfa | |||
| 9797330ec8 | |||
| 6a420045aa | |||
| 461775732f | |||
| aba8e85b81 | |||
| 35c42ea8fc | |||
| 9c67e296c5 | |||
| 924b982801 | |||
| b0e5fbcd73 | |||
| cbcae785fe | |||
| bc3e89cbb2 | |||
| a50e128bf0 | |||
| 8083b81323 | |||
| 72be94d20f | |||
| 0e3c4f8b9c | |||
| 4f6f87e20c | |||
| ddf5b00067 | |||
| af73cb8d3f | |||
| e96360fad3 | |||
| e34ee8c5ba | |||
| f5961c4e91 | |||
| 7cc837ba85 | |||
| e74556c2fe |
@@ -45,25 +45,13 @@ export default function ContactPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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>
|
</div>
|
||||||
@@ -76,8 +64,7 @@ export default function ContactPage() {
|
|||||||
copyrightText="© 2025 Electrical Handyman Service, Inc. | Tampa, FL 33634"
|
copyrightText="© 2025 Electrical Handyman Service, Inc. | Tampa, FL 33634"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/" },
|
{ label: "About Us", href: "/" },
|
||||||
{ label: "Services", href: "/services" },
|
{ label: "Services", href: "/services" },
|
||||||
{ label: "Reviews", href: "/reviews" },
|
{ label: "Reviews", href: "/reviews" },
|
||||||
@@ -85,8 +72,7 @@ export default function ContactPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Service Areas",
|
title: "Service Areas", items: [
|
||||||
items: [
|
|
||||||
{ label: "Tampa, FL", href: "#" },
|
{ label: "Tampa, FL", href: "#" },
|
||||||
{ label: "Hillsborough County", href: "#" },
|
{ label: "Hillsborough County", href: "#" },
|
||||||
{ label: "Emergency Service", href: "tel:+18139018185" },
|
{ label: "Emergency Service", href: "tel:+18139018185" },
|
||||||
@@ -94,8 +80,7 @@ export default function ContactPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{ label: "Call: (813) 901-8185", href: "tel:+18139018185" },
|
{ label: "Call: (813) 901-8185", href: "tel:+18139018185" },
|
||||||
{ label: "7046 W Hillsborough Ave", href: "#" },
|
{ label: "7046 W Hillsborough Ave", href: "#" },
|
||||||
{ label: "Licensed & Insured", href: "#" },
|
{ label: "Licensed & Insured", href: "#" },
|
||||||
@@ -107,4 +92,4 @@ export default function ContactPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,37 +7,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const halant = Halant({
|
const halant = Halant({
|
||||||
variable: "--font-halant",
|
variable: "--font-halant", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
weight: ["300", "400", "500", "600", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const roboto = Roboto({
|
const roboto = Roboto({
|
||||||
variable: "--font-roboto",
|
variable: "--font-roboto", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["100", "300", "400", "500", "700", "900"],
|
weight: ["100", "300", "400", "500", "700", "900"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Trusted Local Electrician Tampa FL | Fast Repairs",
|
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"),
|
||||||
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: {
|
alternates: {
|
||||||
canonical: "https://electricalhs.com",
|
canonical: "https://electricalhs.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Electrical Handyman Service - Tampa's Trusted Local Electrician",
|
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"},
|
||||||
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: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
@@ -1428,4 +1416,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
135
src/app/page.tsx
135
src/app/page.tsx
@@ -76,9 +76,7 @@ export default function HomePage() {
|
|||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
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."},
|
||||||
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}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -101,40 +99,22 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Electrical Repairs",
|
title: "Electrical Repairs", description: "Fast diagnosis and repair of power outages, faulty outlets, and circuit breaker issues", bentoComponent: "reveal-icon", icon: Zap,
|
||||||
description: "Fast diagnosis and repair of power outages, faulty outlets, and circuit breaker issues",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Zap,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Outlet & Switch Installation",
|
title: "Outlet & Switch Installation", description: "Professional installation of new outlets, switches, and fixtures throughout your home", bentoComponent: "reveal-icon", icon: Power,
|
||||||
description: "Professional installation of new outlets, switches, and fixtures throughout your home",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Power,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Circuit Breaker Service",
|
title: "Circuit Breaker Service", description: "Expert repair and replacement of circuit breakers, panels, and electrical upgrades", bentoComponent: "reveal-icon", icon: Shield,
|
||||||
description: "Expert repair and replacement of circuit breakers, panels, and electrical upgrades",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Shield,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Lighting Installation",
|
title: "Lighting Installation", description: "Beautiful and functional lighting solutions for any room or space", bentoComponent: "reveal-icon", icon: Lightbulb,
|
||||||
description: "Beautiful and functional lighting solutions for any room or space",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Lightbulb,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Panel Upgrades",
|
title: "Panel Upgrades", description: "Modernize your electrical system with safe, code-compliant panel upgrades", bentoComponent: "reveal-icon", icon: Cpu,
|
||||||
description: "Modernize your electrical system with safe, code-compliant panel upgrades",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Cpu,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Troubleshooting",
|
title: "Troubleshooting", description: "Comprehensive electrical diagnostics to identify and solve any electrical problem", bentoComponent: "reveal-icon", icon: SearchCheck,
|
||||||
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}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Licensed & Insured",
|
title: "Licensed & Insured", description: "Fully licensed electricians with comprehensive insurance coverage", bentoComponent: "reveal-icon", icon: CheckCircle,
|
||||||
description: "Fully licensed electricians with comprehensive insurance coverage",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: CheckCircle,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Fast Response Times",
|
title: "Fast Response Times", description: "Quick scheduling and same-day service for emergency electrical needs", bentoComponent: "reveal-icon", icon: Zap,
|
||||||
description: "Quick scheduling and same-day service for emergency electrical needs",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Zap,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Honest Pricing",
|
title: "Honest Pricing", description: "Transparent quotes with no hidden fees or surprise charges", bentoComponent: "reveal-icon", icon: DollarSign,
|
||||||
description: "Transparent quotes with no hidden fees or surprise charges",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: DollarSign,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Home Respectful",
|
title: "Home Respectful", description: "We treat your home like our own — clean work, professional conduct", bentoComponent: "reveal-icon", icon: Home,
|
||||||
description: "We treat your home like our own — clean work, professional conduct",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Home,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Highly Rated Local",
|
title: "Highly Rated Local", description: "4.8-star rating from local customers who trust our work", bentoComponent: "reveal-icon", icon: Star,
|
||||||
description: "4.8-star rating from local customers who trust our work",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Expert Team",
|
title: "Expert Team", description: "Experienced electricians trained in latest codes and best practices", bentoComponent: "reveal-icon", icon: Users,
|
||||||
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}
|
showRating={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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,
|
||||||
name: "Joe Martinez",
|
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"},
|
||||||
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",
|
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,
|
||||||
name: "Sarah Johnson",
|
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"},
|
||||||
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",
|
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,
|
||||||
name: "Michael Chen",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "customer portrait satisfied"},
|
||||||
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",
|
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,
|
||||||
name: "Emily Rodriguez",
|
imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg?_wi=1", imageAlt: "customer portrait business"},
|
||||||
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>
|
</div>
|
||||||
@@ -253,25 +191,13 @@ export default function HomePage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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>
|
</div>
|
||||||
@@ -284,8 +210,7 @@ export default function HomePage() {
|
|||||||
copyrightText="© 2025 Electrical Handyman Service, Inc. | Tampa, FL 33634"
|
copyrightText="© 2025 Electrical Handyman Service, Inc. | Tampa, FL 33634"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/" },
|
{ label: "About Us", href: "/" },
|
||||||
{ label: "Services", href: "/services" },
|
{ label: "Services", href: "/services" },
|
||||||
{ label: "Reviews", href: "/reviews" },
|
{ label: "Reviews", href: "/reviews" },
|
||||||
@@ -293,8 +218,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Service Areas",
|
title: "Service Areas", items: [
|
||||||
items: [
|
|
||||||
{ label: "Tampa, FL", href: "#" },
|
{ label: "Tampa, FL", href: "#" },
|
||||||
{ label: "Hillsborough County", href: "#" },
|
{ label: "Hillsborough County", href: "#" },
|
||||||
{ label: "Emergency Service", href: "tel:+18139018185" },
|
{ label: "Emergency Service", href: "tel:+18139018185" },
|
||||||
@@ -302,8 +226,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{ label: "Call: (813) 901-8185", href: "tel:+18139018185" },
|
{ label: "Call: (813) 901-8185", href: "tel:+18139018185" },
|
||||||
{ label: "7046 W Hillsborough Ave", href: "#" },
|
{ label: "7046 W Hillsborough Ave", href: "#" },
|
||||||
{ label: "Licensed & Insured", href: "#" },
|
{ label: "Licensed & Insured", href: "#" },
|
||||||
@@ -315,4 +238,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,41 +48,17 @@ export default function ReviewsPage() {
|
|||||||
showRating={true}
|
showRating={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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,
|
||||||
name: "Joe Martinez",
|
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"},
|
||||||
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",
|
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,
|
||||||
name: "Sarah Johnson",
|
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"},
|
||||||
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",
|
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,
|
||||||
name: "Michael Chen",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "customer portrait satisfied"},
|
||||||
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",
|
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,
|
||||||
name: "Emily Rodriguez",
|
imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg?_wi=2", imageAlt: "customer portrait business"},
|
||||||
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>
|
</div>
|
||||||
@@ -95,8 +71,7 @@ export default function ReviewsPage() {
|
|||||||
copyrightText="© 2025 Electrical Handyman Service, Inc. | Tampa, FL 33634"
|
copyrightText="© 2025 Electrical Handyman Service, Inc. | Tampa, FL 33634"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/" },
|
{ label: "About Us", href: "/" },
|
||||||
{ label: "Services", href: "/services" },
|
{ label: "Services", href: "/services" },
|
||||||
{ label: "Reviews", href: "/reviews" },
|
{ label: "Reviews", href: "/reviews" },
|
||||||
@@ -104,8 +79,7 @@ export default function ReviewsPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Service Areas",
|
title: "Service Areas", items: [
|
||||||
items: [
|
|
||||||
{ label: "Tampa, FL", href: "#" },
|
{ label: "Tampa, FL", href: "#" },
|
||||||
{ label: "Hillsborough County", href: "#" },
|
{ label: "Hillsborough County", href: "#" },
|
||||||
{ label: "Emergency Service", href: "tel:+18139018185" },
|
{ label: "Emergency Service", href: "tel:+18139018185" },
|
||||||
@@ -113,8 +87,7 @@ export default function ReviewsPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{ label: "Call: (813) 901-8185", href: "tel:+18139018185" },
|
{ label: "Call: (813) 901-8185", href: "tel:+18139018185" },
|
||||||
{ label: "7046 W Hillsborough Ave", href: "#" },
|
{ label: "7046 W Hillsborough Ave", href: "#" },
|
||||||
{ label: "Licensed & Insured", href: "#" },
|
{ label: "Licensed & Insured", href: "#" },
|
||||||
@@ -126,4 +99,4 @@ export default function ReviewsPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -46,22 +46,13 @@ export default function ServicesPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Emergency Electrical Repairs",
|
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,
|
||||||
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",
|
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,
|
||||||
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",
|
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,
|
||||||
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}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Lighting Design & Installation",
|
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,
|
||||||
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",
|
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,
|
||||||
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",
|
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,
|
||||||
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"
|
copyrightText="© 2025 Electrical Handyman Service, Inc. | Tampa, FL 33634"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/" },
|
{ label: "About Us", href: "/" },
|
||||||
{ label: "Services", href: "/services" },
|
{ label: "Services", href: "/services" },
|
||||||
{ label: "Reviews", href: "/reviews" },
|
{ label: "Reviews", href: "/reviews" },
|
||||||
@@ -116,8 +97,7 @@ export default function ServicesPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Service Areas",
|
title: "Service Areas", items: [
|
||||||
items: [
|
|
||||||
{ label: "Tampa, FL", href: "#" },
|
{ label: "Tampa, FL", href: "#" },
|
||||||
{ label: "Hillsborough County", href: "#" },
|
{ label: "Hillsborough County", href: "#" },
|
||||||
{ label: "Emergency Service", href: "tel:+18139018185" },
|
{ label: "Emergency Service", href: "tel:+18139018185" },
|
||||||
@@ -125,8 +105,7 @@ export default function ServicesPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{ label: "Call: (813) 901-8185", href: "tel:+18139018185" },
|
{ label: "Call: (813) 901-8185", href: "tel:+18139018185" },
|
||||||
{ label: "7046 W Hillsborough Ave", href: "#" },
|
{ label: "7046 W Hillsborough Ave", href: "#" },
|
||||||
{ label: "Licensed & Insured", href: "#" },
|
{ label: "Licensed & Insured", href: "#" },
|
||||||
@@ -138,4 +117,4 @@ export default function ServicesPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f5f5;
|
--background: #f5faff;
|
||||||
--card: #ffffff;
|
--card: #f1f8ff;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #001122;
|
||||||
--primary-cta: #1f514c;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #f5faff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #001122;
|
||||||
--accent: #159c49;
|
--accent: #a8cce8;
|
||||||
--background-accent: #a8e8ba;
|
--background-accent: #7ba3cf;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user