Files
gw-svelte/src/lib/content/puppy-visits.ts
T

89 lines
4.3 KiB
TypeScript
Raw Normal View History

2026-05-02 08:26:18 +12:00
import type { ServicePageContent } from '$lib/types';
export const puppyVisitsContent: ServicePageContent = {
hero: {
eyebrow: 'Puppy Visits',
2026-05-07 21:47:42 +12:00
title: 'Give your puppy a calmer start while you are out',
2026-05-02 08:26:18 +12:00
paragraphs: [
2026-05-07 21:47:42 +12:00
'Goodwalk Puppy Visits are designed for busy owners who want their puppy cared for properly during the day, with toilet breaks, play, feeding, and calm one-on-one attention at home.',
'They are also the first stage of the Goodwalk journey. For puppies who may later join our Pack Walks, these visits help build familiarity, confidence, and the early routines that make that transition much smoother.',
'Instead of just getting through the day, your puppy gets a more thoughtful start, and you get more peace of mind while you are away.',
'We offer puppy visits across Auckland Central including Mt Eden, Ponsonby, Grey Lynn, Kingsland, Sandringham, Herne Bay, and surrounding suburbs.'
2026-05-02 08:26:18 +12:00
],
imageUrl: '/images/auckland-puppy-home-visit.jpg',
2026-05-07 21:47:42 +12:00
imageAlt: 'Puppy receiving a calm Goodwalk home visit in Auckland'
},
highlight: {
eyebrow: 'Start well. Grow well.',
title: 'A home visit now can help set your puppy up for calmer routines and future Pack Walks later on',
imageUrl: '/images/auckland-puppy-visits-cavalier-king-charles-spaniel.jpg',
imageAlt: 'Young Cavalier King Charles Spaniel puppy resting at home before future Goodwalk Pack Walk training in Auckland'
2026-05-02 08:26:18 +12:00
},
pricing: {
2026-05-07 21:47:42 +12:00
title: 'Choose the visit length that suits your puppy',
intro:
'Puppy Visits are built around your puppys age, routine, and energy levels, with practical support now and foundations for later social walking if they are a good fit for our Tiny Gang.',
2026-05-02 08:26:18 +12:00
plans: [
{
2026-05-07 21:47:42 +12:00
title: '20 Minute Visit',
2026-05-02 08:26:18 +12:00
price: '$39',
period: 'Per Visit',
2026-05-07 21:47:42 +12:00
features: ['Toilet break and check-in', 'Feeding if needed', 'Gentle one-on-one attention', 'Good for shorter midday support']
2026-05-02 08:26:18 +12:00
},
{
2026-05-07 21:47:42 +12:00
title: '45 Minute Visit',
2026-05-02 08:26:18 +12:00
price: '$49',
period: 'Per Visit',
2026-05-07 21:47:42 +12:00
features: ['Toilet break and feeding if needed', 'Play and enrichment time', 'Early routine-building support', 'Best fit for many puppies']
2026-05-02 08:26:18 +12:00
},
{
2026-05-07 21:47:42 +12:00
title: '60 Minute Visit',
2026-05-02 08:26:18 +12:00
price: '$55',
period: 'Per Visit',
2026-05-07 21:47:42 +12:00
features: ['Longer home visit', 'More play, settling, and engagement', 'Extra support for younger puppies', 'Best for pups needing more time']
2026-05-02 08:26:18 +12:00
}
2026-05-07 21:47:42 +12:00
],
scarcityNote: 'Puppy Visit spaces are limited so we can keep care consistent.'
2026-05-02 08:26:18 +12:00
},
benefits: {
2026-05-07 21:47:42 +12:00
title: 'Why Puppy Visits matter early',
2026-05-02 08:26:18 +12:00
items: [
{
2026-05-07 21:47:42 +12:00
title: 'Fewer long stretches alone',
body: 'Regular visits break up the day, help with toilet timing, and give your puppy company, care, and comfort while you are out.'
},
{
title: 'Better foundations for future Pack Walks',
body: 'For puppies who may later join our Tiny Gang, early visits help build confidence, familiarity, and the routines that support a smoother next step.'
},
{
title: 'A calmer puppy at home',
body: 'Play, enrichment, and routine help use up some puppy energy in the right way, which can mean a more settled puppy through the rest of the day.'
2026-05-02 08:26:18 +12:00
},
{
2026-05-07 21:47:42 +12:00
title: 'Support for busy owners too',
body: 'You get practical help during a demanding stage, plus guidance from a team that understands how much consistency matters when puppies are learning fast.'
2026-05-02 08:26:18 +12:00
},
{
2026-05-07 21:47:42 +12:00
title: 'Early habits start taking shape',
body: 'Visits give us time to reinforce the basics around handling, routine, and calm engagement before those small habits become bigger problems.'
2026-05-02 08:26:18 +12:00
},
{
2026-05-07 21:47:42 +12:00
title: 'A more personal start with Goodwalk',
body: 'Puppy Visits help your puppy get to know us early, which builds trust and makes any future transition into other Goodwalk services feel more natural.'
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 Puppy Visits are the right start',
2026-05-02 08:26:18 +12:00
subtitle: '',
formAction: '/contact-us',
2026-05-02 08:26:18 +12:00
serviceOptions: [],
ownerStepLabel: 'Your details',
2026-05-07 21:47:42 +12:00
dogStepLabel: 'Puppy details',
dogIntro:
'Tell us about your puppy, your area, routine, and any special needs so we can plan the right visit and see what support fits best.'
2026-05-02 08:26:18 +12:00
}
};