Update src/app/track-order/page.tsx

This commit is contained in:
2026-03-20 23:15:26 +00:00
parent 94990917a5
commit df612e87a5

View File

@@ -98,7 +98,7 @@ export default function TrackOrderPage() {
handle: "@realtime",
testimonial: "See your shipment update in real-time as it moves through our logistics network.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-16497.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-16497.jpg?_wi=5",
imageAlt: "Real-time order tracking",
},
{
@@ -106,7 +106,7 @@ export default function TrackOrderPage() {
handle: "@updates",
testimonial: "Get instant alerts when your order is picked, packed, shipped, and out for delivery.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=3",
imageAlt: "Warehouse operations",
},
{
@@ -114,14 +114,14 @@ export default function TrackOrderPage() {
handle: "@visibility",
testimonial: "Complete transparency on shipping costs, estimated delivery, and current location.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-psd/realistic-blue-cargo-ship-with-containers-global-logistics-trade_84443-69357.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/realistic-blue-cargo-ship-with-containers-global-logistics-trade_84443-69357.jpg?_wi=2",
imageAlt: "Shipping logistics",
},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-16497.jpg"
imageSrc="http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-16497.jpg?_wi=6"
imageAlt="Order tracking dashboard"
imagePosition="right"
fixedMediaHeight={true}
@@ -144,7 +144,7 @@ export default function TrackOrderPage() {
title: "Find Your Tracking ID",
subtitle: "Located in confirmation email",
description: "Check your order confirmation email for the unique tracking ID. You can also find it in your account dashboard under 'My Orders'.",
imageSrc: "http://img.b2bpic.net/free-photo/subscribe-newsletter-advertising-register-member-concept_53876-125132.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/subscribe-newsletter-advertising-register-member-concept_53876-125132.jpg?_wi=3",
imageAlt: "Email confirmation",
buttons: [],
},
@@ -154,7 +154,7 @@ export default function TrackOrderPage() {
title: "Enter Tracking ID",
subtitle: "Use our tracking tool",
description: "Go to our Track Order page, enter your tracking ID, and hit search. Your shipment details appear instantly.",
imageSrc: "http://img.b2bpic.net/free-photo/contactless-cashless-payment-through-qr-code-mobile-banking_53876-101160.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contactless-cashless-payment-through-qr-code-mobile-banking_53876-101160.jpg?_wi=2",
imageAlt: "Search interface",
buttons: [],
},
@@ -164,7 +164,7 @@ export default function TrackOrderPage() {
title: "Monitor Progress",
subtitle: "Real-time updates",
description: "Watch your order move through each stage: picked, packed, shipped, in transit, and out for delivery.",
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-16497.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-16497.jpg?_wi=7",
imageAlt: "Progress tracking",
buttons: [],
},
@@ -174,7 +174,7 @@ export default function TrackOrderPage() {
title: "Receive Delivery",
subtitle: "Estimated time shown",
description: "Get notified when your package is out for delivery and when it's been successfully delivered.",
imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=4",
imageAlt: "Final delivery",
buttons: [],
},