feat(SW-185): Refactor mocked data
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import Image from "@/components/Image"
|
|
||||||
import Link from "@/components/TempDesignSystem/Link"
|
import Link from "@/components/TempDesignSystem/Link"
|
||||||
import Body from "@/components/TempDesignSystem/Text/Body"
|
import Body from "@/components/TempDesignSystem/Text/Body"
|
||||||
|
|
||||||
|
|||||||
@@ -191,10 +191,9 @@ export const footer = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
export const detailsData = {
|
|
||||||
copyrightCompany: "Scandic AB",
|
copyrightCompany: "Scandic AB",
|
||||||
copyrightInfo: "All rights reserved.",
|
copyrightInfo: "All rights reserved.",
|
||||||
social: {
|
socialMedia: {
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
title: "Facebook",
|
title: "Facebook",
|
||||||
@@ -213,7 +212,7 @@ export const detailsData = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
links: [
|
tertiaryLinks: [
|
||||||
{
|
{
|
||||||
title: "Cookies",
|
title: "Cookies",
|
||||||
href: "/cookies",
|
href: "/cookies",
|
||||||
|
|||||||
Reference in New Issue
Block a user