Update src/app/page.tsx
This commit is contained in:
@@ -58,9 +58,9 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
title="Serving Across Borders"
|
||||
metrics={[
|
||||
{ id: "m1", icon: MapPin, label: "Regional Presence", value: "2 Countries" },
|
||||
{ id: "m2", icon: Truck, label: "Supply Capacity", value: "10000+ Tons" },
|
||||
{ id: "m3", icon: Award, label: "Customer Satisfaction", value: "99%" }
|
||||
{ icon: MapPin, label: "Regional Presence", value: "2 Countries" },
|
||||
{ icon: Truck, label: "Supply Capacity", value: "10000+ Tons" },
|
||||
{ icon: Award, label: "Customer Satisfaction", value: "99%" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user