Compare commits

..

9 Commits

Author SHA1 Message Date
44d326abe9 Update src/app/page.tsx 2026-04-26 14:19:03 +00:00
fef189d55e Update src/app/fleet/page.tsx 2026-04-26 14:19:02 +00:00
7d5def77be Update src/app/contact/page.tsx 2026-04-26 14:19:02 +00:00
fd3d83a614 Merge version_29 into main
Merge version_29 into main
2026-04-26 14:18:03 +00:00
5df69d2913 Update src/app/page.tsx 2026-04-26 14:18:00 +00:00
b2736ccef6 Update src/app/fleet/page.tsx 2026-04-26 14:17:59 +00:00
23cdd4ba99 Update src/app/contact/page.tsx 2026-04-26 14:17:59 +00:00
00f1a4614a Merge version_28 into main
Merge version_28 into main
2026-04-26 14:16:59 +00:00
ce45b10c14 Merge version_28 into main
Merge version_28 into main
2026-04-26 14:16:21 +00:00
3 changed files with 5 additions and 8 deletions

View File

@@ -28,8 +28,7 @@ export default function LandingPage() {
{ name: "Fleet", id: "/fleet" },
{ name: "Contact", id: "/contact" },
]}
brandName="CleanScene Restroom Rentals"
className="w-80 text-3xl font-extrabold text-[#0a7039]"
brandName="CleanScene"
/>
</div>

View File

@@ -28,8 +28,7 @@ export default function LandingPage() {
{ name: "Fleet", id: "/fleet" },
{ name: "Contact", id: "/contact" },
]}
brandName="CleanScene Restroom Rentals"
className="w-80 text-3xl font-extrabold text-[#0a7039]"
brandName="CleanScene"
/>
</div>

View File

@@ -32,8 +32,7 @@ export default function LandingPage() {
{ name: "Fleet", id: "/fleet" },
{ name: "Contact", id: "/contact" },
]}
brandName="CleanScene Restroom Rentals"
className="w-80 text-3xl font-extrabold text-[#0a7039]"
brandName="CleanScene"
/>
</div>
@@ -76,8 +75,8 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "CleanScene", name: "3-Station Private Suite", price: "Quote on Request", rating: 0, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-wood-stone-white-bathroom_105762-2136.jpg" },
{ id: "p2", brand: "CleanScene", name: "Executive Comfort Series", price: "Quote on Request", rating: 0, reviewCount: "", imageSrc: "http://img.b2bpic.net/modern-bathroom-with-big-mirror_1203-1497.jpg" },
{ id: "p1", brand: "CleanScene", name: "3-Station Private Suite", price: "Quote on Request", rating: 5, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-wood-stone-white-bathroom_105762-2136.jpg" },
{ id: "p2", brand: "CleanScene", name: "Executive Comfort Series", price: "Quote on Request", rating: 5, reviewCount: "", imageSrc: "http://img.b2bpic.net/modern-bathroom-with-big-mirror_1203-1497.jpg" },
]}
title="Our Curated Fleet"
textBoxTitleClassName="text-[#0a7039]"