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