feat(SW-185): Refactor mocked data

This commit is contained in:
Pontus Dreij
2024-08-22 16:08:11 +02:00
parent 4ae1c390f2
commit d658e223e2
5 changed files with 92 additions and 76 deletions

View File

@@ -1,116 +1,136 @@
export const navigationData = {
export const footer = {
mainLinks: [
{
title: "Travel guides",
href: "/travel-guides",
id: "travel-guides",
openInNewTab: false,
isExternal: false,
},
{
title: "New hotels",
href: "/new-hotels",
id: "new-hotels",
openInNewTab: false,
isExternal: false,
},
{
title: "Accessibililty",
href: "/accessibility",
id: "accessibility",
openInNewTab: false,
isExternal: false,
},
{
title: "Sustanability",
href: "/sustainability",
id: "sustainability",
openInNewTab: false,
isExternal: false,
},
],
secondaryLinks: {
app: {
title: "Scandic App",
links: [
{
title: "App Store",
href: "https://apps.apple.com/se/app/scandic-hotels/id1020208712",
id: "app-store",
image: {
src: "/_static/img/app-store-badge.svg",
alt: "Download on the App Store",
},
},
{
title: "Google Play",
href: "https://play.google.com/store/apps/details?id=com.scandichotels.scandichotels",
id: "google-play",
image: {
src: "/_static/img/google-play-badge.svg",
},
},
],
},
customerService: {
appDownloads: {
title: "Scandic App",
links: [
{
title: "App Store",
href: "https://apps.apple.com/se/app/scandic-hotels/id1020208712",
id: "app-store",
},
{
title: "Google Play",
href: "https://play.google.com/store/apps/details?id=com.scandichotels.scandichotels",
id: "google-play",
},
],
},
secondaryLinks: [
{
title: "Customer service",
links: [
{
title: "Contact us",
href: "/contact-us",
id: "contact-us",
openInNewTab: false,
isExternal: false,
},
{
title: "Frequntly asked questions",
href: "/frequently-asked-questions",
id: "frequently-asked-questions",
openInNewTab: false,
isExternal: false,
},
{
title: "Rates and policys",
href: "/rates-and-policies",
id: "rates-and-policies",
openInNewTab: false,
isExternal: false,
},
{
title: "Terms and conditions",
href: "/terms-and-conditions",
id: "terms-and-conditions",
openInNewTab: false,
isExternal: false,
},
],
},
about: {
{
title: "About Scandic Hotels",
links: [
{
title: "Scandic Group",
href: "/scandic-group",
id: "scandic-group",
openInNewTab: false,
isExternal: false,
},
{
title: "Investors",
href: "/investors",
id: "investors",
openInNewTab: false,
isExternal: false,
},
{
title: "Press",
href: "/press",
id: "press",
openInNewTab: false,
isExternal: false,
},
{
title: "Sponsors",
href: "/sponsors",
id: "sponsors",
openInNewTab: false,
isExternal: false,
},
{
title: "Partners",
href: "/partners",
id: "partners",
openInNewTab: false,
isExternal: false,
},
{
title: "Career",
href: "/career",
id: "career",
openInNewTab: false,
isExternal: false,
},
],
},
},
}
],
export const detailsData = {
copyrightCompany: "Scandic AB",
copyrightInfo: "All rights reserved.",
social: {
socialMedia: {
links: [
{
title: "Facebook",
@@ -129,7 +149,7 @@ export const detailsData = {
},
],
},
links: [
tertiaryLinks: [
{
title: "Cookies",
href: "/cookies",