Compare commits
17 Commits
version_12
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| be023b83cd | |||
| 2f00b27cad | |||
| 863033a6ad | |||
| 23239288ea | |||
| 08e8f7d530 | |||
| 80e36262c5 | |||
| 5cbac4b671 | |||
| 5727125e86 | |||
| dc6b72082c | |||
| cd9e5b80cd | |||
| de3efb00a5 | |||
| 5766e60fc0 | |||
| 5280c16a4a | |||
| 57003fc4a9 | |||
| c7dab92bb6 | |||
| ece53dde05 | |||
| 37605207cd |
@@ -65,7 +65,7 @@ export default function ContactPage() {
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
||||
{ items: [{ label: "Contact us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
|
||||
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
|
||||
]}
|
||||
logoText="CleanScene"
|
||||
/>
|
||||
|
||||
@@ -47,7 +47,8 @@ export default function EstimatePage() {
|
||||
{ name: "full_name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
{ name: "event_date_label", type: "text", placeholder: "Event Date (mm/dd/yyyy)", className: "hidden" },
|
||||
{ name: "guest_count", type: "number", placeholder: "Estimated Guest Count", required: true },
|
||||
{ name: "event_date_title", type: "text", placeholder: "Event Date", className: "border-none bg-transparent font-semibold mt-4 mb-0 pb-0 text-sm" },
|
||||
{ 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 },
|
||||
|
||||
@@ -93,9 +93,17 @@ export default function FleetPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<div className="flex flex-col items-center py-8">
|
||||
<div className="flex items-center mb-4 gap-4">
|
||||
<a href="https://www.instagram.com/cleanscene" target="_blank" rel="noopener noreferrer" aria-label="Follow CleanScene on Instagram" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||
<Instagram size={24} />
|
||||
</a>
|
||||
<a href="https://www.facebook.com/people/CleanScene-Restroom-Rentals/61588358724791/?sk=about" target="_blank" rel="noopener noreferrer" aria-label="CleanScene Restroom Rentals on Facebook" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||
<Facebook size={24} />
|
||||
</a>
|
||||
</div>
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }] },
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
||||
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
|
||||
]}
|
||||
logoText=""
|
||||
|
||||
@@ -66,8 +66,8 @@ export default function LandingPage() {
|
||||
title="The CleanScene Difference"
|
||||
titleClassName="text-[#0a7039]"
|
||||
description={[
|
||||
"Transform the standard event experience by providing luxury sanitation facilities that your guests will truly appreciate.",
|
||||
"Hiring premium restroom trailers means you are ensuring immaculate comfort and sophisticated design for your wedding."
|
||||
"Transform the standard event experience by providing premium restroom facilities that your guests will truly appreciate.",
|
||||
"Hiring premium restroom trailers means you are ensuring immaculate comfort and sophisticated design for your event."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -91,9 +91,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<div className="flex flex-col items-center py-8">
|
||||
<div className="flex items-center mb-4 gap-4">
|
||||
<a href="https://www.instagram.com/cleanscene" target="_blank" rel="noopener noreferrer" aria-label="Follow CleanScene on Instagram" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||
<Instagram size={24} />
|
||||
</a>
|
||||
<a href="https://www.facebook.com/people/CleanScene-Restroom-Rentals/61588358724791/?sk=about" target="_blank" rel="noopener noreferrer" aria-label="CleanScene Restroom Rentals on Facebook" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||
<Facebook size={24} />
|
||||
</a>
|
||||
</div>
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }] },
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
||||
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
|
||||
]}
|
||||
logoText=""
|
||||
|
||||
@@ -55,8 +55,8 @@ export default function PrivacyPage() {
|
||||
</div>
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
||||
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
||||
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
|
||||
]}
|
||||
logoText=""
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user