From e5f0481f85017cd4c593ac16df7d25dd7bfef3de Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:03:35 +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 af49c15..338c115 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { description="Specializing in weddings, lifestyle, and brand photography. Capturing the authentic stories that make life beautiful." buttons={[ { - text: "Book Your Session", href: "#contact"}, + text: "Check Availability", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/happy-couple-smiling_1153-105.jpg?_wi=1" imageAlt="Wedding couple laughing" @@ -260,4 +260,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1