Compare commits

..

6 Commits

Author SHA1 Message Date
bb9aeea966 Update src/app/fleet/page.tsx 2026-05-03 17:55:55 +00:00
7309a97af3 Merge version_48 into main
Merge version_48 into main
2026-05-03 17:52:16 +00:00
ce7eb05e39 Update src/app/fleet/page.tsx 2026-05-03 17:52:13 +00:00
d40c1e70d5 Merge version_47 into main
Merge version_47 into main
2026-05-03 17:50:45 +00:00
8a13860d9f Update src/app/fleet/page.tsx 2026-05-03 17:50:42 +00:00
d1c0c0dda1 Merge version_46 into main
Merge version_46 into main
2026-05-03 17:49:53 +00:00

View File

@@ -6,7 +6,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
export default function LandingPage() {
export default function FleetPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
@@ -42,11 +42,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our premium mobile restroom fleet"
textBoxTitleClassName="text-[#0a7039]"
description="Explore our complete range of high-end mobile restroom solutions."
description="We price on a per day basis, offering multi-day rental discounts."
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: "f1", brand: "CleanScene", name: "3 Station, Private Floorplan Trailer", price: "$1,375 per 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: "4 Station, Community Floorplan Trailer", price: "$1,825 per day", rating: 5, reviewCount: "10+ reviews", imageSrc: "http://img.b2bpic.net/close-up-bathtub-with-faucet_1203-1500.jpg" },
]}
/>
</div>