Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-06 23:49:35 +00:00

View File

@@ -59,45 +59,45 @@ export default function LandingPage() {
description="Fast, professional, and local electrician ready to solve your electrical problems today. Licensed and insured for your peace of mind."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-wearing-mask_23-2148815621.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-wearing-mask_23-2148815621.jpg?_wi=1",
imageAlt: "Professional electrical work 1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg?_wi=1",
imageAlt: "Professional electrical work 2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg?_wi=1",
imageAlt: "Professional electrical work 3",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businesswoman-her-own-cafe-manager-standing-near-entrance-inviting-you_1258-198995.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businesswoman-her-own-cafe-manager-standing-near-entrance-inviting-you_1258-198995.jpg?_wi=1",
imageAlt: "Professional electrical work 4",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/content-man-enjoying-phone-conversation_23-2147689121.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/content-man-enjoying-phone-conversation_23-2147689121.jpg?_wi=1",
imageAlt: "Professional electrical work 5",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/indoor-view-multiracial-students-write-registration-documents-training-course_273609-44233.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-view-multiracial-students-write-registration-documents-training-course_273609-44233.jpg?_wi=1",
imageAlt: "Quality local electrical work 1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-wearing-mask_23-2148815621.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-wearing-mask_23-2148815621.jpg?_wi=2",
imageAlt: "Quality local electrical work 2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg?_wi=2",
imageAlt: "Quality local electrical work 3",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg?_wi=2",
imageAlt: "Quality local electrical work 4",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businesswoman-her-own-cafe-manager-standing-near-entrance-inviting-you_1258-198995.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businesswoman-her-own-cafe-manager-standing-near-entrance-inviting-you_1258-198995.jpg?_wi=2",
imageAlt: "Quality local electrical work 5",
},
]}
@@ -169,31 +169,31 @@ export default function LandingPage() {
{
title: "Electrical Repairs",
description: "Quick troubleshooting and repairs for all home electrical systems.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-wearing-mask_23-2148815621.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-wearing-mask_23-2148815621.jpg?_wi=3",
imageAlt: "Electrical Repairs",
},
{
title: "Wiring & Infrastructure",
description: "Complete rewiring and infrastructure updates for safe, modern homes.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-wearing-mask_23-2148815621.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-wearing-mask_23-2148815621.jpg?_wi=4",
imageAlt: "Wiring Services",
},
{
title: "Lighting Installation",
description: "Indoor and outdoor lighting design and installation for your property.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-wearing-mask_23-2148815621.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-wearing-mask_23-2148815621.jpg?_wi=5",
imageAlt: "Lighting Services",
},
{
title: "Pool Lighting",
description: "Professional underwater and landscape pool lighting installation.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-wearing-mask_23-2148815621.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-wearing-mask_23-2148815621.jpg?_wi=6",
imageAlt: "Pool Lighting",
},
{
title: "Emergency Services",
description: "Fast response for urgent electrical issues in Southampton area.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-wearing-mask_23-2148815621.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-wearing-mask_23-2148815621.jpg?_wi=7",
imageAlt: "Emergency Services",
},
]}
@@ -253,7 +253,7 @@ export default function LandingPage() {
handle: "Southampton Homeowner",
testimonial: "Fast response and solved my wiring issue immediately. Very professional!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg?_wi=3",
},
{
id: "2",
@@ -261,7 +261,7 @@ export default function LandingPage() {
handle: "Pool Owner",
testimonial: "Excellent pool lighting installation. Looks amazing at night.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg?_wi=3",
},
{
id: "3",
@@ -269,7 +269,7 @@ export default function LandingPage() {
handle: "Local Resident",
testimonial: "Reliable and honest pricing. Highly recommend Big Wave Electric.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businesswoman-her-own-cafe-manager-standing-near-entrance-inviting-you_1258-198995.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businesswoman-her-own-cafe-manager-standing-near-entrance-inviting-you_1258-198995.jpg?_wi=3",
},
{
id: "4",
@@ -277,7 +277,7 @@ export default function LandingPage() {
handle: "Small Biz Owner",
testimonial: "On time, clean, and knowledgeable. Great local service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-man-enjoying-phone-conversation_23-2147689121.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/content-man-enjoying-phone-conversation_23-2147689121.jpg?_wi=2",
},
{
id: "5",
@@ -285,7 +285,7 @@ export default function LandingPage() {
handle: "Homeowner",
testimonial: "Fantastic experience. Will definitely use them again for lighting.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indoor-view-multiracial-students-write-registration-documents-training-course_273609-44233.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-view-multiracial-students-write-registration-documents-training-course_273609-44233.jpg?_wi=2",
},
]}
showRating={true}