This commit is contained in:
Jake Kasper
2025-09-05 15:28:44 -04:00
parent 8416a9daf7
commit 0be71523a4
8 changed files with 43 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@@ -2,11 +2,16 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<!-- Favicon & brand icons -->
<!-- Use PNG favicon for broad compatibility -->
<link rel="icon" type="image/png" href="%PUBLIC_URL%/brand/logo.png" />
<!-- Precise favicon sizes -->
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/brand/favicon-32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/brand/favicon-16.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#059669" />
<meta name="description" content="TurfTracking - Professional lawn care management and tracking application" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/brand/apple-touch-icon.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!-- Google Fonts -->

View File

@@ -0,0 +1,20 @@
{
"short_name": "TurfTracking",
"name": "TurfTracking",
"icons": [
{
"src": "/brand/logo.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/brand/logo.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"display": "standalone",
"theme_color": "#059669",
"background_color": "#ffffff"
}

View File

@@ -20,7 +20,10 @@ const AuthLayout = ({ children }) => {
/>
</svg>
</div>
<h1 className="text-3xl font-bold text-gray-900 mb-2">TurfTracking</h1>
<div className="flex items-center gap-2 mb-2">
<img src="/brand/logo.png" alt="TurfTracking" className="h-8 w-8" />
<h1 className="text-3xl font-bold text-gray-900">TurfTracking</h1>
</div>
<p className="text-lg text-gray-600">Professional Lawn Care Management</p>
</div>
</div>

View File

@@ -145,7 +145,10 @@ const Layout = ({ children }) => {
/>
<div className="fixed inset-y-0 left-0 flex w-64 flex-col bg-white shadow-xl">
<div className="flex h-16 items-center justify-between px-6 border-b border-gray-200">
<div className="flex items-center gap-2">
<img src="/brand/logo.png" alt="TurfTracking" className="h-6 w-6" />
<h1 className="text-xl font-bold text-primary-600">TurfTracking</h1>
</div>
<button
type="button"
className="text-gray-400 hover:text-gray-600"
@@ -244,8 +247,11 @@ const Layout = ({ children }) => {
<div className="hidden lg:fixed lg:inset-y-0 lg:flex lg:w-64 lg:flex-col">
<div className="flex min-h-0 flex-1 flex-col bg-white border-r border-gray-200">
<div className="flex h-16 items-center px-6 border-b border-gray-200">
<div className="flex items-center gap-2">
<img src="/brand/logo.png" alt="TurfTracking" className="h-6 w-6" />
<h1 className="text-xl font-bold text-primary-600">TurfTracking</h1>
</div>
</div>
<nav className="flex-1 space-y-1 px-4 py-6">
{navigation.map((item) => {
@@ -337,7 +343,10 @@ const Layout = ({ children }) => {
<Bars3Icon className="h-6 w-6" />
</button>
<div className="flex items-center gap-2">
<img src="/brand/logo.png" alt="TurfTracking" className="h-5 w-5" />
<h1 className="text-lg font-semibold text-gray-900">TurfTracking</h1>
</div>
<div className="flex items-center space-x-4">
<button className="text-gray-400 hover:text-gray-500">