Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-17 19:21:14 +00:00

View File

@@ -53,10 +53,10 @@ export default function LandingPage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-mobile-phone-while-using-digital-tablet-kitchen_107420-84983.jpg", imageAlt: "Professional electrician working on electrical panel"
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-mobile-phone-while-using-digital-tablet-kitchen_107420-84983.jpg?_wi=1", imageAlt: "Professional electrician working on electrical panel"
},
{
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-15090.jpg", imageAlt: "Residential electrical wiring installation"
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-15090.jpg?_wi=1", imageAlt: "Residential electrical wiring installation"
},
{
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397545.jpg", imageAlt: "Commercial electrical system installation"
@@ -65,10 +65,10 @@ export default function LandingPage() {
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-fuses_169016-52975.jpg", imageAlt: "Emergency electrician repair call"
},
{
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-mobile-phone-while-using-digital-tablet-kitchen_107420-84983.jpg", imageAlt: "Electrician performing diagnostic testing"
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-mobile-phone-while-using-digital-tablet-kitchen_107420-84983.jpg?_wi=2", imageAlt: "Electrician performing diagnostic testing"
},
{
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-15090.jpg", imageAlt: "Electrical panel upgrade and maintenance"
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-15090.jpg?_wi=2", imageAlt: "Electrical panel upgrade and maintenance"
}
]}
autoPlay={true}