From d1c392581ee80c7d38c555749ac8d0e970435e74 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 14:53:05 +0000 Subject: [PATCH] Update src/app/fleet/page.tsx --- src/app/fleet/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index c6d65bf..1184ee6 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -53,20 +53,20 @@ export default function FleetPage() { brand: "CleanScene", name: "3 Station, Private Floorplan Restroom Trailer", price: "$1,375 per day", + rating: 5, + reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832277795-ebq2l26f.png?_wi=1", - onProductClick: () => setPopupContent({ - title: "3-Station Private Restroom Trailer Rental in Northeast Wisconsin | Modern Finishings", body: "Elevate your Northeast Wisconsin wedding, private event, or boutique gathering with our 3-station private floorplan restroom trailer rental." - }) + onProductClick: () => setPopupContent({ title: "3-Station Private Restroom Trailer", body: "Modern Finishings" }) }, { id: "p2", brand: "CleanScene", name: "4 Station, Community Floorplan Restroom Trailer", price: "$1,825 per day", + rating: 5, + reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png?_wi=1", - onProductClick: () => setPopupContent({ - title: "4-Station Community Restroom Trailer Rental in Northeast Wisconsin | Rustic Elegance", body: "Elevate your Northeast Wisconsin wedding, private event, or community gathering with our 4-station community floorplan restroom trailer rental." - }) + onProductClick: () => setPopupContent({ title: "4-Station Community Restroom Trailer", body: "Rustic Elegance" }) }, ]} title="Our premium fleet" @@ -113,4 +113,4 @@ export default function FleetPage() { ); -} +} \ No newline at end of file