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 Body from "@/components/TempDesignSystem/Text/Body"
|
||||
|
||||
|
||||
@@ -191,10 +191,9 @@ export const footer = {
|
||||
},
|
||||
}
|
||||
|
||||
export const detailsData = {
|
||||
copyrightCompany: "Scandic AB",
|
||||
copyrightInfo: "All rights reserved.",
|
||||
social: {
|
||||
socialMedia: {
|
||||
links: [
|
||||
{
|
||||
title: "Facebook",
|
||||
@@ -213,7 +212,7 @@ export const detailsData = {
|
||||
},
|
||||
],
|
||||
},
|
||||
links: [
|
||||
tertiaryLinks: [
|
||||
{
|
||||
title: "Cookies",
|
||||
href: "/cookies",
|
||||
|
||||
Reference in New Issue
Block a user