From e7499047dbfdca6d89faeabf265ae4e222d1d551 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 07:18:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d2debf..14ca789 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,10 +129,10 @@ export default function LandingPage() { tagIcon={Award} tagAnimation="slide-up" metrics={[ - { "id": "metric-customers", "value": "5,000+", "title": "Satisfied Customers", "description": "Across 25+ countries" }, - { "id": "metric-pieces", "value": "10,000+", "title": "Pieces Created", "description": "Since 2010" }, - { "id": "metric-artisans", "value": "50+", "title": "Master Artisans", "description": "Dedicated craftspeople" }, - { "id": "metric-years", "value": "14+", "title": "Years of Excellence", "description": "Trusted heritage" } + { "id": "metric-customers", "value": "5,000+", "title": "Satisfied Customers", "description": "Across 25+ countries", "imageSrc": "http://img.b2bpic.net/free-photo/woman-s-hand-holding-red-chinese-zen-balls-beads-bracelet_23-2148083173.jpg", "imageAlt": "satisfied customers" }, + { "id": "metric-pieces", "value": "10,000+", "title": "Pieces Created", "description": "Since 2010", "imageSrc": "http://img.b2bpic.net/free-photo/assortment-dry-tea-golden-vintage-mini-plates-tea-types_114579-7706.jpg", "imageAlt": "pieces created" }, + { "id": "metric-artisans", "value": "50+", "title": "Master Artisans", "description": "Dedicated craftspeople", "imageSrc": "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg", "imageAlt": "master artisans" }, + { "id": "metric-years", "value": "14+", "title": "Years of Excellence", "description": "Trusted heritage", "imageSrc": "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", "imageAlt": "years of excellence" } ]} animationType="slide-up" textboxLayout="default"