diff --git a/src/app/page.tsx b/src/app/page.tsx index 72d4392..3f65f94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function HomePage() { tag="Where Discipline Meets Transformation" background={{ variant: "plain" }} buttons={[ - { text: "Book Your First Session", href: "/membership" }, + { text: "Claim Your First Session", href: "/membership" }, { text: "Schedule a Tour", href: "/contact" }, ]} imageSrc="http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32130.jpg?_wi=1" @@ -254,4 +254,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}