Compare commits
9 Commits
version_28
...
version_30
| Author | SHA1 | Date | |
|---|---|---|---|
| 44d326abe9 | |||
| fef189d55e | |||
| 7d5def77be | |||
| fd3d83a614 | |||
| 5df69d2913 | |||
| b2736ccef6 | |||
| 23cdd4ba99 | |||
| 00f1a4614a | |||
| ce45b10c14 |
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user