From bac05276abc0b4ef40580e4a9ed03cb87aba7be6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 21:40:01 +0000 Subject: [PATCH] Update src/app/fleet/page.tsx --- src/app/fleet/page.tsx | 41 +++++++++++------------------------------ 1 file changed, 11 insertions(+), 30 deletions(-) diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index ec22611..388abe4 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -24,14 +24,12 @@ export default function LandingPage() { @@ -44,12 +42,9 @@ export default function LandingPage() { title="Our Full Fleet Inventory" description="Explore our complete range of high-end mobile restroom solutions." products={[ - { - id: "f1", name: "2-Station Classic", price: "$750/day", imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg"}, - { - id: "f2", name: "3-Station Executive", price: "$1200/day", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg"}, - { - id: "f3", name: "5-Station Luxury Suite", price: "$1800/day", imageSrc: "http://img.b2bpic.net/free-photo/small-bathroom-space-with-modern-style-furniture_23-2150864622.jpg"}, + { id: "f1", name: "2-Station Classic", price: "$750/day", imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg" }, + { id: "f2", name: "3-Station Executive", price: "$1200/day", imageSrc: "http://img.b2bpic.net/close-up-bathtub-with-faucet_1203-1500.jpg" }, + { id: "f3", name: "5-Station Luxury Suite", price: "$1800/day", imageSrc: "http://img.b2bpic.net/small-bathroom-space-with-modern-style-furniture_23-2150864622.jpg" }, ]} /> @@ -57,22 +52,8 @@ export default function LandingPage() {