From 1e9bc4f8334b5a0206de6e3450dc7d6f1567ed62 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:58:14 +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 2d47ff5..2ba478f 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: 'Explore Collections', href: 'products' } + { text: 'Learn Our Story', href: 'about' } ]} buttonAnimation="slide-up" mediaAnimation="slide-up" @@ -256,7 +256,7 @@ export default function LandingPage() {