From edfd46bf21b7c95f18bdc7f1d5be4d7f49769767 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 23:46:53 +0000 Subject: [PATCH] Update src/app/track-order/page.tsx --- src/app/track-order/page.tsx | 84 +++++++++--------------------------- 1 file changed, 21 insertions(+), 63 deletions(-) diff --git a/src/app/track-order/page.tsx b/src/app/track-order/page.tsx index 5d7d1f1..73fe962 100644 --- a/src/app/track-order/page.tsx +++ b/src/app/track-order/page.tsx @@ -26,25 +26,15 @@ export default function LandingPage() { @@ -56,9 +46,7 @@ export default function LandingPage() { title="Track Your Malavida Order" buttons={[ { - text: "Go to Tracking Portal", - href: "#", - onClick: "() => alert('Redirecting to external tracking service...')", + text: "Go to Tracking Portal", href: "#", onClick: () => alert('Redirecting to external tracking service...'), props: {}, }, ]} @@ -73,20 +61,11 @@ export default function LandingPage() { tag="Reliable Delivery" metrics={[ { - id: "1", - value: "99.8%", - description: "On-Time Deliveries", - }, + id: "1", value: "99.8%", description: "On-Time Deliveries"}, { - id: "2", - value: "2-5", - description: "Days Average Shipping", - }, + id: "2", value: "2-5", description: "Days Average Shipping"}, { - id: "3", - value: "Global", - description: "Shipping Coverage", - }, + id: "3", value: "Global", description: "Shipping Coverage"}, ]} metricsAnimation="slide-up" /> @@ -96,54 +75,33 @@ export default function LandingPage() {