From 198b040bdc628f6c16b7fca9423b5c4142e9ad1e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 21:28:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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} /> -- 2.49.1