smallengine/shop.config.json
Michael Mainguy 3b6c296385 Initial commit: lead capture app for small engine repair shops
Vue 3 + TypeScript + Vite + Tailwind CSS v4 multi-step lead capture form
with config-driven white-labeling, externalized content (content.json),
and "starting at" pricing estimates. Mobile-first with camera photo upload.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 11:14:57 -05:00

31 lines
1.3 KiB
JSON

{
"shopName": "Dave's Small Engine Repair",
"tagline": "Trusted local service for all your outdoor power equipment",
"phone": "(555) 123-4567",
"email": "davem@example.com",
"address": "123 Main St, Anytown, USA 12345",
"logo": "",
"primaryColor": "#16a34a",
"services": [
{ "name": "Tune-Up", "startingAt": 75, "description": "Complete engine tune-up and inspection" },
{ "name": "Blade Sharpening", "startingAt": 25, "description": "Professional blade sharpening and balancing" },
{ "name": "Oil Change", "startingAt": 40, "description": "Oil and filter replacement" },
{ "name": "Carburetor Repair", "startingAt": 85, "description": "Carburetor cleaning, rebuild, or replacement" },
{ "name": "Winterization", "startingAt": 60, "description": "Prepare equipment for off-season storage" },
{ "name": "Full Service", "startingAt": 120, "description": "Comprehensive service and safety check" },
{ "name": "Other / Not Sure", "startingAt": null, "description": "We'll assess and provide a quote" }
],
"equipmentTypes": [
"Lawn Mower (Push)",
"Lawn Mower (Riding)",
"Snowblower",
"Chainsaw",
"Leaf Blower",
"String Trimmer / Weed Eater",
"Generator",
"Pressure Washer",
"Other"
],
"formBackend": ""
}