Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-08 07:13:28 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -215,7 +215,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Book Your Event Today"
description="Let's bring your event vision to life. Fill out the form below and our team will get in touch with you shortly to discuss your celebration."
description="Our team responds within 2 hours with a custom quote tailored to your event. Share your vision, and let's create something unforgettable together."
inputs={[
{ name: "name", type: "text", placeholder: "Your Full Name", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number (WhatsApp enabled)", required: true },
@@ -268,4 +268,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}