From 1f8320771fb2c5f1201eb9c38bd55112fe6190d0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 16:18:08 +0000 Subject: [PATCH] Update src/app/fleet/page.tsx --- src/app/fleet/page.tsx | 52 +++++++++++------------------------------- 1 file changed, 13 insertions(+), 39 deletions(-) diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index 3563da2..ec22611 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -25,19 +25,13 @@ export default function LandingPage() { @@ -51,23 +45,11 @@ export default function LandingPage() { 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: "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: "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: "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"}, ]} /> @@ -78,32 +60,24 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Fleet", - href: "/fleet", - }, + label: "Fleet", href: "/fleet"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} - logoText="CleanScene" + logoText="CleanScene Restroom Rentals" /> ); -} +} \ No newline at end of file