Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user