From 0a0b7d644592ebb0c380474069c55059714590cb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:41:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4efad8f..d607381 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,7 +149,7 @@ export default function LandingPage() { title="We believe beautiful design and exceptional quality go hand in hand. Every product we curate meets our rigorous standards for craftsmanship, sustainability, and value." useInvertedBackground={true} buttons={[ - { text: "Learn Our Story", href: "about" }, + { text: "Shop with Confidence", href: "products" }, { text: "Our Values", href: "about" } ]} buttonAnimation="slide-up" -- 2.49.1