diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 4d3cdb5..7f941b0 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -45,92 +45,68 @@ export default function ServicesPage() { tagIcon={Zap} features={[ { - title: "Panel Upgrades & Breaker Replacement", - description: "Safe, code-compliant electrical panel upgrades and repairs", - icon: Lightbulb, + title: "Panel Upgrades & Breaker Replacement", description: "Safe, code-compliant electrical panel upgrades and repairs", icon: Lightbulb, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-room-cable-connection-electrical-system-installation_169016-68225.jpg?_wi=2", - imageAlt: "Electrical panel upgrade in progress" + imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-room-cable-connection-electrical-system-installation_169016-68225.jpg", imageAlt: "Electrical panel upgrade in progress" }, { - imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23482.jpg?_wi=2", - imageAlt: "Modern electrical panel installation" + imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23482.jpg", imageAlt: "Modern electrical panel installation" } ] }, { - title: "Lighting Installation", - description: "Indoor & outdoor lighting design and installation", - icon: Sun, + title: "Lighting Installation", description: "Indoor & outdoor lighting design and installation", icon: Sun, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg?_wi=2", - imageAlt: "Modern interior lighting installation" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg", imageAlt: "Modern interior lighting installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg?_wi=2", - imageAlt: "Outdoor lighting installation" + imageSrc: "http://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg", imageAlt: "Outdoor lighting installation" } ] }, { - title: "Electrical Troubleshooting & Repairs", - description: "Fast diagnosis and repair of electrical issues", - icon: Wrench, + title: "Electrical Troubleshooting & Repairs", description: "Fast diagnosis and repair of electrical issues", icon: Wrench, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg?_wi=3", - imageAlt: "Electrician diagnosing electrical problem" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg", imageAlt: "Electrician diagnosing electrical problem" }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg?_wi=4", - imageAlt: "Professional electrical repair work" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg", imageAlt: "Professional electrical repair work" } ] }, { - title: "EV Charger Installation", - description: "Home electric vehicle charging station setup & installation", - icon: Zap, + title: "EV Charger Installation", description: "Home electric vehicle charging station setup & installation", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg?_wi=2", - imageAlt: "EV charger installation at home" + imageSrc: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg", imageAlt: "EV charger installation at home" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house_1303-17808.jpg?_wi=2", - imageAlt: "Modern EV charging station" + imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house_1303-17808.jpg", imageAlt: "Modern EV charging station" } ] }, { - title: "Outlets, Switches & Ceiling Fans", - description: "Installation and replacement of outlets, switches, and ceiling fans", - icon: Home, + title: "Outlets, Switches & Ceiling Fans", description: "Installation and replacement of outlets, switches, and ceiling fans", icon: Home, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/light-switch-block-white-wall-modern-apartment-light-control_169016-69630.jpg", - imageAlt: "Modern outlet installation" + imageSrc: "http://img.b2bpic.net/free-photo/light-switch-block-white-wall-modern-apartment-light-control_169016-69630.jpg", imageAlt: "Modern outlet installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-decorative-lamps_23-2148164736.jpg", - imageAlt: "Ceiling fan installation" + imageSrc: "http://img.b2bpic.net/free-photo/modern-decorative-lamps_23-2148164736.jpg", imageAlt: "Ceiling fan installation" } ] }, { - title: "New Construction & Remodel Wiring", - description: "Complete wiring for new builds and renovation projects", - icon: Home, + title: "New Construction & Remodel Wiring", description: "Complete wiring for new builds and renovation projects", icon: Home, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/electrician-hard-hat-looks-wall-while-holding-electric-cable_169016-12103.jpg", - imageAlt: "New construction wiring installation" + imageSrc: "http://img.b2bpic.net/free-photo/electrician-hard-hat-looks-wall-while-holding-electric-cable_169016-12103.jpg", imageAlt: "New construction wiring installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/electrician-hard-hat-looks-wall-while-holding-electric-cable_169016-12106.jpg", - imageAlt: "Remodel electrical wiring" + imageSrc: "http://img.b2bpic.net/free-photo/electrician-hard-hat-looks-wall-while-holding-electric-cable_169016-12106.jpg", imageAlt: "Remodel electrical wiring" } ] } @@ -150,47 +126,35 @@ export default function ServicesPage() { tagIcon={CheckCircle} features={[ { - title: "Request Estimate", - description: "Contact us by phone, text, or email to describe your electrical needs", - icon: MessageCircle, + title: "Request Estimate", description: "Contact us by phone, text, or email to describe your electrical needs", icon: MessageCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-online-connect_1421-103.jpg", - imageAlt: "Contact form on device" + imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-online-connect_1421-103.jpg", imageAlt: "Contact form on device" }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-female-manager-has-conversation-with-male-colleague_273609-5014.jpg", - imageAlt: "Phone call consultation" + imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-female-manager-has-conversation-with-male-colleague_273609-5014.jpg", imageAlt: "Phone call consultation" } ] }, { - title: "Schedule Service", - description: "We'll confirm your appointment with fast, flexible scheduling", - icon: Calendar, + title: "Schedule Service", description: "We'll confirm your appointment with fast, flexible scheduling", icon: Calendar, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/task-management-app-interface_23-2148655618.jpg", - imageAlt: "Calendar scheduling interface" + imageSrc: "http://img.b2bpic.net/free-vector/task-management-app-interface_23-2148655618.jpg", imageAlt: "Calendar scheduling interface" }, { - imageSrc: "http://img.b2bpic.net/free-photo/schedule-time-management-planner-concept_53876-121130.jpg", - imageAlt: "Appointment confirmation" + imageSrc: "http://img.b2bpic.net/free-photo/schedule-time-management-planner-concept_53876-121130.jpg", imageAlt: "Appointment confirmation" } ] }, { - title: "Complete & Walkthrough", - description: "Expert work completed on time, with full walkthrough and warranty info", - icon: CheckCircle, + title: "Complete & Walkthrough", description: "Expert work completed on time, with full walkthrough and warranty info", icon: CheckCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53936.jpg", - imageAlt: "Completed electrical work" + imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53936.jpg", imageAlt: "Completed electrical work" }, { - imageSrc: "http://img.b2bpic.net/free-photo/factory-engineer-team-worker-unifrom-are-walking-through-industrial-machinery-manufacturing-facilitieswarehouse-factory-background_609648-706.jpg", - imageAlt: "Final inspection walkthrough" + imageSrc: "http://img.b2bpic.net/free-photo/factory-engineer-team-worker-unifrom-are-walking-through-industrial-machinery-manufacturing-facilitieswarehouse-factory-background_609648-706.jpg", imageAlt: "Final inspection walkthrough" } ] } @@ -211,33 +175,26 @@ export default function ServicesPage() { animationType="slide-up" faqs={[ { - id: "1", - title: "What types of electrical work do you do?", - content: "We handle all residential and light commercial electrical work including panel upgrades, lighting installation, EV chargers, troubleshooting, repairs, outlets, switches, ceiling fans, and new construction wiring." + id: "1", title: "What types of electrical work do you do?", content: "We handle all residential and light commercial electrical work including panel upgrades, lighting installation, EV chargers, troubleshooting, repairs, outlets, switches, ceiling fans, and new construction wiring." }, { - id: "2", - title: "Are you licensed and insured?", - content: "Yes. Stemple Electric is fully licensed, insured, and bonded to perform all electrical work in Wyoming. We carry comprehensive liability coverage and workers compensation insurance." + id: "2", title: "Are you licensed and insured?", content: "Yes. Stemple Electric is fully licensed, insured, and bonded to perform all electrical work in Wyoming. We carry comprehensive liability coverage and workers compensation insurance." }, { - id: "3", - title: "Do you offer emergency services?", - content: "We offer same-day service for urgent electrical issues. Call or text for availability on emergency work. Some after-hours rates may apply." + id: "3", title: "Do you offer emergency services?", content: "We offer same-day service for urgent electrical issues. Call or text for availability on emergency work. Some after-hours rates may apply." } ]} />