4 Commits

Author SHA1 Message Date
148f2fd4f6 Merge version_3 into main
Merge version_3 into main
2026-03-08 07:13:28 +00:00
e1fb07291d Update src/app/page.tsx 2026-03-08 07:13:24 +00:00
5adeca092f Update src/app/layout.tsx 2026-03-08 07:13:23 +00:00
e383aeb625 Merge version_2 into main
Merge version_2 into main
2026-03-08 07:11:27 +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>
);
}
}