Update src/app/page.tsx

This commit is contained in:
2026-06-03 18:05:03 +00:00
parent 54ad5548c2
commit 8e51fd8bf7

View File

@@ -66,27 +66,27 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/server-cabinets-preserving-critical-datasets-required-artificial-intelligence_482257-124539.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/server-cabinets-preserving-critical-datasets-required-artificial-intelligence_482257-124539.jpg?_wi=1",
imageAlt: "Industrial electrical panel",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174368.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174368.jpg?_wi=1",
imageAlt: "Electrical wiring diagram",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/different-electrical-tools-wooden-background-flat-lay_169016-24604.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/different-electrical-tools-wooden-background-flat-lay_169016-24604.jpg?_wi=1",
imageAlt: "Electrician working on residential fuse box",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/road-with-powerlines-wind-turbines-sunset_169016-68414.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/road-with-powerlines-wind-turbines-sunset_169016-68414.jpg?_wi=1",
imageAlt: "Industrial power plant generator",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-choose-case-his-smartphone-south-asian-peoples-technologies-concept-cellphone-shop_627829-1286.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-choose-case-his-smartphone-south-asian-peoples-technologies-concept-cellphone-shop_627829-1286.jpg?_wi=1",
imageAlt: "Electrical equipment showroom",
},
{
@@ -130,7 +130,7 @@ export default function LandingPage() {
description: "Designed to protect motors and improve performance and longevity.",
bentoComponent: "reveal-icon",
icon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/server-cabinets-preserving-critical-datasets-required-artificial-intelligence_482257-124539.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/server-cabinets-preserving-critical-datasets-required-artificial-intelligence_482257-124539.jpg?_wi=2",
imageAlt: "User provided image",
},
{
@@ -138,7 +138,7 @@ export default function LandingPage() {
description: "Reliable and robust power distribution systems for industrial use.",
bentoComponent: "reveal-icon",
icon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174368.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174368.jpg?_wi=2",
imageAlt: "User provided image",
},
{
@@ -146,7 +146,7 @@ export default function LandingPage() {
description: "Seamless switching between primary and backup power sources.",
bentoComponent: "reveal-icon",
icon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/different-electrical-tools-wooden-background-flat-lay_169016-24604.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/different-electrical-tools-wooden-background-flat-lay_169016-24604.jpg?_wi=2",
imageAlt: "User provided image",
},
{
@@ -154,7 +154,7 @@ export default function LandingPage() {
description: "Improve energy efficiency and significantly reduce electricity costs.",
bentoComponent: "reveal-icon",
icon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/road-with-powerlines-wind-turbines-sunset_169016-68414.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/road-with-powerlines-wind-turbines-sunset_169016-68414.jpg?_wi=2",
imageAlt: "User provided image",
},
{
@@ -162,7 +162,7 @@ export default function LandingPage() {
description: "Smart and efficient control solutions for water and industrial pumps.",
bentoComponent: "reveal-icon",
icon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-choose-case-his-smartphone-south-asian-peoples-technologies-concept-cellphone-shop_627829-1286.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-choose-case-his-smartphone-south-asian-peoples-technologies-concept-cellphone-shop_627829-1286.jpg?_wi=2",
imageAlt: "User provided image",
},
]}