Design Language tweaks

This commit is contained in:
2026-05-15 01:28:10 +12:00
parent baafafabdb
commit 580d600c47
52 changed files with 3465 additions and 1548 deletions
+19 -17
View File
@@ -10,13 +10,15 @@ export const homepageContent: HomePageContent = {
desktopLinks: [
{ label: 'Our Services', href: '#services' },
{ label: 'Our Pricing', href: '/our-pricing' },
{ label: 'Testimonials', href: '/testimonials' },
{ label: 'About Us', href: '/about' }
],
mobileLinks: [
{ label: 'Home', href: '/' },
{ label: 'Pack Walks', href: '/pack-walks' },
{ label: 'Tiny Gang Pack Walks', href: '/pack-walks' },
{ label: '1:1 Walks', href: '/dog-walking' },
{ label: 'Puppy Visits', href: '/puppy-visits' },
{ label: 'Testimonials', href: '/testimonials' },
{ label: 'Our Pricing', href: '/our-pricing' },
{ label: 'About Us', href: '/about' },
{ label: 'Contact Us', href: '/contact-us' }
@@ -24,7 +26,7 @@ export const homepageContent: HomePageContent = {
cta: { label: 'Contact Us', href: '/contact-us', variant: 'yellow' },
instagram: { href: 'https://www.instagram.com/goodwalk.nz/', external: true },
megaMenuServices: [
{ icon: 'fas fa-paw', label: 'Pack Walks', description: 'Tiny Gang outdoor adventures', href: '/pack-walks' },
{ icon: 'fas fa-paw', label: 'Tiny Gang Pack Walks', description: 'Tiny Gang outdoor adventures', href: '/pack-walks' },
{ icon: 'fas fa-person-walking', label: '1:1 Walks', description: 'Personalised solo walks', href: '/dog-walking' },
{ icon: 'fas fa-dog', label: 'Puppy Visits', description: 'Home visits for young pups', href: '/puppy-visits' }
],
@@ -35,7 +37,7 @@ export const homepageContent: HomePageContent = {
highlight: 'calm, happy dog',
mobileTitle: 'Come home to a\ncalm, happy dog',
subtitle:
'Dog walking for busy Auckland Central professionals who want a reliable, relationship-led team their dog knows by name.',
'Reliable dog walking for busy Auckland owners who want happier dogs, calmer evenings, and a team they can trust.',
primaryCta: { label: 'Book a Meet & Greet', href: '#newlead', variant: 'yellow' },
secondaryCta: {
label: 'See how it works',
@@ -46,7 +48,7 @@ export const homepageContent: HomePageContent = {
imageAlt: 'Happy dog ready for a professional pack walk with Goodwalk Auckland dog walking service'
},
intro: {
text: 'Trusted by Auckland dog parents.',
text: 'Professional dog walking services across Auckland.',
reviewCta: {
label: '30+ five-star Google reviews',
href: 'https://g.page/r/CUsvrWPhkYrAEB0/',
@@ -69,22 +71,22 @@ export const homepageContent: HomePageContent = {
services: [
{
icon: 'fas fa-dog',
title: 'Pack Walks',
body: 'Small group Tiny Gang walks of 4-8 dogs - calm, social, and full of fun for your pup.',
title: 'Tiny Gang Pack Walks',
body: 'Small-group walks for dogs who love company, routine, and a familiar little crew.',
priceFrom: 'From $49.50 / walk',
href: '/pack-walks'
},
{
icon: 'fas fa-person-walking',
title: '1:1 Walks',
body: "One-on-one walks tailored to your dog's individual pace, personality, and needs.",
body: "One-on-one walks for dogs who need a quieter pace, focused attention, or a more tailored routine.",
priceFrom: 'From $45 / walk',
href: '/dog-walking'
},
{
icon: 'fas fa-house',
title: 'Puppy Visits',
body: 'In-home visits to check in on your puppy, play, and keep them company.',
body: 'In-home visits that help puppies with company, routine, and a calmer day while you are out.',
priceFrom: 'From $39 / visit',
href: '/puppy-visits'
}
@@ -92,30 +94,30 @@ export const homepageContent: HomePageContent = {
howItWorks: {
title: 'How it works',
intro:
'A calm, simple start designed to give you confidence quickly and help your dog settle into the right routine.',
'We keep the start simple and calm. First we meet your dog properly. Then we ease them into a routine that feels right.',
steps: [
{
phase: 'Meet',
benefit: 'No pressure, just clarity',
title: 'We get to know your dog properly',
title: 'We start with a proper Meet & Greet',
body:
'Your free Meet & Greet gives you a chance to ask questions, talk through routine and temperament, and make sure the fit feels right before anything starts.',
'You get to show us your dog, talk through routine and temperament, and make sure the fit feels right before anything starts.',
icon: 'fas fa-handshake'
},
{
phase: 'Settle',
benefit: 'A smoother start for nervous dogs',
title: 'Your dog eases in without overwhelm',
title: 'Your dog settles in without being rushed',
body:
'We start with assessment walks so your dog can build confidence, settle with the walker, and find the right pace before moving into a regular routine.',
'We use assessment walks to build confidence, get the pacing right, and make sure your dog feels comfortable before moving into a regular spot.',
icon: 'fas fa-clipboard-check'
},
{
phase: 'Thrive',
benefit: 'The outcome you actually want',
title: 'You get a calmer, happier dog at home',
title: 'Then the routine starts doing its job',
body:
'Once everything feels right, your dog joins their regular walks and comes home exercised, settled, and ready to relax while you get more peace of mind in your week.',
'Once your dog is settled, the week gets easier. They come home happier, evenings feel calmer, and you stop carrying the same guilt through the workday.',
icon: 'fas fa-heart'
}
]
@@ -198,7 +200,7 @@ export const homepageContent: HomePageContent = {
generalSubtitle:
"A few contact details and well reply properly within 24 hours.",
formAction: '/contact-us',
serviceOptions: ['Pack Walks', '1:1 Walks', 'Puppy Visits', 'Other Services'],
serviceOptions: ['Tiny Gang Pack Walks', '1:1 Walks', 'Puppy Visits', 'Other Services'],
ownerStepLabel: 'Your details',
dogStepLabel: 'Your dog',
generalIntro:
@@ -262,7 +264,7 @@ export const homepageContent: HomePageContent = {
brandText: 'Professional Dog Walking Services\nAuckland Central',
navigationLinks: [
{ label: 'Home', href: '/' },
{ label: 'Pack Walks', href: '/pack-walks' },
{ label: 'Tiny Gang Pack Walks', href: '/pack-walks' },
{ label: '1:1 Walks', href: '/dog-walking' },
{ label: 'Puppy Visits', href: '/puppy-visits' },
{ label: 'Our Pricing', href: '/our-pricing' },