Design language
This commit is contained in:
@@ -3,7 +3,8 @@ import type { ServicePageContent } from '$lib/types';
|
||||
export const packWalksContent: ServicePageContent = {
|
||||
hero: {
|
||||
eyebrow: 'Pack Walks',
|
||||
title: 'Come home to a calm, happy dog',
|
||||
title: 'Small-group 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 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.',
|
||||
@@ -11,18 +12,41 @@ export const packWalksContent: ServicePageContent = {
|
||||
'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"
|
||||
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: 'Small packs. Calm dogs.',
|
||||
title: 'Made specifically for small and medium dogs who do best in a structured social group',
|
||||
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'
|
||||
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:
|
||||
'Tiny Gang Pack Walks are our specialty: small packs of 4-8 dogs, structured outings, and free pick-up and drop-off across Auckland Central. Best suited to small and medium sociable dogs who thrive with routine, good company, and calm handling.',
|
||||
'Choose the routine that gives your dog the right amount of exercise, social time, and consistency each week.',
|
||||
plans: [
|
||||
{
|
||||
title: '1 Walk Per Week',
|
||||
@@ -58,31 +82,45 @@ export const packWalksContent: ServicePageContent = {
|
||||
scarcityNote: 'We keep packs small (4-8 dogs) — popular days fill up fast.'
|
||||
},
|
||||
benefits: {
|
||||
title: 'Why small and medium dogs do so well in Tiny Gang',
|
||||
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: 'They come home more settled',
|
||||
body: 'Regular structured outings help dogs burn energy properly, so they are more likely to come home relaxed, content, and ready to rest.'
|
||||
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: 'They build confidence around the right dogs',
|
||||
body: 'Carefully matched small-group walks help sociable dogs enjoy company without the chaos or pressure that can come with bigger mixed packs.'
|
||||
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: 'They are not overwhelmed by size mismatch',
|
||||
body: 'Because we specialise in small and medium dogs, the pace, play, and group dynamic are designed around what helps them feel safe and comfortable.'
|
||||
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: 'You get a routine you can rely on',
|
||||
body: 'Regular weekly slots make life easier for busy owners who want dependable exercise and less guilt while they are at work.'
|
||||
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: 'They still get individual attention',
|
||||
body: 'Keeping packs to 4-8 dogs means we can pay attention to confidence, handling, and the little things that make a big difference.'
|
||||
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 stays built in',
|
||||
body: 'Unlike overloaded pack walks, our small, compatible groups reduce intimidation and help create a safer, calmer environment than a one-size-fits-all approach.'
|
||||
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'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user