Update src/app/fleet/page.tsx
This commit is contained in:
@@ -42,8 +42,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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832277795-ebq2l26f.png?_wi=1" },
|
||||
{ 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-1777832470445-mr4qosuh.png?_wi=2" }
|
||||
{ id: "p1", name: "3-Station Private Suite", price: "Quote on Request", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832277795-ebq2l26f.png" },
|
||||
{ id: "p2", name: "Executive Comfort Series", price: "Quote on Request", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png?_wi=1" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -60,4 +60,4 @@ export default function FleetPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user