Compare commits
131 Commits
version_42
...
version_69
| Author | SHA1 | Date | |
|---|---|---|---|
| 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 | |||
| d808c6f787 | |||
| 7964a03783 | |||
| db35290b4f | |||
| be1c6e17c1 | |||
| eb5a01adde | |||
| 4204361015 | |||
| 468f5001bc | |||
| f50fda5e52 | |||
| 6107ce0263 | |||
| 9be6bb9d96 | |||
| 018c2fed9b | |||
| 17e30535bc | |||
| e11dd771a1 | |||
| 9e57f4b85f | |||
| f1cc9dba4d | |||
| c450856fc0 | |||
| 3636382334 | |||
| e3d00bc64a | |||
| 54a3f47048 | |||
| 834e8a6d38 | |||
| 8c577e7f92 | |||
| cc015e2d93 | |||
| 356a21bb08 | |||
| 360501ad8f | |||
| 5b9743dc38 | |||
| e3d6a7094b | |||
| 1b32147438 | |||
| 7312017015 | |||
| 60780d19b5 | |||
| 4f07372dd9 | |||
| 9806c8a901 | |||
| 085f29cb02 | |||
| 2935a76320 | |||
| cad7661bb3 | |||
| 865d270fca | |||
| c13223f856 | |||
| 8eb7725469 | |||
| 2ea8862fea | |||
| 0f1c9c82a0 | |||
| 83e9258bca | |||
| 8c227482f0 | |||
| 839f4efdc0 | |||
| 3d2c048f15 | |||
| c62b2da75b | |||
| 70697aeb6c | |||
| 2998d134b2 | |||
| faa042bc89 | |||
| 195a4d7ef4 | |||
| d7891d6e19 | |||
| b418d0003b | |||
| b5608442b0 | |||
| b7c03deee4 | |||
| 9ddebce470 | |||
| 6b03b983ea | |||
| 998a2b8187 | |||
| 50b24445fb | |||
| e4745aed71 | |||
| fa51f93d1f | |||
| f1eae01cbf | |||
| fe80446ff4 | |||
| 57ad5b1208 | |||
| 14e0f3a5e4 | |||
| bb9aeea966 | |||
| 7309a97af3 | |||
| ce7eb05e39 | |||
| d40c1e70d5 | |||
| 8a13860d9f | |||
| d1c0c0dda1 | |||
| 9ea08a942b | |||
| d9029d4fbb | |||
| 8518f7d41c | |||
| 020bc607aa | |||
| cf71d5cebd | |||
| 48bfc870ba | |||
| 25f329c290 | |||
| 08e2191322 | |||
| ba9400c45c | |||
| abdf3cc4a3 | |||
| 1df388d364 |
67
src/app/contact-us/page.tsx
Normal file
67
src/app/contact-us/page.tsx
Normal file
@@ -0,0 +1,67 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
|
||||
export default function ContactUsPage() {
|
||||
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="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Contact Us"
|
||||
title="Get in Touch"
|
||||
description="Reach out to us via email at Info@cleanscenerestroom.com or call us at 920-212-1578 for any inquiries regarding our premium mobile restroom trailers."
|
||||
buttons={[
|
||||
{ text: "Call 920-212-1578", href: "tel:920-212-1578" },
|
||||
{ text: "Email Us", href: "mailto:Info@cleanscenerestroom.com" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</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>
|
||||
);
|
||||
}
|
||||
@@ -26,7 +26,8 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Fleet", id: "/fleet" },
|
||||
{ name: "Free Estimate", id: "/estimate" },
|
||||
{ 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"
|
||||
@@ -52,8 +53,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Free Estimate", href: "/estimate" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
{ 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"
|
||||
|
||||
@@ -26,7 +26,8 @@ export default function EstimatePage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Fleet", id: "/fleet" },
|
||||
{ name: "Free Estimate", id: "/estimate" },
|
||||
{ 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"
|
||||
@@ -37,25 +38,27 @@ export default function EstimatePage() {
|
||||
<div id="estimate-form" data-section="estimate-form">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Free Estimate"
|
||||
title="Request a free estimate"
|
||||
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={[
|
||||
{ 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: "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: "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 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/event-planner-organizing-wedding-details_23-2148197779.jpg"
|
||||
textarea={{ name: "other_info", placeholder: "Other info (Optional)", rows: 5 }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777134554820-rdizvwfd.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Free Estimate", href: "/estimate" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
{ 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"
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function FleetPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -26,7 +26,8 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Fleet", id: "/fleet" },
|
||||
{ name: "Free Estimate", id: "/estimate" },
|
||||
{ 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"
|
||||
@@ -34,28 +35,27 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="product" data-section="product">
|
||||
<div id="fleet-preview" data-section="fleet-preview">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
title="Our Full Fleet Inventory"
|
||||
textBoxTitleClassName="text-[#0a7039]"
|
||||
description="Explore our complete range of high-end mobile restroom solutions."
|
||||
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: "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: "f3", brand: "CleanScene", name: "5-Station Luxury Suite", price: "$1800/day", rating: 5, reviewCount: "10+ reviews", imageSrc: "http://img.b2bpic.net/small-bathroom-space-with-modern-style-furniture_23-2150864622.jpg" },
|
||||
{ id: "p1", brand: "CleanScene", name: "3 Station, Private Floorplan Restroom Trailer", price: "$1,375 per day", rating: 0, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832277795-ebq2l26f.png?_wi=1" },
|
||||
{ id: "p2", brand: "CleanScene", name: "4 Station, Community Floorplan Restroom Trailer", price: "$1,825 per day", rating: 0, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png?_wi=1" },
|
||||
]}
|
||||
title="Our Full Fleet"
|
||||
textBoxTitleClassName="text-[#0a7039]"
|
||||
description="Premium, climate-controlled mobile restrooms for every event size."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Free Estimate", href: "/estimate" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
{ 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"
|
||||
|
||||
@@ -30,7 +30,8 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Fleet", id: "/fleet" },
|
||||
{ name: "Free Estimate", id: "/estimate" },
|
||||
{ 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"
|
||||
@@ -47,14 +48,14 @@ export default function LandingPage() {
|
||||
kpis={[
|
||||
{ value: "10+", label: "Counties Served" },
|
||||
{ value: "100%", label: "Guest Comfort" },
|
||||
{ value: "24/7", label: "Service" },
|
||||
{ value: "100%", label: "Rental Satisfaction" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{ text: "Free Estimate", href: "/estimate" },
|
||||
{ text: "Request a free estimate", href: "/estimate" },
|
||||
{ text: "View The Fleet", href: "/fleet" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-large-transparent-window-with-opened-door-outside-which-newlyweds-posing-embracing-balcony-their-wedding-day_8353-12102.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777135032652-q27squi7.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -77,8 +78,8 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
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: "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: "p1", brand: "CleanScene", name: "3 Station, Private Floorplan Restroom Trailer", price: "$1,375 per day", rating: 0, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832277795-ebq2l26f.png?_wi=2" },
|
||||
{ id: "p2", brand: "CleanScene", name: "4 Station, Community Floorplan Restroom Trailer", price: "$1,825 per day", rating: 0, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png?_wi=1" },
|
||||
]}
|
||||
title="Our Curated Fleet"
|
||||
textBoxTitleClassName="text-[#0a7039]"
|
||||
@@ -107,10 +108,10 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
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."
|
||||
text="Ready to elevate your event experience? Request an estimate today to secure your dates and discover our premium fleet."
|
||||
textClassName="text-[#0a7039]"
|
||||
buttons={[
|
||||
{ text: "Free Estimate", href: "/estimate" },
|
||||
{ text: "Request a free estimate", href: "/estimate" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,8 +119,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Free Estimate", href: "/estimate" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
{ 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"
|
||||
|
||||
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