From e11dd771a1e1fadfd8eb8013fcd9643aedba6bc7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 18:18:42 +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 82d74e7..a3d4586 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -44,8 +44,8 @@ export default function FleetPage() { title="Our premium mobile restroom fleet" description="We price on a per day basis, offering multi-day rental discounts." products={[ - { id: "f1", 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?_wi=1" }, - { id: "f2", name: "4 Station, Community Floorplan Trailer", price: "$1,825 per day", imageSrc: "http://img.b2bpic.net/close-up-bathtub-with-faucet_1203-1500.jpg" } + { id: "f1", name: "3 Station, Private Floorplan Trailer", price: "$1,375 per day", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832277795-ebq2l26f.png" }, + { id: "f2", name: "4 Station, Community Floorplan Trailer", price: "$1,825 per day", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832277795-ebq2l26f.png" } ]} /> -- 2.49.1