diff --git a/frontend/public/brand/apple-touch-icon.png b/frontend/public/brand/apple-touch-icon.png new file mode 100644 index 0000000..d1be13c Binary files /dev/null and b/frontend/public/brand/apple-touch-icon.png differ diff --git a/frontend/public/brand/favicon-16.png b/frontend/public/brand/favicon-16.png new file mode 100644 index 0000000..5f354cc Binary files /dev/null and b/frontend/public/brand/favicon-16.png differ diff --git a/frontend/public/brand/favicon-32.png b/frontend/public/brand/favicon-32.png new file mode 100644 index 0000000..21c88de Binary files /dev/null and b/frontend/public/brand/favicon-32.png differ diff --git a/frontend/public/brand/logo.png b/frontend/public/brand/logo.png new file mode 100644 index 0000000..04a4b96 Binary files /dev/null and b/frontend/public/brand/logo.png differ diff --git a/frontend/public/index.html b/frontend/public/index.html index b7c4d9e..7887319 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -2,11 +2,16 @@
- + + + + + + - + diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json new file mode 100644 index 0000000..9da4cb7 --- /dev/null +++ b/frontend/public/manifest.json @@ -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" +} diff --git a/frontend/src/components/Layout/AuthLayout.js b/frontend/src/components/Layout/AuthLayout.js index 7261c3d..251e454 100644 --- a/frontend/src/components/Layout/AuthLayout.js +++ b/frontend/src/components/Layout/AuthLayout.js @@ -20,7 +20,10 @@ const AuthLayout = ({ children }) => { /> -
+ Professional Lawn Care Management
diff --git a/frontend/src/components/Layout/Layout.js b/frontend/src/components/Layout/Layout.js index a51d49b..e3fe3cb 100644 --- a/frontend/src/components/Layout/Layout.js +++ b/frontend/src/components/Layout/Layout.js @@ -145,7 +145,10 @@ const Layout = ({ children }) => { />
+