Update src/app/page.tsx

This commit is contained in:
2026-05-12 17:38:54 +00:00
parent 907d13102d
commit 1cd17f2ffb

View File

@@ -73,17 +73,17 @@ export default function LandingPage() {
carouselItems={[
{
id: "h1",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-security-guard-working_23-2148404002.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-security-guard-working_23-2148404002.jpg?_wi=1",
imageAlt: "professional security guard dark background",
},
{
id: "h2",
imageSrc: "http://img.b2bpic.net/free-photo/empty-military-drone-control-headquarters-employing-cctv-radar-footage_482257-89786.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-military-drone-control-headquarters-employing-cctv-radar-footage_482257-89786.jpg?_wi=1",
imageAlt: "digital security surveillance data",
},
{
id: "h3",
imageSrc: "http://img.b2bpic.net/free-photo/young-postal-worker-making-home-delivery-giving-package-senior-customer-front-gate_637285-2347.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-postal-worker-making-home-delivery-giving-package-senior-customer-front-gate_637285-2347.jpg?_wi=1",
imageAlt: "secure metal gate access control",
},
{
@@ -125,7 +125,7 @@ export default function LandingPage() {
imageAlt: "security guard greeting client",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-security-guard-working_23-2148404002.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-security-guard-working_23-2148404002.jpg?_wi=2",
imageAlt: "security guard greeting client",
},
{
@@ -142,7 +142,7 @@ export default function LandingPage() {
imageAlt: "monitoring surveillance station feed",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/empty-military-drone-control-headquarters-employing-cctv-radar-footage_482257-89786.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-military-drone-control-headquarters-employing-cctv-radar-footage_482257-89786.jpg?_wi=2",
imageAlt: "security guard greeting client",
},
{
@@ -159,7 +159,7 @@ export default function LandingPage() {
imageAlt: "electronic access gate LED",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/young-postal-worker-making-home-delivery-giving-package-senior-customer-front-gate_637285-2347.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-postal-worker-making-home-delivery-giving-package-senior-customer-front-gate_637285-2347.jpg?_wi=2",
imageAlt: "security guard greeting client",
},
]}