diff --git a/src/app/page.tsx b/src/app/page.tsx index b4565a3..fe75a64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { tag="Established 1920" buttons={[ { - text: "Book a Fitting", href: "#contact"}, + text: "Schedule Your Fitting", href: "#contact"}, { text: "Visit the Store", href: "#contact"}, ]} @@ -252,4 +252,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file