2026-05-02 08:26:18 +12:00
import type { ServicePageContent } from '$lib/types' ;
export const packWalksContent : ServicePageContent = {
hero : {
2026-05-15 01:28:10 +12:00
eyebrow : 'Tiny Gang Pack Walks' ,
2026-05-18 22:25:43 +12:00
title : 'Pack walks that actually suit small & medium dogs' ,
subtitle : 'Small groups. Same walker. A real walk, every time.' ,
introEyebrow : 'How Tiny Gang works' ,
introHeading : 'What joining the pack actually looks like' ,
detailHighlights : [
{ value : '4-8' , label : 'dogs per walk' },
{ value : '2' , label : 'assessment walks first' },
{ value : '60-75' , label : 'minutes on the ground' }
],
2026-05-02 08:26:18 +12:00
paragraphs : [
2026-05-18 22:25:43 +12:00
'Tiny Gang is built for small and medium dogs who like the right kind of company. 4 to 8 dogs, matched on size and energy.' ,
'Free Meet & Greet at home, then two assessment walks. Regular slot only once we know the fit is right.' ,
'60 to 75 minutes on the ground. We rotate Western Springs, Fowlds Park, Cornwall Park, Grey Lynn Park, and Oakley Creek — picked on the day for weather and group.'
2026-05-02 08:26:18 +12:00
],
2026-05-18 09:43:29 +12:00
imageUrl : '/images/goodwalk-tiny-gang-pack-walk-small-dogs-auckland.webp' ,
2026-05-13 00:34:34 +12:00
imageAlt : "Small dogs from Goodwalk's Tiny Gang pack walk sitting together in an Auckland park" ,
chips : [
{ icon : 'fas fa-users' , label : 'Small groups · 4– 8 dogs' },
{ icon : 'fas fa-tag' , label : 'From $49.50 / walk' },
{ icon : 'fas fa-car' , label : 'Free pickup & drop-off' }
],
cta : { label : 'See if Tiny Gang fits your dog' , href : '#newlead' , variant : 'yellow' }
2026-05-02 08:26:18 +12:00
},
highlight : {
2026-05-13 00:34:34 +12:00
eyebrow : 'What Tiny Gang is' ,
2026-05-18 22:25:43 +12:00
title : 'Small groups. Right dogs. Real walks.' ,
2026-05-18 09:43:29 +12:00
imageUrl : '/images/goodwalk-small-medium-dogs-pack-walk-auckland.webp' ,
2026-05-13 00:34:34 +12:00
imageAlt : 'Small and medium dogs together on a Goodwalk pack walk in Auckland' ,
points : [
{
title : 'Small, social groups' ,
body :
2026-05-18 22:25:43 +12:00
'4 to 8 dogs, carefully matched. Real play, movement, and social time — no oversized-pack chaos.'
2026-05-13 00:34:34 +12:00
},
{
2026-05-18 22:25:43 +12:00
title : 'Built for the right dogs' ,
2026-05-13 00:34:34 +12:00
body :
2026-05-18 22:25:43 +12:00
'Sociable small and medium dogs who enjoy company. If your dog needs more space, solo walks are the better fit.'
2026-05-13 00:34:34 +12:00
},
{
2026-05-18 22:25:43 +12:00
title : 'A weekly rhythm that sticks' ,
2026-05-13 00:34:34 +12:00
body :
2026-05-18 22:25:43 +12:00
'Regular weekday routine. Pickup and drop-off across Auckland Central. Easy to keep going.'
2026-05-13 00:34:34 +12:00
}
]
2026-05-02 08:26:18 +12:00
},
2026-05-18 22:25:43 +12:00
decision : {
title : 'Is Tiny Gang right for your dog?' ,
fitTitle : 'Tiny Gang is a great fit if your dog:' ,
fitItems : [
'Is small or medium-sized' ,
'Enjoys other dogs' ,
'Is sociable and adaptable' ,
'Has settled basic on-lead manners' ,
'Is up to date on vaccinations and Auckland Council registration'
],
notFitTitle : 'Better with a solo walk if your dog:' ,
notFitItems : [
'Is reactive on the lead' ,
'Is anxious in groups of dogs' ,
'Is significantly larger than a typical pack member' ,
'Is recovering from injury or surgery' ,
'Needs a slower, steadier pace'
],
footnote : 'Not sure? The free Meet & Greet decides — and we will be straight with you.'
},
2026-05-02 08:26:18 +12:00
pricing : {
2026-05-18 22:25:43 +12:00
title : 'Pick the weekly routine that fits' ,
intro : 'Right exercise. Right social time. Same walker every week.' ,
2026-05-02 08:26:18 +12:00
plans : [
{
2026-05-07 21:47:42 +12:00
title : '1 Walk Per Week' ,
2026-05-02 08:26:18 +12:00
price : '$58' ,
period : 'Per Walk' ,
2026-05-18 22:25:43 +12:00
features : [ 'One regular walk each week' , 'Free pickup and drop-off' , 'Calm small-group outing' , 'For dogs starting out' ]
2026-05-02 08:26:18 +12:00
},
{
2026-05-07 21:47:42 +12:00
title : '2-3 Walks Per Week' ,
2026-05-02 08:26:18 +12:00
price : '$55' ,
period : 'Per Walk' ,
popular : true ,
2026-05-18 22:25:43 +12:00
features : [ 'Two to three regular walks each week' , 'Free pickup and drop-off' , 'Consistent exercise and social time' , 'Most popular routine' ]
2026-05-02 08:26:18 +12:00
},
{
2026-05-07 21:47:42 +12:00
title : '4-5 Walks Per Week' ,
2026-05-02 08:26:18 +12:00
price : '$49.50' ,
period : 'Per Walk' ,
2026-05-18 22:25:43 +12:00
features : [ 'Four to five regular walks each week' , 'Free pickup and drop-off' , 'Maximum consistency and structure' , 'For high-energy social dogs' ]
2026-05-02 08:26:18 +12:00
},
{
2026-05-07 21:47:42 +12:00
title : 'Casual Pack Walk' ,
2026-05-02 08:26:18 +12:00
price : '$65' ,
period : 'Per Walk' ,
2026-05-18 22:25:43 +12:00
features : [ 'Casual availability only' , 'Free pickup and drop-off' , 'For dogs already suited to pack walks' , 'No weekly commitment' ]
2026-05-02 08:26:18 +12:00
}
],
extras : [
{ label : 'Extra Dog' , note : 'From same household' , price : '$35' },
{ label : 'Muddy Wash' , price : '$35' },
{ label : '5 Hour Day Out' , note : 'Not suitable for all dogs' , price : '$90' }
2026-05-06 08:27:24 +12:00
],
scarcityNote : 'We keep packs small (4-8 dogs) — popular days fill up fast.'
2026-05-02 08:26:18 +12:00
},
benefits : {
2026-05-13 00:34:34 +12:00
title : 'Why the right dogs thrive in Tiny Gang' ,
2026-05-18 22:25:43 +12:00
intro : 'Small groups. Compatible dogs. No chaos. That\'s why it works.' ,
2026-05-02 08:26:18 +12:00
items : [
{
2026-05-13 00:34:34 +12:00
title : 'Calmer evenings at home' ,
2026-05-18 22:25:43 +12:00
body : 'Structured outings burn energy without overstimulating. Your dog comes home tired and settled.' ,
2026-05-13 00:34:34 +12:00
badge : 'Structured weekly walks' ,
icon : 'fas fa-house'
2026-05-02 08:26:18 +12:00
},
{
2026-05-13 00:34:34 +12:00
title : 'Confidence with the right dogs' ,
2026-05-18 22:25:43 +12:00
body : 'Matched groups. Right pace. No pressure from bigger mixed packs.' ,
2026-05-13 00:34:34 +12:00
badge : 'Carefully matched groups' ,
icon : 'fas fa-user-group'
2026-05-02 08:26:18 +12:00
},
{
2026-05-18 22:25:43 +12:00
title : 'No bigger dogs to dodge' ,
body : 'Built for small and medium dogs. Group size, pace, and play style all picked to help them feel safe.' ,
2026-05-13 00:34:34 +12:00
badge : 'Small & medium dogs' ,
icon : 'fas fa-shield-dog'
2026-05-02 08:26:18 +12:00
},
{
2026-05-18 22:25:43 +12:00
title : 'A weekly routine that sticks' ,
body : 'Regular weekly slots. Dependable for you. A familiar rhythm for your dog.' ,
2026-05-13 00:34:34 +12:00
badge : 'Reliable weekly slots' ,
icon : 'fas fa-calendar-check'
2026-05-02 08:26:18 +12:00
},
{
2026-05-18 22:25:43 +12:00
title : 'Eyes on every dog' ,
body : 'Smaller groups mean we notice confidence, handling, and the small details that matter.' ,
2026-05-13 00:34:34 +12:00
badge : '4– 8 dogs per walk' ,
icon : 'fas fa-eye'
2026-05-02 08:26:18 +12:00
},
{
2026-05-18 22:25:43 +12:00
title : 'Safer than a one-size pack' ,
body : 'Calm, compatible packs. Less intimidation. A safer walk than a one-size-fits-all approach.' ,
2026-05-13 00:34:34 +12:00
badge : 'Calm, compatible packs' ,
icon : 'fas fa-shield-heart'
2026-05-02 08:26:18 +12:00
}
]
},
2026-05-18 09:43:29 +12:00
faq : {
title : 'Tiny Gang Pack Walk FAQs' ,
2026-05-18 22:25:43 +12:00
intro : 'What Auckland owners ask before joining the Tiny Gang.' ,
2026-05-18 09:43:29 +12:00
items : [
2026-05-18 22:25:43 +12:00
{
question : 'How much does a Tiny Gang pack walk cost in Auckland?' ,
answer :
'Tiny Gang Pack Walks start from $49.50 per walk on a 4– 5 walks per week routine. Casual pack walks are $65 per walk. Pickup and drop-off across Auckland Central is included in every booking.'
},
2026-05-18 09:43:29 +12:00
{
question : 'How big are the pack walks?' ,
answer :
2026-05-18 22:25:43 +12:00
'4 to 8 dogs, carefully matched on size, energy, and play style. We never run oversized packs — that is the whole point.'
2026-05-18 09:43:29 +12:00
},
{
question : 'What size and type of dog suits a Tiny Gang walk?' ,
answer :
2026-05-18 22:25:43 +12:00
'Sociable small and medium dogs who enjoy other dogs. If your dog is reactive, anxious in groups, or much larger than the typical pack, a solo walk is the better fit — and we will say so at the Meet & Greet.'
2026-05-18 09:43:29 +12:00
},
{
question : 'How long is a Tiny Gang walk and where do you go?' ,
answer :
2026-05-18 22:25:43 +12:00
'60 to 75 minutes on the ground, plus pickup and drop-off. We rotate Western Springs, Fowlds Park, Cornwall Park, Grey Lynn Park, and the Oakley Creek walkway — picked on the day for weather and group.'
2026-05-18 09:43:29 +12:00
},
{
question : 'Is pickup and drop-off included?' ,
answer :
2026-05-18 22:25:43 +12:00
'Yes. Free door-to-door across Auckland Central — Mt Eden, Kingsland, Ponsonby, Grey Lynn, Sandringham, Mt Albert and surrounds. You drive nowhere.'
2026-05-18 09:43:29 +12:00
},
{
question : 'How does my dog join the Tiny Gang?' ,
answer :
2026-05-18 22:25:43 +12:00
'Free Meet & Greet at home, then two assessment walks before a regular slot. Time for your dog to settle in without pressure.'
2026-05-18 09:43:29 +12:00
},
{
question : 'Can I book casual or one-off pack walks?' ,
answer :
2026-05-18 22:25:43 +12:00
'Casual walks are available at $65/walk, for dogs we already know fit. Regular weekly walks are better value — and suit most dogs more.'
2026-05-18 09:43:29 +12:00
},
{
question : 'What happens if it rains on a pack walk day?' ,
answer :
2026-05-18 22:25:43 +12:00
'We walk in most weather. If conditions are unsafe — extreme heat, thunderstorms, flooding — we contact you to reschedule.'
2026-05-18 09:43:29 +12:00
}
]
},
2026-05-02 08:26:18 +12:00
testimonialsHeading : 'What our clients say' ,
booking : {
2026-05-07 21:47:42 +12:00
title : 'See if your dog fits our Tiny Gang' ,
2026-05-02 08:26:18 +12:00
subtitle : '' ,
2026-05-02 11:24:11 +12:00
formAction : '/contact-us' ,
2026-05-02 08:26:18 +12:00
serviceOptions : [],
ownerStepLabel : 'Your details' ,
dogStepLabel : 'Dog details' ,
2026-05-07 21:47:42 +12:00
dogIntro :
2026-05-18 22:25:43 +12:00
'Tell us about your dog. Where you are. Anything we should know. We\'ll come back about the fit.'
},
lastUpdated : '2026-05-18'
2026-05-02 08:26:18 +12:00
};