Compare commits
72 Commits
version_60
...
version_76
| Author | SHA1 | Date | |
|---|---|---|---|
| b41e91d77c | |||
| e7df4e495c | |||
| 92e4d8914b | |||
| a56ee81989 | |||
| a40662e097 | |||
| 1fbf7f518e | |||
| 7187b55355 | |||
| d46284b9b3 | |||
| 63759df416 | |||
| 343c42ecc5 | |||
| c4aa7494df | |||
| 0edd858ebe | |||
| e9dfbef74b | |||
| 397e01f0fd | |||
| 2fad94c770 | |||
| 212944f7c9 | |||
| a84f737697 | |||
| 632bf6ade0 | |||
| cc48ad3774 | |||
| d646374d2b | |||
| 3d37f40047 | |||
| 047c2b695a | |||
| b348b3a246 | |||
| 31c2c536c7 | |||
| d6bd281b79 | |||
| 89a9e3df66 | |||
| a1d417bba1 | |||
| 457e5e94ae | |||
| a05f00215f | |||
| 0f686689f1 | |||
| 490d7c0462 | |||
| 428d6d5a09 | |||
| c43494d1a8 | |||
| c0efb4e136 | |||
| 69b15a4f2d | |||
| c6ee7144de | |||
| 6025256be2 | |||
| 00d83facd3 | |||
| 2906239a27 | |||
| 4b3ce96e34 | |||
| 5c38eeb02e | |||
| edea5c7574 | |||
| f326384808 | |||
| 05b3e2055f | |||
| b6462e4d5f | |||
| 4f9761146e | |||
| 1e37132c7e | |||
| f97d25e48e | |||
| cbb0301699 | |||
| 50db4b89be | |||
| 59addda128 | |||
| 7d5a50250b | |||
| 2228edbac8 | |||
| 9a91b8982c | |||
| 9c17d19026 | |||
| eba4e3eb8e | |||
| 47ef11c861 | |||
| b87b641230 | |||
| dd16928519 | |||
| 5cc09769db | |||
| 298e943d03 | |||
| 93a4c6efe7 | |||
| b76d8e53e0 | |||
| abc3cb1501 | |||
| aa3dc8ccba | |||
| df6c627f41 | |||
| d9d1f83d44 | |||
| 274b37d486 | |||
| 002f2637f7 | |||
| 8150fed05e | |||
| ba2e4a414a | |||
| 24235db10f |
@@ -50,7 +50,7 @@ export default function EstimatePage() {
|
|||||||
{ name: "event_type", type: "text", placeholder: "Event Type", required: true },
|
{ name: "event_type", type: "text", placeholder: "Event Type", required: true },
|
||||||
]}
|
]}
|
||||||
textarea={{ name: "other_info", placeholder: "Other info (Optional)", 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="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777134554820-rdizvwfd.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
|
|
||||||
export default function FleetPage() {
|
export default function FleetPage() {
|
||||||
return (
|
return (
|
||||||
@@ -13,49 +13,55 @@ export default function FleetPage() {
|
|||||||
defaultTextAnimation="background-highlight"
|
defaultTextAnimation="background-highlight"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="largeSmallSizeLargeTitles"
|
||||||
background="blurBottom"
|
background="blurBottom"
|
||||||
cardStyle="soft-shadow"
|
cardStyle="soft-shadow"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="bold"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="CleanScene"
|
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Fleet", id: "/fleet" },
|
{ name: "Fleet", id: "/fleet" },
|
||||||
{ name: "Estimate", id: "/estimate" },
|
{ name: "Request a free estimate", id: "/estimate" },
|
||||||
{ name: "Contact", id: "/contact-us" },
|
{ name: "Contact us", id: "/contact-us" },
|
||||||
]}
|
]}
|
||||||
/>
|
brandName="CleanScene"
|
||||||
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777213847237-f7u1y0mi.png"
|
||||||
|
logoImageClassName="scale-150"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="product" data-section="product">
|
<div id="fleet-preview" data-section="fleet-preview">
|
||||||
<ProductCardThree
|
<ProductCardTwo
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split-description"
|
textboxLayout="split-description"
|
||||||
gridVariant="one-large-left-three-stacked-right"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Our premium mobile restroom fleet"
|
|
||||||
description="We price on a per day basis, offering multi-day rental discounts."
|
|
||||||
products={[
|
products={[
|
||||||
{ id: "f1", name: "3 Station, Private Floorplan Trailer", price: "$1,375 per day", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832277795-ebq2l26f.png?_wi=1" },
|
{ id: "p1", brand: "CleanScene", name: "3 Station, Private Floorplan Restroom Trailer", price: "$1,375 per day", rating: 5, reviewCount: "128", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832277795-ebq2l26f.png?_wi=1" },
|
||||||
{ id: "f2", name: "4 Station, Community Floorplan Trailer", price: "$1,825 per day", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png" }
|
{ id: "p2", brand: "CleanScene", name: "4 Station, Community Floorplan Restroom Trailer", price: "$1,825 per day", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png?_wi=1" },
|
||||||
]}
|
]}
|
||||||
/>
|
title="Our premium fleet"
|
||||||
|
textBoxTitleClassName="text-[#0a7039]"
|
||||||
|
description="Premium, climate-controlled mobile restrooms for every event size. Multi-day rental discounts available."
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterLogoEmphasis
|
||||||
logoText="CleanScene"
|
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }] },
|
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Request a free estimate", href: "/estimate" }] },
|
||||||
{ title: "Support", items: [{ label: "Estimate", href: "/estimate" }, { label: "Contact", href: "/contact-us" }] },
|
{ items: [{ label: "Contact us", href: "/contact-us" }, { label: "Privacy policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||||
]}
|
]}
|
||||||
/>
|
logoText="CleanScene"
|
||||||
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777213847237-f7u1y0mi.png"
|
||||||
|
logoClassName="text-white"
|
||||||
|
logoImageClassName="scale-75 hidden"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
kpis={[
|
kpis={[
|
||||||
{ value: "10+", label: "Counties Served" },
|
{ value: "10+", label: "Counties Served" },
|
||||||
{ value: "100%", label: "Guest Comfort" },
|
{ value: "100%", label: "Guest Comfort" },
|
||||||
{ value: "24/7", label: "Service" },
|
{ value: "100%", label: "Rental Satisfaction" },
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -78,12 +78,13 @@ export default function LandingPage() {
|
|||||||
gridVariant="asymmetric-60-wide-40-narrow"
|
gridVariant="asymmetric-60-wide-40-narrow"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", brand: "CleanScene", name: "3-Station Private Suite", price: "Quote on Request", rating: 5, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-wood-stone-white-bathroom_105762-2136.jpg" },
|
{ id: "p1", brand: "CleanScene", name: "3 Station, Private Floorplan Restroom Trailer", price: "$1,375 per day", rating: 5, reviewCount: "128", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832277795-ebq2l26f.png?_wi=2", onProductClick: () => window.location.href = "/fleet/p1" },
|
||||||
{ id: "p2", brand: "CleanScene", name: "Executive Comfort Series", price: "Quote on Request", rating: 5, reviewCount: "", imageSrc: "http://img.b2bpic.net/modern-bathroom-with-big-mirror_1203-1497.jpg" },
|
{ id: "p2", brand: "CleanScene", name: "4 Station, Community Floorplan Restroom Trailer", price: "$1,825 per day", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png?_wi=1", onProductClick: () => window.location.href = "/fleet/p2" },
|
||||||
]}
|
]}
|
||||||
title="Our Curated Fleet"
|
title="Our Curated Fleet"
|
||||||
textBoxTitleClassName="text-[#0a7039]"
|
textBoxTitleClassName="text-[#0a7039]"
|
||||||
description="Made-in-USA trailers designed for peak comfort."
|
description="Made-in-USA trailers designed for peak comfort."
|
||||||
|
buttons={[{ text: "View Details" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -108,7 +109,7 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "plain" }}
|
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."
|
text="Ready to elevate your event experience? Request an estimate today to secure your dates and discover our premium fleet."
|
||||||
textClassName="text-[#0a7039]"
|
textClassName="text-[#0a7039]"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Request a free estimate", href: "/estimate" },
|
{ text: "Request a free estimate", href: "/estimate" },
|
||||||
|
|||||||
71
src/app/pricing/page.tsx
Normal file
71
src/app/pricing/page.tsx
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import ReactLenis from "lenis/react";
|
||||||
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
|
|
||||||
|
export default function PricingPage() {
|
||||||
|
return (
|
||||||
|
<ThemeProvider
|
||||||
|
defaultButtonVariant="expand-hover"
|
||||||
|
defaultTextAnimation="background-highlight"
|
||||||
|
borderRadius="rounded"
|
||||||
|
contentWidth="medium"
|
||||||
|
sizing="largeSmallSizeLargeTitles"
|
||||||
|
background="blurBottom"
|
||||||
|
cardStyle="soft-shadow"
|
||||||
|
primaryButtonStyle="radial-glow"
|
||||||
|
secondaryButtonStyle="solid"
|
||||||
|
headingFontWeight="bold"
|
||||||
|
>
|
||||||
|
<ReactLenis root>
|
||||||
|
<div id="nav" data-section="nav">
|
||||||
|
<NavbarLayoutFloatingOverlay
|
||||||
|
navItems={[
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
|
{ name: "Fleet", id: "/fleet" },
|
||||||
|
{ name: "Request a free estimate", id: "/estimate" },
|
||||||
|
{ name: "Contact us", id: "/contact-us" },
|
||||||
|
]}
|
||||||
|
brandName="CleanScene"
|
||||||
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777213847237-f7u1y0mi.png"
|
||||||
|
logoImageClassName="scale-150"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div id="pricing" data-section="pricing">
|
||||||
|
<PricingCardNine
|
||||||
|
useInvertedBackground={false}
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="split"
|
||||||
|
title="Our Pricing"
|
||||||
|
description="Affordable plans for every event size."
|
||||||
|
plans={[
|
||||||
|
{
|
||||||
|
id: "basic", title: "Standard", price: "$1,000", period: "per event", features: ["Basic Setup", "24/7 Support"],
|
||||||
|
button: { text: "Select", href: "#" }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "premium", title: "Premium", price: "$1,500", period: "per event", features: ["Premium Setup", "Enhanced Maintenance", "24/7 Support"],
|
||||||
|
button: { text: "Select", href: "#" }
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterLogoEmphasis
|
||||||
|
columns={[
|
||||||
|
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Request a free estimate", href: "/estimate" }] },
|
||||||
|
{ items: [{ label: "Contact us", href: "/contact-us" }, { label: "Privacy policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||||
|
]}
|
||||||
|
logoText="CleanScene"
|
||||||
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777213847237-f7u1y0mi.png"
|
||||||
|
logoClassName="text-white"
|
||||||
|
logoImageClassName="scale-75 hidden"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</ReactLenis>
|
||||||
|
</ThemeProvider>
|
||||||
|
);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user