Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fc89193e5 | |||
| 604a869750 | |||
| b267c76039 |
@@ -1385,4 +1385,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -216,7 +216,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Request Emergency Service Now"
|
title="Emergency? Call 020 XXXX XXXX or Submit Your Details"
|
||||||
description="Tell us about your emergency. Our team will contact you within minutes to confirm arrival time and discuss the issue."
|
description="Tell us about your emergency. Our team will contact you within minutes to confirm arrival time and discuss the issue."
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your full name", required: true },
|
{ name: "name", type: "text", placeholder: "Your full name", required: true },
|
||||||
@@ -277,4 +277,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user