From 3e94d85ef095c1e86252c72d70b4474bbaf841dc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 09:38:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4132997..5442ff6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function HomePage() { description="Inspired by the Cedars. Made for the Strong." buttons={[ { text: "Shop Now", href: "/hoodies" }, - { text: "Discover Our Heritage", href: "/our-story" }, + { text: "Learn Our Story", href: "/our-story" }, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/stylish-african-american-woman-printed-tshirt-posed-indoor-steel-stairs_627829-2160.jpg" @@ -93,7 +93,7 @@ export default function HomePage() {