From be06116bb92816d7988406029c7218c829773db9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 09:54:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9b5e01..ce7b7d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,7 +174,7 @@ export default function LandingPage() { metrics={[ { id: "m1", icon: Award, - title: "Years of Craft", value: "15+"}, + title: "Crafting Since", value: "2021"}, { id: "m2", icon: Sparkles, title: "Custom Designs", value: "Limitless"}, @@ -183,7 +183,7 @@ export default function LandingPage() { title: "Client Satisfaction", value: "99%"}, ]} title="The Art of Numbers: Our Commitment to Excellence" - description="Our studio thrives on delivering not just paint, but perfection. These numbers reflect our dedication to quality, customer satisfaction, and unique artistry." + description="Our studio is built on more than paint—it’s built on precision, craftsmanship, and detail. These numbers reflect our commitment to quality, client trust, and one-of-one artistry." /> -- 2.49.1