From b24fea65644fa09d9330a7c517e5170bcd73e80c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 19:27:50 +0000 Subject: [PATCH 1/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 73 ++++++++++++++++++++-------------------- 1 file changed, 37 insertions(+), 36 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cdea7cb..82cab3a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
- +
); -- 2.49.1 From 98ff72be40057bf7237e3e5ab8592008d617650a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 19:27:50 +0000 Subject: [PATCH 2/6] Update src/app/contact-us/page.tsx --- src/app/contact-us/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx index 8e34241..438dacf 100644 --- a/src/app/contact-us/page.tsx +++ b/src/app/contact-us/page.tsx @@ -31,6 +31,7 @@ export default function ContactUsPage() { { name: "Contact us", id: "/contact-us" }, ]} brandName="CleanScene" + button={{ text: "Get Quote" }} /> -- 2.49.1 From c2e797fc73669510f2826d1bf45534d0f7a9bbe7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 19:27:51 +0000 Subject: [PATCH 3/6] Update src/app/estimate/page.tsx --- src/app/estimate/page.tsx | 79 ++++++++++++++++++++------------------- 1 file changed, 40 insertions(+), 39 deletions(-) diff --git a/src/app/estimate/page.tsx b/src/app/estimate/page.tsx index 370fcfa..056412b 100644 --- a/src/app/estimate/page.tsx +++ b/src/app/estimate/page.tsx @@ -21,47 +21,48 @@ export default function EstimatePage() { headingFontWeight="bold" > - + -
- -
+
+ +
- +
); -- 2.49.1 From 5b7abb345e0bd2861c5ecfacaec9456903784693 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 19:27:51 +0000 Subject: [PATCH 4/6] Update src/app/fleet/page.tsx --- src/app/fleet/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index 536fe1f..33f9b37 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -31,6 +31,7 @@ export default function FleetPage() { { name: "Contact us", id: "/contact-us" }, ]} brandName="CleanScene" + button={{ text: "Get Quote" }} /> -- 2.49.1 From 3388309aff0f90aaef865478c1a5925b47e9cc20 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 19:27:52 +0000 Subject: [PATCH 5/6] 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" + /> +
-
- -
+
+ +
- +
); -- 2.49.1 From 1b1f9530b5a5b7be892af2c00b6c9772ed50127a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 19:27:52 +0000 Subject: [PATCH 6/6] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index e3e1b24..e1f7b2e 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -31,6 +31,7 @@ export default function PricingPage() { { name: "Contact us", id: "/contact-us" }, ]} brandName="CleanScene" + button={{ text: "Get Quote" }} />
-- 2.49.1