4.2.3 - CTA footer, How it works

This commit is contained in:
2026-05-06 17:42:43 +12:00
parent 6d021e05ea
commit ad9df7578a
19 changed files with 621 additions and 86 deletions
+21
View File
@@ -83,6 +83,27 @@ export const homepageContent: HomePageContent = {
href: '/puppy-visits'
}
],
howItWorks: {
title: 'How it works',
//intro: 'A simple onboarding flow designed to make sure the fit is right for both you and your dog.',
steps: [
{
title: 'Meet & Greet',
body: 'We meet you and your dog first, talk through routine, temperament, and what support you need.',
icon: 'fas fa-handshake'
},
{
title: 'Two assessment walks',
body: 'We ease your dog in with two assessment walks so we can check confidence, handling, and group fit.',
icon: 'fas fa-clipboard-check'
},
{
title: 'Happy dogs, happy humans',
body: 'Once approved, your dog joins regular walks and comes home tired, settled, and ready for a nap.',
icon: 'fas fa-heart'
}
]
},
values: [
{
icon: 'fas fa-heart',