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