diff --git a/src/app/page.tsx b/src/app/page.tsx index cb70403..669f455 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,9 +58,9 @@ export default function LandingPage() { useInvertedBackground={false} 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" /> @@ -138,6 +138,8 @@ export default function LandingPage() { tag="Get in touch" title="Need a Quote?" description="Reach out to Sam's Trading for bulk orders or partnership inquiries." + background={{ variant: "plain" }} + useInvertedBackground={false} />