Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 18:46:10 +00:00

View File

@@ -52,12 +52,12 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg", imageAlt: "Luxury home with premium electrical work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/voltage-switchboard-with-circuit-breakers-close-up_169016-16567.jpg", imageAlt: "Modern electrical panel upgrade" },
{ imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", imageAlt: "Professional lighting installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23790.jpg", imageAlt: "Expert electrical troubleshooting" },
{ imageSrc: "http://img.b2bpic.net/free-vector/person-controlling-smart-home-with-tablet_1284-54597.jpg", imageAlt: "Smart home electrical circuits" },
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-hard-hat-looks-wall-while-holding-electric-cable_169016-12103.jpg", imageAlt: "Clean organized home wiring" }
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg?_wi=1", imageAlt: "Luxury home with premium electrical work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/voltage-switchboard-with-circuit-breakers-close-up_169016-16567.jpg?_wi=1", imageAlt: "Modern electrical panel upgrade" },
{ imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1", imageAlt: "Professional lighting installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23790.jpg?_wi=1", imageAlt: "Expert electrical troubleshooting" },
{ imageSrc: "http://img.b2bpic.net/free-vector/person-controlling-smart-home-with-tablet_1284-54597.jpg?_wi=1", imageAlt: "Smart home electrical circuits" },
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-hard-hat-looks-wall-while-holding-electric-cable_169016-12103.jpg?_wi=1", imageAlt: "Clean organized home wiring" }
]}
ariaLabel="Hero section showcasing Pioneer Valley Electric services"
/>
@@ -99,7 +99,7 @@ export default function LandingPage() {
<FeatureCardTen
features={[
{
id: "1", title: "Electrical Panel Upgrades", description: "Modernize your system for safety, capacity, and future expansion. Our panel upgrades ensure your home is ready for today's electrical demands.", media: { imageSrc: "http://img.b2bpic.net/free-photo/voltage-switchboard-with-circuit-breakers-close-up_169016-16567.jpg", imageAlt: "Panel upgrade installation" },
id: "1", title: "Electrical Panel Upgrades", description: "Modernize your system for safety, capacity, and future expansion. Our panel upgrades ensure your home is ready for today's electrical demands.", media: { imageSrc: "http://img.b2bpic.net/free-photo/voltage-switchboard-with-circuit-breakers-close-up_169016-16567.jpg?_wi=2", imageAlt: "Panel upgrade installation" },
items: [
{ icon: CheckCircle, text: "Safety & capacity improvements" },
{ icon: CheckCircle, text: "Future-ready for expansion" },
@@ -108,7 +108,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "2", title: "Home Wiring & Rewiring", description: "Clean, organized, code-compliant installations for new construction or complete home rewiring projects.", media: { imageSrc: "http://img.b2bpic.net/free-photo/electrician-hard-hat-looks-wall-while-holding-electric-cable_169016-12103.jpg", imageAlt: "Professional home wiring" },
id: "2", title: "Home Wiring & Rewiring", description: "Clean, organized, code-compliant installations for new construction or complete home rewiring projects.", media: { imageSrc: "http://img.b2bpic.net/free-photo/electrician-hard-hat-looks-wall-while-holding-electric-cable_169016-12103.jpg?_wi=2", imageAlt: "Professional home wiring" },
items: [
{ icon: CheckCircle, text: "Clean & organized routing" },
{ icon: CheckCircle, text: "Fully code-compliant" },
@@ -117,7 +117,7 @@ export default function LandingPage() {
reverse: true
},
{
id: "3", title: "Lighting Installation", description: "Interior, exterior, recessed, and accent lighting solutions that enhance your home's functionality and aesthetics.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", imageAlt: "Professional lighting installation" },
id: "3", title: "Lighting Installation", description: "Interior, exterior, recessed, and accent lighting solutions that enhance your home's functionality and aesthetics.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=2", imageAlt: "Professional lighting installation" },
items: [
{ icon: CheckCircle, text: "Interior & exterior options" },
{ icon: CheckCircle, text: "Recessed & accent lighting" },
@@ -143,7 +143,7 @@ export default function LandingPage() {
<FeatureCardTen
features={[
{
id: "1", title: "Expert Troubleshooting", description: "Clear answers. Honest solutions. When electrical issues arise, we diagnose the root cause and recommend the best fix.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23790.jpg", imageAlt: "Electrical troubleshooting work" },
id: "1", title: "Expert Troubleshooting", description: "Clear answers. Honest solutions. When electrical issues arise, we diagnose the root cause and recommend the best fix.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23790.jpg?_wi=2", imageAlt: "Electrical troubleshooting work" },
items: [
{ icon: CheckCircle, text: "Transparent diagnostics" },
{ icon: CheckCircle, text: "Honest recommendations" },
@@ -152,7 +152,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "2", title: "Smart Home & Appliance Circuits", description: "Dedicated lines for modern living. We install dedicated circuits for high-demand appliances and smart home systems.", media: { imageSrc: "http://img.b2bpic.net/free-vector/person-controlling-smart-home-with-tablet_1284-54597.jpg", imageAlt: "Smart home electrical circuits" },
id: "2", title: "Smart Home & Appliance Circuits", description: "Dedicated lines for modern living. We install dedicated circuits for high-demand appliances and smart home systems.", media: { imageSrc: "http://img.b2bpic.net/free-vector/person-controlling-smart-home-with-tablet_1284-54597.jpg?_wi=2", imageAlt: "Smart home electrical circuits" },
items: [
{ icon: CheckCircle, text: "Dedicated appliance circuits" },
{ icon: CheckCircle, text: "Smart home ready" },
@@ -174,13 +174,13 @@ export default function LandingPage() {
<TestimonialCardSix
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "Homeowner, Amherst", testimonial: "The new electric panel makes all the difference. Thank you for the suggested upgrade — it changed our entire plan for the better.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Sarah Johnson"
id: "1", name: "Sarah Johnson", handle: "Homeowner, Amherst", testimonial: "The new electric panel makes all the difference. Thank you for the suggested upgrade — it changed our entire plan for the better.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", handle: "Homeowner, Northampton", testimonial: "Very professional and willing to answer every question about the project and details of the work. Thank you Dave and Mary.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emily Rodriguez", handle: "Homeowner, South Hadley", testimonial: "It's refreshing to work with such a well-run company. They left everything cleaner than they found it. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Emily Rodriguez"
id: "3", name: "Emily Rodriguez", handle: "Homeowner, South Hadley", testimonial: "It's refreshing to work with such a well-run company. They left everything cleaner than they found it. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "David Kim", handle: "Homeowner, Hadley", testimonial: "Professional, transparent, and genuinely caring about getting the job right. We'll definitely use them again.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "David Kim"
@@ -207,7 +207,7 @@ export default function LandingPage() {
<FeatureCardTen
features={[
{
id: "1", title: "Consultation & Evaluation", description: "We start by understanding your needs, assessing your current electrical system, and identifying any issues or upgrade opportunities.", media: { imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg", imageAlt: "Consultation meeting" },
id: "1", title: "Consultation & Evaluation", description: "We start by understanding your needs, assessing your current electrical system, and identifying any issues or upgrade opportunities.", media: { imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg?_wi=2", imageAlt: "Consultation meeting" },
items: [
{ icon: CheckCircle, text: "Free assessment" },
{ icon: CheckCircle, text: "Clear explanation of findings" }
@@ -215,7 +215,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "2", title: "Clear Estimate & Recommendations", description: "You'll receive a transparent, detailed estimate with honest recommendations for upgrades that make sense for your home.", media: { imageSrc: "http://img.b2bpic.net/free-photo/voltage-switchboard-with-circuit-breakers-close-up_169016-16567.jpg", imageAlt: "Project estimate" },
id: "2", title: "Clear Estimate & Recommendations", description: "You'll receive a transparent, detailed estimate with honest recommendations for upgrades that make sense for your home.", media: { imageSrc: "http://img.b2bpic.net/free-photo/voltage-switchboard-with-circuit-breakers-close-up_169016-16567.jpg?_wi=3", imageAlt: "Project estimate" },
items: [
{ icon: CheckCircle, text: "No hidden fees" },
{ icon: CheckCircle, text: "Smart upgrade suggestions" }
@@ -223,7 +223,7 @@ export default function LandingPage() {
reverse: true
},
{
id: "3", title: "Precision Installation", description: "Our skilled electricians execute your project with care, following all codes and keeping you updated throughout.", media: { imageSrc: "http://img.b2bpic.net/free-photo/electrician-hard-hat-looks-wall-while-holding-electric-cable_169016-12103.jpg", imageAlt: "Professional installation work" },
id: "3", title: "Precision Installation", description: "Our skilled electricians execute your project with care, following all codes and keeping you updated throughout.", media: { imageSrc: "http://img.b2bpic.net/free-photo/electrician-hard-hat-looks-wall-while-holding-electric-cable_169016-12103.jpg?_wi=3", imageAlt: "Professional installation work" },
items: [
{ icon: CheckCircle, text: "Code-compliant work" },
{ icon: CheckCircle, text: "Minimal disruption" }
@@ -231,7 +231,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "4", title: "Final Walkthrough & Guarantee", description: "We walk through the completed work with you, answer any questions, and ensure your 100% satisfaction.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", imageAlt: "Final walkthrough inspection" },
id: "4", title: "Final Walkthrough & Guarantee", description: "We walk through the completed work with you, answer any questions, and ensure your 100% satisfaction.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=3", imageAlt: "Final walkthrough inspection" },
items: [
{ icon: CheckCircle, text: "Full explanation of work" },
{ icon: CheckCircle, text: "Satisfaction guarantee" }