Files
gw-svelte/src/lib/content/dog-walking.ts
T

104 lines
4.7 KiB
TypeScript
Raw Normal View History

2026-05-02 08:26:18 +12:00
import type { ServicePageContent } from '$lib/types';
export const dogWalkingContent: ServicePageContent = {
hero: {
eyebrow: '1:1 Walks',
2026-05-07 21:47:42 +12:00
title: 'A calmer walk for dogs who need more attention',
2026-05-02 08:26:18 +12:00
paragraphs: [
2026-05-07 21:47:42 +12:00
'Goodwalk 1:1 Walks are for dogs who do better with more individual attention, a quieter setup, and a walk tailored to their own pace, confidence, and routine.',
'They can be a great fit for larger dogs, dogs who are not suited to group walks, or owners who want a more personal approach with extra care and consistency.',
'If your dog needs space, structure, and a walker who can focus fully on them, our one-on-one walks are designed for exactly that.',
'We run 1:1 walks across Auckland Central — including Mt Eden, Ponsonby, Kingsland, Grey Lynn, Herne Bay, and surrounding suburbs — with free pickup and drop-off included.'
2026-05-02 08:26:18 +12:00
],
2026-05-07 21:47:42 +12:00
imageUrl: '/images/auckland-large-dog-one-on-one-walk.jpg',
2026-05-02 08:26:18 +12:00
imageAlt: 'Large breed dog enjoying a Goodwalk one on one dog walk'
},
highlight: {
2026-05-07 21:47:42 +12:00
eyebrow: 'One dog. Full attention.',
title: 'Built for dogs who need a more individual kind of walk',
2026-05-02 08:26:18 +12:00
imageUrl: '/images/auckland-dogs-outdoor-pack.jpg',
2026-05-07 21:47:42 +12:00
imageAlt: 'Goodwalk dogs gathered together outdoors',
collageImages: [
{
imageUrl: '/images/one-on-one-dog-portrait-1.png',
imageAlt: 'Happy black dog on a one-on-one Goodwalk walk in Auckland'
},
{
imageUrl: '/images/one-on-one-dog-portrait-2.png',
imageAlt: 'Older black dog enjoying a calm one-on-one Goodwalk walk in Auckland'
},
{
imageUrl: '/images/one-on-one-dog-portrait-3.png',
imageAlt: 'Brown curly dog resting during a one-on-one Goodwalk walk in Auckland'
}
]
2026-05-02 08:26:18 +12:00
},
pricing: {
2026-05-07 21:47:42 +12:00
title: 'Choose the walk length that suits your dog',
intro:
'Our 1:1 walks are shaped around your dog, not a group schedule. Ideal for dogs who need extra attention, a steadier pace, or a more personalised walking routine.',
2026-05-02 08:26:18 +12:00
plans: [
{
2026-05-07 21:47:42 +12:00
title: '30 Minute 1:1 Walk',
2026-05-02 08:26:18 +12:00
price: '$45',
period: 'Per Walk',
2026-05-07 21:47:42 +12:00
features: ['Free pickup and drop-off', 'Shorter one-on-one walk', 'Personal attention throughout', 'Good fit for lower-energy dogs']
2026-05-02 08:26:18 +12:00
},
{
2026-05-07 21:47:42 +12:00
title: '45 Minute 1:1 Walk',
2026-05-02 08:26:18 +12:00
price: '$55',
period: 'Per Walk',
popular: true,
2026-05-07 21:47:42 +12:00
features: ['Free pickup and drop-off', 'Balanced walk length for most dogs', 'Time for calm handling and structure', 'Best fit for many routines']
2026-05-02 08:26:18 +12:00
},
{
2026-05-07 21:47:42 +12:00
title: '60 Minute 1:1 Walk',
2026-05-02 08:26:18 +12:00
price: '$65',
period: 'Per Walk',
2026-05-07 21:47:42 +12:00
features: ['Free pickup and drop-off', 'Longer individual walk', 'More time for movement and engagement', 'Best for dogs needing a fuller outing']
2026-05-02 08:26:18 +12:00
}
2026-05-07 21:47:42 +12:00
],
scarcityNote: 'A limited number of 1:1 slots are available each week.'
2026-05-02 08:26:18 +12:00
},
benefits: {
2026-05-07 21:47:42 +12:00
title: 'Why some dogs do better on 1:1 walks',
2026-05-02 08:26:18 +12:00
items: [
{
2026-05-07 21:47:42 +12:00
title: 'They get the walkers full attention',
body: 'One-on-one walks give your dog focused handling and a calmer experience without competing with the needs of a group.'
2026-05-02 08:26:18 +12:00
},
{
2026-05-07 21:47:42 +12:00
title: 'The walk matches their pace',
body: 'We can tailor the route, speed, and duration to suit your dogs energy, confidence, and physical needs.'
2026-05-02 08:26:18 +12:00
},
{
2026-05-07 21:47:42 +12:00
title: 'They have more space to relax',
body: 'Dogs who are not suited to pack walks often feel more comfortable when they can move through the world without the pressure of a group.'
2026-05-02 08:26:18 +12:00
},
{
2026-05-07 21:47:42 +12:00
title: 'You get a more tailored routine',
body: 'A 1:1 setup gives us more flexibility to build a walking routine around what works best for your dog and your week.'
2026-05-02 08:26:18 +12:00
},
{
2026-05-07 21:47:42 +12:00
title: 'There is room for better habits',
body: 'One-on-one walks create more opportunity to reinforce calm walking, better focus, and the practical behaviours that make daily life easier.'
2026-05-02 08:26:18 +12:00
},
{
2026-05-07 21:47:42 +12:00
title: 'You can feel more confident leaving them with us',
body: 'For owners of dogs who need a bit more care, 1:1 walks offer reassurance that your dog is getting a more considered, individual approach.'
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 1:1 walks are the right fit',
subtitle: 'Fill out your details below and well arrange a free Meet & Greet to learn more about your dog.',
formAction: '/contact-us',
2026-05-02 08:26:18 +12:00
serviceOptions: [],
ownerStepLabel: 'Your details',
dogStepLabel: 'Your dog',
2026-05-07 21:47:42 +12:00
dogIntro:
'Tell us about your dog, your area, and anything important we should know so we can see whether a 1:1 walk is the right fit.'
2026-05-02 08:26:18 +12:00
}
};