From 57ad5b12088d8239265ca10745afbe9b1b9a41eb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 17:56:43 +0000 Subject: [PATCH] Update src/app/fleet/page.tsx --- src/app/fleet/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index 243be7c..054dcbe 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -44,8 +44,8 @@ export default function FleetPage() { textBoxTitleClassName="text-[#0a7039]" description="We price on a per day basis, offering multi-day rental discounts." products={[ - { 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" }, + { id: "f1", brand: "CleanScene", name: "3 Station, Private Floorplan Trailer", price: "$1,375 per day", 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", imageSrc: "http://img.b2bpic.net/close-up-bathtub-with-faucet_1203-1500.jpg" }, ]} />