Compare commits
23 Commits
version_40
...
version_47
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a13860d9f | |||
| d1c0c0dda1 | |||
| 9ea08a942b | |||
| d9029d4fbb | |||
| 8518f7d41c | |||
| 020bc607aa | |||
| cf71d5cebd | |||
| 48bfc870ba | |||
| 25f329c290 | |||
| 08e2191322 | |||
| ba9400c45c | |||
| abdf3cc4a3 | |||
| 1df388d364 | |||
| 0d3d94d006 | |||
| baa107b9c5 | |||
| a19215a0df | |||
| 6207baa4b2 | |||
| 2481bc2110 | |||
| 9448072dad | |||
| cacac236f8 | |||
| 1fbdac3984 | |||
| 532bc23c33 | |||
| 59f63cfb11 |
@@ -37,16 +37,18 @@ export default function EstimatePage() {
|
|||||||
<div id="estimate-form" data-section="estimate-form">
|
<div id="estimate-form" data-section="estimate-form">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Get Your Free Estimate"
|
title="Request a free estimate"
|
||||||
titleClassName="text-[#0a7039]"
|
titleClassName="text-[#0a7039]"
|
||||||
description="Fill out the details below, and we will provide a comprehensive quote for your event."
|
description="Tell us about your event. We typically respond within 24 business hours."
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
{ name: "full_name", type: "text", placeholder: "Full Name", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||||
{ name: "event_type", type: "text", placeholder: "Event Type", required: true },
|
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||||
{ name: "event_date", type: "date", placeholder: "Event Date", required: true },
|
{ name: "event_date", type: "date", placeholder: "Event Date", required: true },
|
||||||
|
{ name: "address", type: "text", placeholder: "Delivery Address", required: true },
|
||||||
|
{ name: "event_type", type: "text", placeholder: "Event Type", required: true },
|
||||||
]}
|
]}
|
||||||
textarea={{ name: "details", placeholder: "Additional event details or specific requirements...", rows: 5 }}
|
textarea={{ name: "other_info", placeholder: "Other info (Optional)", rows: 5 }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/event-planner-organizing-wedding-details_23-2148197779.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/event-planner-organizing-wedding-details_23-2148197779.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -40,9 +40,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split-description"
|
textboxLayout="split-description"
|
||||||
gridVariant="asymmetric-60-wide-40-narrow"
|
gridVariant="asymmetric-60-wide-40-narrow"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Our Full Fleet Inventory"
|
title="Our premium mobile restroom fleet"
|
||||||
textBoxTitleClassName="text-[#0a7039]"
|
textBoxTitleClassName="text-[#0a7039]"
|
||||||
description="Explore our complete range of high-end mobile restroom solutions."
|
description=""
|
||||||
products={[
|
products={[
|
||||||
{ id: "f1", brand: "CleanScene", name: "2-Station Classic", price: "$750/day", rating: 5, reviewCount: "10+ reviews", imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg" },
|
{ id: "f1", brand: "CleanScene", name: "2-Station Classic", price: "$750/day", rating: 5, reviewCount: "10+ reviews", imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg" },
|
||||||
{ id: "f2", brand: "CleanScene", name: "3-Station Executive", price: "$1200/day", rating: 5, reviewCount: "10+ reviews", imageSrc: "http://img.b2bpic.net/close-up-bathtub-with-faucet_1203-1500.jpg" },
|
{ id: "f2", brand: "CleanScene", name: "3-Station Executive", price: "$1200/day", rating: 5, reviewCount: "10+ reviews", imageSrc: "http://img.b2bpic.net/close-up-bathtub-with-faucet_1203-1500.jpg" },
|
||||||
|
|||||||
Reference in New Issue
Block a user