Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 148f2fd4f6 | |||
| e1fb07291d | |||
| 5adeca092f | |||
| e383aeb625 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -215,7 +215,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Book Your Event Today"
|
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={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Full Name", required: true },
|
{ name: "name", type: "text", placeholder: "Your Full Name", required: true },
|
||||||
{ name: "phone", type: "tel", placeholder: "Phone Number (WhatsApp enabled)", required: true },
|
{ name: "phone", type: "tel", placeholder: "Phone Number (WhatsApp enabled)", required: true },
|
||||||
@@ -268,4 +268,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user