Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-04 16:33:29 +00:00

View File

@@ -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"},
]}
/>
</div>
@@ -230,4 +230,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}