|
|
|
|
@@ -41,6 +41,7 @@ export default function LandingPage() {
|
|
|
|
|
<HeroSplitKpi
|
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
|
title="Set the Scene for a Flawless Event"
|
|
|
|
|
titleClassName="text-[#0a7039]"
|
|
|
|
|
description="Our trailers offer the comfort of an interior space with the quality of modern hospitality."
|
|
|
|
|
kpis={[
|
|
|
|
|
{ value: "10+", label: "Counties Served" },
|
|
|
|
|
@@ -61,6 +62,7 @@ export default function LandingPage() {
|
|
|
|
|
<TextSplitAbout
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="The CleanScene Difference"
|
|
|
|
|
titleClassName="text-[#0a7039]"
|
|
|
|
|
description={[
|
|
|
|
|
"We believe restrooms shouldn't just be functional—they should be part of the event design.", "Our trailers offer the comfort of an interior space with the luxury of modern hospitality."
|
|
|
|
|
]}
|
|
|
|
|
@@ -78,6 +80,7 @@ export default function LandingPage() {
|
|
|
|
|
{ id: "p2", brand: "CleanScene", name: "Executive Comfort Series", price: "Quote on Request", rating: 0, reviewCount: "", imageSrc: "http://img.b2bpic.net/modern-bathroom-with-big-mirror_1203-1497.jpg" },
|
|
|
|
|
]}
|
|
|
|
|
title="Our Curated Fleet"
|
|
|
|
|
textBoxTitleClassName="text-[#0a7039]"
|
|
|
|
|
description="Made-in-USA trailers designed for peak comfort."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -89,6 +92,7 @@ export default function LandingPage() {
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="Modern Hospitality Standards"
|
|
|
|
|
cardTitleClassName="text-[#0a7039]"
|
|
|
|
|
description="Every detail of our rental fleet is meticulously maintained to ensure your event leaves a lasting impression."
|
|
|
|
|
features={[
|
|
|
|
|
{ title: "Advanced Climate Control", description: "Fully adjustable heating and cooling systems to keep guests comfortable regardless of the season.", imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-modern-hotel-interior_23-2148777121.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-modern-hotel-interior_23-2148777121.jpg", buttonText: "Learn More" },
|
|
|
|
|
@@ -103,6 +107,7 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
text="Ready to elevate your event experience? Get in touch with our team today to secure your dates and discover our premium rental options."
|
|
|
|
|
textClassName="text-[#0a7039]"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Request My Free Quote", href: "/contact" },
|
|
|
|
|
]}
|
|
|
|
|
|