Compare commits

...

17 Commits

Author SHA1 Message Date
cbb0301699 Update src/app/page.tsx 2026-05-03 18:29:47 +00:00
59addda128 Update src/app/pricing/page.tsx 2026-05-03 18:27:04 +00:00
47ef11c861 Update src/app/page.tsx 2026-05-03 18:25:01 +00:00
b87b641230 Update src/app/fleet/page.tsx 2026-05-03 18:25:00 +00:00
dd16928519 Update src/app/estimate/page.tsx 2026-05-03 18:25:00 +00:00
5cc09769db Update src/app/contact-us/page.tsx 2026-05-03 18:24:59 +00:00
298e943d03 Update src/app/contact/page.tsx 2026-05-03 18:24:59 +00:00
aa3dc8ccba Merge version_61 into main
Merge version_61 into main
2026-05-03 18:24:24 +00:00
df6c627f41 Add src/app/pricing/page.tsx 2026-05-03 18:24:18 +00:00
d9d1f83d44 Update src/app/page.tsx 2026-05-03 18:24:18 +00:00
274b37d486 Update src/app/fleet/page.tsx 2026-05-03 18:24:17 +00:00
002f2637f7 Update src/app/estimate/page.tsx 2026-05-03 18:24:17 +00:00
8150fed05e Update src/app/contact-us/page.tsx 2026-05-03 18:24:16 +00:00
ba2e4a414a Update src/app/contact/page.tsx 2026-05-03 18:24:16 +00:00
24235db10f Merge version_60 into main
Merge version_60 into main
2026-05-03 18:22:52 +00:00
d808c6f787 Update src/app/fleet/page.tsx 2026-05-03 18:22:46 +00:00
7964a03783 Merge version_59 into main
Merge version_59 into main
2026-05-03 18:21:57 +00:00
3 changed files with 74 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ export default function FleetPage() {
<ProductCardThree <ProductCardThree
animationType="slide-up" animationType="slide-up"
textboxLayout="split-description" textboxLayout="split-description"
gridVariant="asymmetric-60-wide-40-narrow" gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false} useInvertedBackground={false}
title="Our premium mobile restroom fleet" title="Our premium mobile restroom fleet"
description="We price on a per day basis, offering multi-day rental discounts." description="We price on a per day basis, offering multi-day rental discounts."

View File

@@ -78,8 +78,8 @@ 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 Suite", price: "Quote on Request", rating: 5, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832277795-ebq2l26f.png" },
{ 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: "Executive Comfort Series", price: "Quote on Request", rating: 5, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png" },
]} ]}
title="Our Curated Fleet" title="Our Curated Fleet"
textBoxTitleClassName="text-[#0a7039]" textBoxTitleClassName="text-[#0a7039]"

71
src/app/pricing/page.tsx Normal file
View 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>
);
}