diff --git a/src/app/page.tsx b/src/app/page.tsx index 5060d23..3f11eff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,9 +115,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { icon: BarChart, value: "10,000+" }, - { icon: Users, value: "50,000+" }, - { icon: Zap, value: "99%" }, + { id: "m1", title: "Active Users", value: "10,000+", description: "Satisfied customers", imageSrc: "http://img.b2bpic.net/free-photo/abstract_1122-1861.jpg" }, + { id: "m2", title: "Global Reach", value: "50,000+", description: "Deliveries completed", imageSrc: "http://img.b2bpic.net/free-photo/abstract_1122-1861.jpg" }, + { id: "m3", title: "Satisfaction", value: "99%", description: "Positive feedback", imageSrc: "http://img.b2bpic.net/free-photo/abstract_1122-1861.jpg" }, ]} title="Our Impact" description="Measuring the smiles we deliver every single day."