From ef8641c4627a71adc17e7d1492f56d2157f896a5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 02:03:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6fe350..cf24baa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,13 +178,13 @@ export default function LandingPage() { textboxLayout="default" metrics={[ { - id: "step-1", title: "Drop Off Your Item", subtitle: "Visit our workshop with your footwear or leather goods.", category: "Step", value: "01"}, + id: "step-1", title: "Start Your Repair Online", subtitle: "Start your restoration journey easily through our digital portal.", category: "Step", value: "01"}, { - id: "step-2", title: "Expert Evaluation", subtitle: "Our craftsmen assess the damage and propose solutions.", category: "Step", value: "02"}, + id: "step-2", title: "Ship or Drop Off", subtitle: "Send your footwear or leather goods to our workshop.", category: "Step", value: "02"}, { id: "step-3", title: "Precision Craftsmanship", subtitle: "Dedicated care and traditional techniques are applied.", category: "Step", value: "03"}, { - id: "step-4", title: "Pickup Like New", subtitle: "Collect your restored item, feeling and looking brand new.", category: "Step", value: "04"}, + id: "step-4", title: "Pickup or Delivery", subtitle: "Receive your restored item, feeling and looking brand new.", category: "Step", value: "04"}, ]} title="Our Process" description="Experience the meticulous journey your items take from worn to renewed, handled with expertise at every stage." -- 2.49.1