Compare commits

...

4 Commits

Author SHA1 Message Date
a952712a0e Update src/app/page.tsx 2026-04-26 14:14:11 +00:00
ad69735615 Update src/app/fleet/page.tsx 2026-04-26 14:14:10 +00:00
df5844d8a4 Update src/app/contact/page.tsx 2026-04-26 14:14:10 +00:00
fd9ca7627c Merge version_25 into main
Merge version_25 into main
2026-04-26 14:12:45 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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