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() {