Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -25,7 +25,7 @@ export default function ContactPage() {
|
||||
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 ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Phone Support",
|
||||
description: "Call us at +1 (800) 123-4567 for immediate assistance from our logistics experts.",
|
||||
icon: Phone,
|
||||
title: "Phone Support", description: "Call us at +1 (800) 123-4567 for immediate assistance from our logistics experts.", icon: Phone,
|
||||
},
|
||||
{
|
||||
title: "Email Support",
|
||||
description: "Send your inquiries to support@logisticspro.com and receive a detailed response within 4 hours.",
|
||||
icon: Mail,
|
||||
title: "Email Support", description: "Send your inquiries to support@logisticspro.com and receive a detailed response within 4 hours.", icon: Mail,
|
||||
},
|
||||
{
|
||||
title: "24/7 Availability",
|
||||
description: "Our customer support team is available around the clock to address urgent logistics needs.",
|
||||
icon: Clock,
|
||||
title: "24/7 Availability", description: "Our customer support team is available around the clock to address urgent logistics needs.", icon: Clock,
|
||||
},
|
||||
{
|
||||
title: "Regional Offices",
|
||||
description: "Visit our offices in North America, Europe, and Asia for in-person consultations and support.",
|
||||
icon: CheckCircle,
|
||||
title: "Regional Offices", description: "Visit our offices in North America, Europe, and Asia for in-person consultations and support.", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-staff-printing-awb-tracking-numbers-tags-new-parcel-shipment-managing-airway_482257-136207.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-staff-printing-awb-tracking-numbers-tags-new-parcel-shipment-managing-airway_482257-136207.jpg"
|
||||
imageAlt="Customer support team"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -86,20 +78,11 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "<2hr",
|
||||
description: "Avg Response Time",
|
||||
},
|
||||
id: "1", value: "<2hr", description: "Avg Response Time"},
|
||||
{
|
||||
id: "2",
|
||||
value: "96%",
|
||||
description: "First-Contact Resolution",
|
||||
},
|
||||
id: "2", value: "96%", description: "First-Contact Resolution"},
|
||||
{
|
||||
id: "3",
|
||||
value: "4.9/5",
|
||||
description: "Satisfaction Rating",
|
||||
},
|
||||
id: "3", value: "4.9/5", description: "Satisfaction Rating"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="scale-rotate"
|
||||
|
||||
@@ -5,36 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const roboto = Roboto({
|
||||
variable: "--font-roboto",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-roboto", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "500", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "LogisticsPro - Enterprise Logistics & Supply Chain Solutions",
|
||||
description: "Transform your logistics with LogisticsPro. Real-time tracking, global shipping, and AI-powered optimization for seamless supply chain management.",
|
||||
keywords: "logistics, supply chain, shipping, tracking, warehousing, fulfillment, enterprise logistics",
|
||||
robots: {
|
||||
title: "LogisticsPro - Enterprise Logistics & Supply Chain Solutions", description: "Transform your logistics with LogisticsPro. Real-time tracking, global shipping, and AI-powered optimization for seamless supply chain management.", keywords: "logistics, supply chain, shipping, tracking, warehousing, fulfillment, enterprise logistics", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "LogisticsPro - Enterprise Logistics Solutions",
|
||||
description: "Optimize your supply chain with real-time tracking and global logistics expertise.",
|
||||
siteName: "LogisticsPro",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "LogisticsPro - Enterprise Logistics Solutions", description: "Optimize your supply chain with real-time tracking and global logistics expertise.", siteName: "LogisticsPro", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg",
|
||||
alt: "LogisticsPro Dashboard",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", alt: "LogisticsPro Dashboard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "LogisticsPro - Enterprise Logistics Solutions",
|
||||
description: "Transform your supply chain with our advanced logistics platform.",
|
||||
images: ["http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg"],
|
||||
card: "summary_large_image", title: "LogisticsPro - Enterprise Logistics Solutions", description: "Transform your supply chain with our advanced logistics platform.", images: ["http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
110
src/app/page.tsx
110
src/app/page.tsx
@@ -40,7 +40,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -57,8 +57,8 @@ export default function HomePage() {
|
||||
tag="Enterprise Logistics Solutions"
|
||||
tagIcon={Package}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=1"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg"
|
||||
imageAlt="Logistics dashboard with real-time tracking"
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "/contact" },
|
||||
@@ -79,27 +79,19 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "99.9% Uptime",
|
||||
description: "Enterprise-grade infrastructure ensuring your shipments are always tracked and on schedule.",
|
||||
icon: Shield,
|
||||
title: "99.9% Uptime", description: "Enterprise-grade infrastructure ensuring your shipments are always tracked and on schedule.", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Global Network",
|
||||
description: "Operations in 150+ countries with local expertise and 24/7 support.",
|
||||
icon: Globe,
|
||||
title: "Global Network", description: "Operations in 150+ countries with local expertise and 24/7 support.", icon: Globe,
|
||||
},
|
||||
{
|
||||
title: "Real-Time Visibility",
|
||||
description: "Track every package in real-time with our advanced GPS and IoT integrations.",
|
||||
icon: Eye,
|
||||
title: "Real-Time Visibility", description: "Track every package in real-time with our advanced GPS and IoT integrations.", icon: Eye,
|
||||
},
|
||||
{
|
||||
title: "Cost Optimization",
|
||||
description: "AI-powered routing algorithms reduce delivery costs by up to 30%.",
|
||||
icon: TrendingDown,
|
||||
title: "Cost Optimization", description: "AI-powered routing algorithms reduce delivery costs by up to 30%.", icon: TrendingDown,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-staff-printing-awb-tracking-numbers-tags-new-parcel-shipment-managing-airway_482257-136207.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-staff-printing-awb-tracking-numbers-tags-new-parcel-shipment-managing-airway_482257-136207.jpg"
|
||||
imageAlt="Logistics operations center"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -120,32 +112,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "International Shipping",
|
||||
description: "Seamless cross-border logistics with customs clearance and documentation handled by our experts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-international-trade_23-2149164061.jpg?_wi=1",
|
||||
imageAlt: "International shipping service",
|
||||
},
|
||||
title: "International Shipping", description: "Seamless cross-border logistics with customs clearance and documentation handled by our experts.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-international-trade_23-2149164061.jpg", imageAlt: "International shipping service"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Warehouse Management",
|
||||
description: "State-of-the-art facilities with inventory management, packaging, and fulfillment services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-business-employees-preparing-products-boxes-local-delivery_482257-132083.jpg?_wi=1",
|
||||
imageAlt: "Warehouse management facility",
|
||||
},
|
||||
title: "Warehouse Management", description: "State-of-the-art facilities with inventory management, packaging, and fulfillment services.", imageSrc: "http://img.b2bpic.net/free-photo/home-business-employees-preparing-products-boxes-local-delivery_482257-132083.jpg", imageAlt: "Warehouse management facility"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Last-Mile Delivery",
|
||||
description: "Efficient final-mile solutions ensuring timely and safe delivery to your customers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people_23-2149103420.jpg?_wi=1",
|
||||
imageAlt: "Last-mile delivery service",
|
||||
},
|
||||
title: "Last-Mile Delivery", description: "Efficient final-mile solutions ensuring timely and safe delivery to your customers.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people_23-2149103420.jpg", imageAlt: "Last-mile delivery service"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Cold Chain Logistics",
|
||||
description: "Temperature-controlled shipping for pharmaceuticals, food, and perishable goods.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-hand-protective-rubber-gloves-opening-fridge-with-frozen-food-supermarket_342744-1144.jpg",
|
||||
imageAlt: "Cold chain logistics",
|
||||
},
|
||||
title: "Cold Chain Logistics", description: "Temperature-controlled shipping for pharmaceuticals, food, and perishable goods.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-hand-protective-rubber-gloves-opening-fridge-with-frozen-food-supermarket_342744-1144.jpg", imageAlt: "Cold chain logistics"},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
buttons={[{ text: "Explore Services", href: "/services" }]}
|
||||
@@ -164,25 +140,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "2.5M+",
|
||||
description: "Shipments Delivered Annually",
|
||||
},
|
||||
id: "1", value: "2.5M+", description: "Shipments Delivered Annually"},
|
||||
{
|
||||
id: "2",
|
||||
value: "98.7%",
|
||||
description: "On-Time Delivery Rate",
|
||||
},
|
||||
id: "2", value: "98.7%", description: "On-Time Delivery Rate"},
|
||||
{
|
||||
id: "3",
|
||||
value: "150+",
|
||||
description: "Countries & Territories Served",
|
||||
},
|
||||
id: "3", value: "150+", description: "Countries & Territories Served"},
|
||||
{
|
||||
id: "4",
|
||||
value: "24/7",
|
||||
description: "Customer Support Available",
|
||||
},
|
||||
id: "4", value: "24/7", description: "Customer Support Available"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="scale-rotate"
|
||||
@@ -198,29 +162,17 @@ export default function HomePage() {
|
||||
author="Sarah Chen, Operations Director at TechFlow Industries"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
alt: "Sarah Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Sarah Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
alt: "Team member 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Team member 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg",
|
||||
alt: "Team member 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg", alt: "Team member 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
alt: "Team member 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Team member 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
alt: "Team member 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Team member 5"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
|
||||
alt: "Team member 6",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "Team member 6"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -238,23 +190,9 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechFlow Industries",
|
||||
"Global Retail Corp",
|
||||
"FastTrack Commerce",
|
||||
"Summit Manufacturing",
|
||||
"CloudConnect Solutions",
|
||||
"NexGen Pharmaceuticals",
|
||||
"EcoShip Ventures",
|
||||
]}
|
||||
"TechFlow Industries", "Global Retail Corp", "FastTrack Commerce", "Summit Manufacturing", "CloudConnect Solutions", "NexGen Pharmaceuticals", "EcoShip Ventures"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148220592.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-shop-local-collection_23-2149575775.jpg",
|
||||
"http://img.b2bpic.net/free-vector/delivery-logo-template-with-gradient-effect_23-2147882328.jpg",
|
||||
"http://img.b2bpic.net/free-vector/mechanical-engineering-logo-design_23-2150074711.jpg",
|
||||
"http://img.b2bpic.net/free-vector/technological-logo-with-clouds_1071-107.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hospital-logo-template_23-2150529397.jpg",
|
||||
"http://img.b2bpic.net/free-photo/eco-friendly-recycling-concept_23-2148737663.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148220592.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-shop-local-collection_23-2149575775.jpg", "http://img.b2bpic.net/free-vector/delivery-logo-template-with-gradient-effect_23-2147882328.jpg", "http://img.b2bpic.net/free-vector/mechanical-engineering-logo-design_23-2150074711.jpg", "http://img.b2bpic.net/free-vector/technological-logo-with-clouds_1071-107.jpg", "http://img.b2bpic.net/free-vector/hospital-logo-template_23-2150529397.jpg", "http://img.b2bpic.net/free-photo/eco-friendly-recycling-concept_23-2148737663.jpg"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
buttons={[{ text: "See Case Studies", href: "#" }]}
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function ServicesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -47,25 +47,13 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Express Freight Forwarding",
|
||||
description: "Fast and reliable international freight services with guaranteed delivery windows and full tracking capabilities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-international-trade_23-2149164061.jpg?_wi=2",
|
||||
imageAlt: "Express freight forwarding",
|
||||
},
|
||||
title: "Express Freight Forwarding", description: "Fast and reliable international freight services with guaranteed delivery windows and full tracking capabilities.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-international-trade_23-2149164061.jpg", imageAlt: "Express freight forwarding"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Inventory Management Solutions",
|
||||
description: "Automated warehouse management systems with real-time inventory tracking and smart replenishment strategies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-business-employees-preparing-products-boxes-local-delivery_482257-132083.jpg?_wi=2",
|
||||
imageAlt: "Inventory management",
|
||||
},
|
||||
title: "Inventory Management Solutions", description: "Automated warehouse management systems with real-time inventory tracking and smart replenishment strategies.", imageSrc: "http://img.b2bpic.net/free-photo/home-business-employees-preparing-products-boxes-local-delivery_482257-132083.jpg", imageAlt: "Inventory management"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Same-Day Local Delivery",
|
||||
description: "Urgent local deliveries with real-time driver tracking and customer notifications for maximum transparency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people_23-2149103420.jpg?_wi=2",
|
||||
imageAlt: "Same-day delivery",
|
||||
},
|
||||
title: "Same-Day Local Delivery", description: "Urgent local deliveries with real-time driver tracking and customer notifications for maximum transparency.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people_23-2149103420.jpg", imageAlt: "Same-day delivery"},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
buttons={[{ text: "Request Quote", href: "/contact" }]}
|
||||
@@ -84,20 +72,11 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "99.2%",
|
||||
description: "Service Reliability",
|
||||
},
|
||||
id: "1", value: "99.2%", description: "Service Reliability"},
|
||||
{
|
||||
id: "2",
|
||||
value: "4.8/5.0",
|
||||
description: "Customer Rating",
|
||||
},
|
||||
id: "2", value: "4.8/5.0", description: "Customer Rating"},
|
||||
{
|
||||
id: "3",
|
||||
value: "2hr avg",
|
||||
description: "Response Time",
|
||||
},
|
||||
id: "3", value: "2hr avg", description: "Response Time"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="scale-rotate"
|
||||
|
||||
@@ -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