From a22bc2aba86debd44dd26c41b5baa6642967c276 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 21:44:23 +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 23a987c..3cd7791 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,8 +130,8 @@ export default function HomePage() { tag="Our Mission" tagIcon={Target} tagAnimation="slide-up" - title="Trusted by 5000+ customers globally: We believe authentic luxury should be accessible to everyone. Our mission is to curate the finest products and deliver them with exceptional customer service, building trust one transaction at a time." - titleClassName="text-base sm:text-lg md:text-xl font-semibold text-primary-cta mb-4 inline-block" + title="Trusted by 5000+ customers globally. Authentic luxury should be accessible to everyone." + titleClassName="text-base sm:text-2xl md:text-4xl lg:text-5xl font-semibold text-primary-cta mb-4 inline-block" useInvertedBackground={false} buttons={[ { text: "Explore Our Story", href: "/about" }, -- 2.49.1