139 lines
6.4 KiB
TypeScript
139 lines
6.4 KiB
TypeScript
import type { ServicePageContent } from '$lib/types';
|
||
|
||
export const packWalksContent: ServicePageContent = {
|
||
hero: {
|
||
eyebrow: 'Tiny Gang Pack Walks',
|
||
title: 'Tiny Gang Pack Walks for sociable small and medium dogs',
|
||
subtitle: 'Tiny Gang walks are social, active, and carefully matched for dogs who love the right company.',
|
||
paragraphs: [
|
||
'Goodwalk Tiny Gang Pack Walks are built for Auckland Central owners of small and medium dogs who want a reliable weekly routine, a well-exercised dog, and more peace of mind during the workday.',
|
||
'Our Tiny Gang packs stay small, calm, and carefully matched, so sociable dogs can build confidence, enjoy safe group outings, and come home settled instead of overstimulated.',
|
||
'Tiny Gang is best suited to sociable small and medium dogs who enjoy being around other dogs. If your dog would be better with a quieter, more individual setup, our 1:1 walks may be a better fit.',
|
||
'We run pack walks across Auckland Central — including Mt Eden, Kingsland, Ponsonby, Grey Lynn, Sandringham, Mt Albert, and surrounding suburbs — with free pickup and drop-off included in every booking.'
|
||
],
|
||
imageUrl: '/images/auckland-pack-walk-small-dogs-group.jpg',
|
||
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' }
|
||
},
|
||
highlight: {
|
||
eyebrow: 'What Tiny Gang is',
|
||
title: 'A small-group walking routine for sociable dogs who love the right company',
|
||
imageUrl: '/images/small-medium-dogs-pack-walk.jpg',
|
||
imageAlt: 'Small and medium dogs together on a Goodwalk pack walk in Auckland',
|
||
points: [
|
||
{
|
||
title: 'Small, social groups',
|
||
body:
|
||
'Tiny Gang walks run in carefully matched groups of 4-8 dogs, with real play, movement, and social time without the chaos of oversized packs.'
|
||
},
|
||
{
|
||
title: 'Best for the right dogs',
|
||
body:
|
||
'These walks suit sociable small and medium dogs who enjoy company and tend to do well in a shared, active environment. If your dog needs more space, 1:1 walks may be a better fit.'
|
||
},
|
||
{
|
||
title: 'Exercise with a weekly rhythm',
|
||
body:
|
||
'Most owners use Tiny Gang as a regular weekday routine, with pickup and drop-off included across Auckland Central to make the whole thing easier to stick to.'
|
||
}
|
||
]
|
||
},
|
||
pricing: {
|
||
title: 'Choose the weekly routine that suits your dog',
|
||
intro:
|
||
'Choose the routine that gives your dog the right amount of exercise, social time, and consistency each week.',
|
||
plans: [
|
||
{
|
||
title: '1 Walk Per Week',
|
||
price: '$58',
|
||
period: 'Per Walk',
|
||
features: ['One regular walk each week', 'Free pickup and drop-off', 'Calm small-group outing', 'Best for dogs starting out']
|
||
},
|
||
{
|
||
title: '2-3 Walks Per Week',
|
||
price: '$55',
|
||
period: 'Per Walk',
|
||
popular: true,
|
||
features: ['Two to three regular walks each week', 'Free pickup and drop-off', 'Consistent exercise and social time', 'Best fit for busy owners']
|
||
},
|
||
{
|
||
title: '4-5 Walks Per Week',
|
||
price: '$49.50',
|
||
period: 'Per Walk',
|
||
features: ['Four to five regular walks each week', 'Free pickup and drop-off', 'Maximum consistency and structure', 'Best for high-energy social dogs']
|
||
},
|
||
{
|
||
title: 'Casual Pack Walk',
|
||
price: '$65',
|
||
period: 'Per Walk',
|
||
features: ['Casual availability only', 'Free pickup and drop-off', 'For dogs already suited to pack walks', 'Higher rate than weekly routines']
|
||
}
|
||
],
|
||
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' }
|
||
],
|
||
scarcityNote: 'We keep packs small (4-8 dogs) — popular days fill up fast.'
|
||
},
|
||
benefits: {
|
||
title: 'Why the right dogs thrive in Tiny Gang',
|
||
intro:
|
||
'Small, compatible groups give dogs the exercise, confidence, and routine they need without the chaos of oversized pack walks.',
|
||
items: [
|
||
{
|
||
title: 'Calmer evenings at home',
|
||
body: 'Small, structured outings help dogs burn energy without overstimulation, so they come home settled, content, and ready to rest.',
|
||
badge: 'Structured weekly walks',
|
||
icon: 'fas fa-house'
|
||
},
|
||
{
|
||
title: 'Confidence with the right dogs',
|
||
body: 'Carefully matched groups help sociable dogs enjoy company at the right pace, without the pressure of bigger mixed packs.',
|
||
badge: 'Carefully matched groups',
|
||
icon: 'fas fa-user-group'
|
||
},
|
||
{
|
||
title: 'No overwhelming pack dynamics',
|
||
body: 'Tiny Gang is designed for small and medium dogs, with group size, pace, and play style matched to help them feel safe.',
|
||
badge: 'Small & medium dogs',
|
||
icon: 'fas fa-shield-dog'
|
||
},
|
||
{
|
||
title: 'A routine owners can rely on',
|
||
body: 'Regular weekly slots give busy owners dependable exercise support and give dogs the comfort of a familiar rhythm.',
|
||
badge: 'Reliable weekly slots',
|
||
icon: 'fas fa-calendar-check'
|
||
},
|
||
{
|
||
title: 'Individual attention still matters',
|
||
body: 'Smaller groups mean our walkers can notice confidence, handling, behaviour, and the little details that make a difference.',
|
||
badge: '4–8 dogs per walk',
|
||
icon: 'fas fa-eye'
|
||
},
|
||
{
|
||
title: 'Safety is built into the group',
|
||
body: 'Calm, compatible packs reduce intimidation and create a safer walking environment than a one-size-fits-all approach.',
|
||
badge: 'Calm, compatible packs',
|
||
icon: 'fas fa-shield-heart'
|
||
}
|
||
]
|
||
},
|
||
testimonialsHeading: 'What our clients say',
|
||
booking: {
|
||
title: 'See if your dog fits our Tiny Gang',
|
||
subtitle: '',
|
||
formAction: '/contact-us',
|
||
serviceOptions: [],
|
||
ownerStepLabel: 'Your details',
|
||
dogStepLabel: 'Dog details',
|
||
dogIntro:
|
||
'Tell us about your small or medium dog, where you are based, and anything important we should know so we can see if Tiny Gang is the right fit.'
|
||
}
|
||
};
|