Design language
This commit is contained in:
@@ -38,12 +38,14 @@ export const staticPages = {
|
||||
'terms-and-conditions': {
|
||||
title: 'Terms & Conditions',
|
||||
description: 'Terms and conditions for Goodwalk Auckland dog walking services.',
|
||||
canonicalPath: '/terms-and-conditions'
|
||||
canonicalPath: '/terms-and-conditions',
|
||||
noindex: true
|
||||
},
|
||||
'privacy-policy': {
|
||||
title: 'Privacy Policy',
|
||||
description: 'Privacy policy for Goodwalk Auckland dog walking services.',
|
||||
canonicalPath: '/privacy-policy'
|
||||
canonicalPath: '/privacy-policy',
|
||||
noindex: true
|
||||
}
|
||||
} as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user