From 3388309aff0f90aaef865478c1a5925b47e9cc20 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 19:27:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 168 ++++++++++++++++++++++++----------------------- 1 file changed, 85 insertions(+), 83 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 726d756..eff3461 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,94 +24,96 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- window.location.href = "/fleet/p1" }, - { id: "p2", brand: "CleanScene", name: "4 Station, Community Floorplan Restroom Trailer", price: "$1,825 per day", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png?_wi=1", onProductClick: () => window.location.href = "/fleet/p2" }, - ]} - title="Our Premium Fleet" - textBoxTitleClassName="text-[#0a7039]" - description="Made-in-USA trailers designed for peak comfort." - buttons={[{ text: "View Details" }]} - /> -
+
+ window.location.href = "/fleet/p1" }, + { id: "p2", brand: "CleanScene", name: "4 Station, Community Floorplan Restroom Trailer", price: "$1,825 per day", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png?_wi=1", onProductClick: () => window.location.href = "/fleet/p2" }, + ]} + title="Our Premium Fleet" + textBoxTitleClassName="text-[#0a7039]" + description="Made-in-USA trailers designed for peak comfort." + buttons={[{ text: "View Details" }]} + textboxLayout="split-description" + /> +
-
- -
+
+ +
- +
);