Compare commits

..

5 Commits

Author SHA1 Message Date
968664bedf Update src/app/page.tsx 2026-04-26 14:12:42 +00:00
ccd6453156 Update src/app/fleet/page.tsx 2026-04-26 14:12:41 +00:00
bd0420552d Update src/app/contact/page.tsx 2026-04-26 14:12:40 +00:00
9adeb4a281 Merge version_24 into main
Merge version_24 into main
2026-04-26 14:09:46 +00:00
82ef1197ca Merge version_24 into main
Merge version_24 into main
2026-04-26 14:09:04 +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"
className="w-80 text-3xl font-extrabold"
/>
</div>

View File

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

View File

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