From e4ce905fde55130480e46dc796f86918e7767787 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 11:28:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1