feat: add California CCPA privacy policy, all-locations hub page, and custom brand logo & favicon suite

This commit is contained in:
2026-09-11 20:28:29 -07:00
parent bc9dea03fd
commit 4ab0e171eb
26 changed files with 2297 additions and 102 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "Next Gen Landscaping & Yardwork",
"short_name": "Next Gen AV",
"description": "Antelope Valley's Premier Landscaping, Weed Abatement & Yard Care Contractor",
"start_url": "/",
"display": "standalone",
"background_color": "#070c14",
"theme_color": "#00e676",
"icons": [
{
"src": "favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}