Update src/app/page.tsx

This commit is contained in:
2026-04-29 01:21:14 +00:00
parent 9739de638b
commit 5a4b681f7e

View File

@@ -250,7 +250,7 @@ export default function LandingPage() {
variant: "gradient-bars"}}
tag="Inquiry"
title="Let's Film Your Story"
description="Ready to document your day? Fill in the form below and we'll check our availability for your date."
description="Our calendar fills up quickly—reach out now to secure your wedding date."
inputPlaceholder="Enter your email address"
buttonText="Check Availability"
/>
@@ -293,4 +293,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}