Design language
This commit is contained in:
+58
-30
@@ -1,17 +1,16 @@
|
||||
import type { HomePageContent } from '$lib/types';
|
||||
import { sharedServices } from '$lib/content/services';
|
||||
|
||||
export const homepageContent: HomePageContent = {
|
||||
seo: {
|
||||
title: 'Auckland Dog Walker | Pack Walks & 1:1 Walks | Goodwalk',
|
||||
title: 'Home | Auckland Dog Walking | Goodwalk',
|
||||
description:
|
||||
'Trusted by 30+ Auckland families. Pack walks from $49.50. Free Meet & Greet. Covering Mt Eden, Ponsonby, Grey Lynn, Kingsland & more. Book online today.'
|
||||
'At Goodwalk, we offer Tiny Gang pack walks and one on one dog walking services throughout Auckland. Give your dog his best life with Goodwalk!'
|
||||
},
|
||||
navigation: {
|
||||
desktopLinks: [
|
||||
{ label: 'Our Services', href: '#services' },
|
||||
{ label: 'Our Pricing', href: '/our-pricing' },
|
||||
{ label: 'About Us', href: '/about' }
|
||||
{ label: 'About', href: '/about' }
|
||||
],
|
||||
mobileLinks: [
|
||||
{ label: 'Home', href: '/' },
|
||||
@@ -19,17 +18,16 @@ export const homepageContent: HomePageContent = {
|
||||
{ label: '1:1 Walks', href: '/dog-walking' },
|
||||
{ label: 'Puppy Visits', href: '/puppy-visits' },
|
||||
{ label: 'Our Pricing', href: '/our-pricing' },
|
||||
{ label: 'About Us', href: '/about' },
|
||||
{ label: 'Contact Us', href: '/contact-us' }
|
||||
{ label: 'About', href: '/about' },
|
||||
{ label: 'Contact', href: '/contact-us' }
|
||||
],
|
||||
cta: { label: 'Contact Us', href: '/contact-us', variant: 'yellow' },
|
||||
instagram: { href: 'https://www.instagram.com/goodwalk.nz/', external: true },
|
||||
megaMenuServices: sharedServices.map((service) => ({
|
||||
icon: service.icon,
|
||||
label: service.title,
|
||||
description: service.megaMenuDescription,
|
||||
href: service.href
|
||||
})),
|
||||
megaMenuServices: [
|
||||
{ icon: 'fas fa-paw', label: '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' }
|
||||
],
|
||||
megaMenuFooter: { label: 'View all pricing', href: '/our-pricing' }
|
||||
},
|
||||
hero: {
|
||||
@@ -44,7 +42,7 @@ export const homepageContent: HomePageContent = {
|
||||
href: '#how-it-works',
|
||||
variant: 'outline'
|
||||
},
|
||||
imageUrl: '/images/auckland-dog-walking-happy-dog-hero.png',
|
||||
imageUrl: '/images/maya-mascot.png',
|
||||
imageAlt: 'Happy dog ready for a professional pack walk with Goodwalk Auckland dog walking service'
|
||||
},
|
||||
intro: {
|
||||
@@ -59,22 +57,37 @@ export const homepageContent: HomePageContent = {
|
||||
title: 'Meet Aless,',
|
||||
subtitle: 'the heart of Goodwalk',
|
||||
body: [
|
||||
'Goodwalk is built around one thing: a dog who knows the routine, and an owner who stops worrying.',
|
||||
'Alessandra runs every walk personally — calm, experienced, and trusted by Auckland Central families.',
|
||||
"Your dog knows who's at the door. You know what happens on the walk. Ready to join the"
|
||||
'Goodwalk was built for owners who want more than a basic walk. Alessandra leads the business with a calm, hands-on approach shaped by years of experience, a love of small dogs, and a real focus on trust, routine, and safety.',
|
||||
"From house keys to nervous first walks, we take the responsibility seriously. You'll know who is walking your dog, your dog will know who is at the door, and you'll get a reliable team that treats your dog like family. Ready to join the"
|
||||
],
|
||||
emphasis: 'TINY GANG?',
|
||||
cta: { label: 'Book a free Meet & Greet', href: '/contact-us', variant: 'green' },
|
||||
imageUrl: '/images/founder-image-aless-goodwalk.jpg',
|
||||
imageUrl: '/images/goodwalk-dog-walker-alessandra.png',
|
||||
imageAlt: 'Alessandra from Goodwalk with a dog in Auckland'
|
||||
},
|
||||
services: sharedServices.map((service) => ({
|
||||
icon: service.icon,
|
||||
title: service.title,
|
||||
body: service.cardBody,
|
||||
priceFrom: service.priceFrom,
|
||||
href: service.href
|
||||
})),
|
||||
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.',
|
||||
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.",
|
||||
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.',
|
||||
priceFrom: 'From $39 / visit',
|
||||
href: '/puppy-visits'
|
||||
}
|
||||
],
|
||||
howItWorks: {
|
||||
title: 'How it works',
|
||||
intro:
|
||||
@@ -111,25 +124,40 @@ export const homepageContent: HomePageContent = {
|
||||
icon: 'fas fa-heart',
|
||||
title: 'Calm, kind handling',
|
||||
body:
|
||||
'Positive reinforcement and patient routines so your dog builds confidence, not stress.'
|
||||
'We use positive reinforcement, gentle handling, and patient routines so dogs build confidence instead of stress.'
|
||||
},
|
||||
{
|
||||
icon: 'fas fa-camera',
|
||||
title: 'Updates you will actually want',
|
||||
title: 'Daily updates you will actually want',
|
||||
body:
|
||||
"See your dog out enjoying the day. Less wondering, more peace of mind while you're at work."
|
||||
"You get to see your dog out enjoying the day, which means less wondering and more peace of mind while you're at work."
|
||||
},
|
||||
{
|
||||
icon: 'fas fa-users',
|
||||
title: 'Small pack sizes',
|
||||
title: 'Small Pack Sizes',
|
||||
order: 2,
|
||||
body:
|
||||
'4–8 dogs per group. Calm, structured walks with enough attention for every dog in the pack.'
|
||||
'With just 4-8 dogs per group, walks stay calm, structured, and manageable, with enough attention for every dog.'
|
||||
},
|
||||
{
|
||||
icon: 'fas fa-shield-heart',
|
||||
title: 'Safety-first by default',
|
||||
order: 1,
|
||||
body:
|
||||
'Pet first aid, careful screening, and proactive handling built into every walk — not added as an extra.'
|
||||
'Pet first aid, careful screening, and proactive handling are built into every walk, not added on as a nice extra.'
|
||||
},
|
||||
{
|
||||
icon: 'fas fa-calendar-check',
|
||||
title: 'Built for real schedules',
|
||||
body:
|
||||
"We specialise in regular walks, but we know life changes. Give us notice and we'll do our best to help keep things running smoothly."
|
||||
},
|
||||
{
|
||||
icon: 'fas fa-clock',
|
||||
title: 'Reliable pickup, clear communication',
|
||||
order: 3,
|
||||
body:
|
||||
"You should not have to chase your dog walker. We keep things consistent, communicate clearly, and make the practical side feel easy."
|
||||
}
|
||||
],
|
||||
testimonials: [
|
||||
|
||||
Reference in New Issue
Block a user