From 9d38f5330757456fde2be74b931f23f950a17e02 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 16:33:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb02527..002b1d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -191,11 +191,11 @@ export default function LandingPage() { background={{ variant: "radial-gradient"}} tag="Let's Connect" - title="Book Your Session" + title="Secure Your Date" description="Reach out to schedule your professional photography session today." buttons={[ { - text: "Send Message", href: "#contact"}, + text: "Check Availability", href: "#contact"}, ]} /> @@ -230,4 +230,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file