Update src/app/tracking/page.tsx
This commit is contained in:
@@ -25,7 +25,7 @@ export default function TrackingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -46,27 +46,19 @@ export default function TrackingPage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Live GPS Tracking",
|
||||
description: "Real-time location updates with precision accuracy within 50 meters of actual position.",
|
||||
icon: MapPin,
|
||||
title: "Live GPS Tracking", description: "Real-time location updates with precision accuracy within 50 meters of actual position.", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Instant Notifications",
|
||||
description: "Automated alerts for pickup, in-transit status, delays, and delivery confirmation.",
|
||||
icon: AlertCircle,
|
||||
title: "Instant Notifications", description: "Automated alerts for pickup, in-transit status, delays, and delivery confirmation.", icon: AlertCircle,
|
||||
},
|
||||
{
|
||||
title: "Historical Analytics",
|
||||
description: "Access detailed delivery history, patterns, and performance insights for optimization.",
|
||||
icon: CheckCircle,
|
||||
title: "Historical Analytics", description: "Access detailed delivery history, patterns, and performance insights for optimization.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Multi-Shipment Dashboard",
|
||||
description: "Monitor multiple shipments simultaneously with customizable filters and priority sorting.",
|
||||
icon: Eye,
|
||||
title: "Multi-Shipment Dashboard", description: "Monitor multiple shipments simultaneously with customizable filters and priority sorting.", icon: Eye,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg"
|
||||
imageAlt="Real-time tracking dashboard"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -86,20 +78,11 @@ export default function TrackingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "50m",
|
||||
description: "GPS Accuracy Range",
|
||||
},
|
||||
id: "1", value: "50m", description: "GPS Accuracy Range"},
|
||||
{
|
||||
id: "2",
|
||||
value: "<5sec",
|
||||
description: "Update Frequency",
|
||||
},
|
||||
id: "2", value: "<5sec", description: "Update Frequency"},
|
||||
{
|
||||
id: "3",
|
||||
value: "99.99%",
|
||||
description: "System Uptime",
|
||||
},
|
||||
id: "3", value: "99.99%", description: "System Uptime"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="scale-rotate"
|
||||
|
||||
Reference in New Issue
Block a user