From 5ca79576b72fa9007efd749a364fd9e2f80625e8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 02:42:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ff83aa..3892ca7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,7 +147,7 @@ export default function LandingPage() { text="Ready for your next great cut? Schedule an appointment with us today and experience the Berwyns difference." animationType="entrance-slide" buttons={[ - { text: "Book Appointment", href: "#" }, + { text: "Schedule in 30 Seconds", href: "#" }, { text: "Call Us", href: "tel:+1234567890" } ]} background={{ variant: "plain" }} -- 2.49.1