Update src/app/page.tsx

This commit is contained in:
2026-05-30 03:21:57 +00:00
parent c8854c9a45
commit 921e99d01f

View File

@@ -89,15 +89,15 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-box-working-delivery-service_23-2147767516.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-box-working-delivery-service_23-2147767516.jpg?_wi=1",
imageAlt: "Bus with parcels ready for delivery",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/storehouse-order-picker-wheelchair-doing-order-fulfillment-taking-cardboard-box-from-coworker-hands-asian-man-with-disability-managing-postal-service-operations-industrial-warehouse_482257-71299.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/storehouse-order-picker-wheelchair-doing-order-fulfillment-taking-cardboard-box-from-coworker-hands-asian-man-with-disability-managing-postal-service-operations-industrial-warehouse_482257-71299.jpg?_wi=1",
imageAlt: "Team loading parcels onto a bus",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/senior-sitting-outdoors-with-laptop_23-2148346194.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-sitting-outdoors-with-laptop_23-2148346194.jpg?_wi=1",
imageAlt: "Digital tracking interface for parcels",
},
{
@@ -174,7 +174,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-box-working-delivery-service_23-2147767516.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-box-working-delivery-service_23-2147767516.jpg?_wi=2",
imageAlt: "bus terminal with digital display information",
},
{
@@ -199,7 +199,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/storehouse-order-picker-wheelchair-doing-order-fulfillment-taking-cardboard-box-from-coworker-hands-asian-man-with-disability-managing-postal-service-operations-industrial-warehouse_482257-71299.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/storehouse-order-picker-wheelchair-doing-order-fulfillment-taking-cardboard-box-from-coworker-hands-asian-man-with-disability-managing-postal-service-operations-industrial-warehouse_482257-71299.jpg?_wi=2",
imageAlt: "bus terminal with digital display information",
},
{
@@ -224,7 +224,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/senior-sitting-outdoors-with-laptop_23-2148346194.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-sitting-outdoors-with-laptop_23-2148346194.jpg?_wi=2",
imageAlt: "bus terminal with digital display information",
},
]}