diff --git a/MARKETING.md b/MARKETING.md new file mode 100644 index 0000000..6bed350 --- /dev/null +++ b/MARKETING.md @@ -0,0 +1,133 @@ +# Marketing Principles for Goodwalk + +A working reference for the Goodwalk site rebuild and ongoing marketing decisions. Drawn from Chris Do (The Futur) and Debbie Millman (Design Matters), applied to the goal of acquiring 10 new clients. + +--- + +## Chris Do's Principles + +### 1. Sell the transformation, not the service + +People don't buy "dog walking" — they buy peace of mind at work, a tired happy dog, not feeling guilty. + +The headline shouldn't be "Professional Dog Walking in Wellington." It should speak to the outcome: + +- "Come home to a happy, exercised dog" +- "Your dog's best part of the day, while you're at work" + +### 2. Niche down to stand out + +"Dog walker" competes with everyone. "Dog walker for working professionals in [suburb] with anxious or reactive dogs" competes with almost no one — and can charge more. + +Pick a wedge. + +### 3. Price on value, not time + +Don't lead with "$25 per walk." Lead with packages and outcomes: + +> **The Working Professional Plan** — 3 walks/week, GPS updates, photo reports + +Hide the hourly rate. Make it about what they get, not what you do. + +### 4. Show, don't tell + +Testimonials and proof crush adjectives. "Reliable and caring" is meaningless. + +A photo of a muddy grinning dog with a one-line quote from the owner sells: + +> "Bowie pulls me to the door when he sees Sarah's car." + +### 5. Free is a magnet + +Most dog walking sites just have a contact form — that's a closed door. Open one with: + +- A free first walk +- A free meet-and-greet +- A downloadable "Is your dog getting enough exercise?" checklist + +Get people into the funnel. + +--- + +## Debbie Millman's Principles + +### 1. Brand is a story people tell themselves about you + +Branding is deliberate differentiation through storytelling. + +What's the Goodwalk story? Why do you do this? Are you the ex-vet-nurse who only walks small dogs? The runner who takes high-energy breeds on actual trail runs? + +That story belongs on the homepage, not buried on About. + +### 2. Consistency builds trust + +One voice, one visual identity, everywhere: + +- Website +- Instagram +- Car magnet +- The message sent when running 5 minutes late + +Owners are handing you keys to their house and the life of their dog. Visual and verbal consistency signals "I am organised and reliable" before you've said a word. + +### 3. Design is a tool for clarity, not decoration + +Debbie often quotes Massimo Vignelli — design should make the message clearer. + +In 3 seconds, can a stranger answer: + +- What do you do? +- Who is it for? +- How do I book? + +If they have to scroll or think, you're losing them. + +--- + +## Applied: A Plan for 10 New Clients + +A site rewrite with these principles in mind. + +### 1. Homepage hero + +- Outcome-focused headline +- One strong photo of a happy dog mid-walk +- One button: **"Book a free meet-and-greet"** + +### 2. Pick a niche and say it out loud + +Even just "for [your suburb] working professionals" narrows the field and helps you rank. + +### 3. Three packages, not an hourly rate + +Make the middle one the obvious choice (the "decoy effect" — Chris talks about this). + +### 4. Three testimonials with photos and dog names + +Real names, real dogs. Not "J.S. — Customer." + +### 5. One story section + +Who you are, why you do this, why someone should trust you with their dog and their house key. + +### 6. Lead magnet + +A free PDF like "How much exercise does your dog actually need?" in exchange for an email. Then you have a list to follow up with. + +### 7. Kill booking friction + +One-click to a calendar or a WhatsApp link. Not a 7-field form. + +--- + +## Quick Reference Checklist + +- [ ] Headline sells the outcome, not the service +- [ ] Niche is named explicitly on the homepage +- [ ] Pricing presented as packages, not hourly +- [ ] At least 3 testimonials with real names, dog names, and photos +- [ ] Founder story visible on homepage +- [ ] Lead magnet (PDF or free meet-and-greet) above the fold +- [ ] Booking is one click — calendar link or WhatsApp +- [ ] Visual and verbal identity consistent across site, Instagram, and comms +- [ ] In 3 seconds: what / who / how-to-book is obvious diff --git a/src/app.html b/src/app.html index 055f333..1e483d5 100644 --- a/src/app.html +++ b/src/app.html @@ -52,7 +52,7 @@ box-shadow: 0 24px 60px rgba(17, 20, 24, 0.2); text-align: left; font-family: 'Readex Pro', system-ui, sans-serif; - color: #213021; + color: var(--gw-green); } .no-js-kicker { @@ -65,7 +65,7 @@ font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; - color: #213021; + color: var(--gw-green); } .no-js-card h1 { @@ -74,7 +74,7 @@ font-size: clamp(28px, 4vw, 38px); line-height: 1.05; letter-spacing: -0.04em; - color: #213021; + color: var(--gw-green); } .no-js-card p { diff --git a/src/lib/components/BookingPage.svelte b/src/lib/components/BookingPage.svelte index f4a60ef..8aed747 100644 --- a/src/lib/components/BookingPage.svelte +++ b/src/lib/components/BookingPage.svelte @@ -18,9 +18,9 @@
{#if allowGeneralEnquiry} - Fill in the form below to book a Meet & Greet or send a general enquiry. + Book a Meet & Greet or send a general enquiry. We’ll come back within 24 hours. {:else} - Fill in the form below and we'll be in touch to arrange a free introduction. + Tell us a little about your dog and we’ll be in touch within 24 hours to arrange a free Meet & Greet. {/if}
{bookingIntro}
+
+
+
+
-