From 5871c317df5fbd6376c64831d5d40779c0272513 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:50:07 +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 8a97296..2d47ff5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { ratingText="Rated by discerning collectors" buttons={[ { text: 'Shop Collection', href: 'products' }, - { text: 'Learn Our Story', href: 'about' } + { text: 'Explore Collections', href: 'products' } ]} buttonAnimation="slide-up" mediaAnimation="slide-up" -- 2.49.1