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"
|
||||
|
||||
|
||||
@@ -257,7 +257,7 @@ export const footer = {
|
||||
export const detailsData = {
|
||||
copyrightCompany: "© 2024 Scandic AB",
|
||||
copyrightInfo: "All rights reserved.",
|
||||
social: {
|
||||
socialMedia: {
|
||||
links: [
|
||||
{
|
||||
title: "Facebook",
|
||||
@@ -276,7 +276,7 @@ export const detailsData = {
|
||||
},
|
||||
],
|
||||
},
|
||||
links: [
|
||||
tertiaryLinks: [
|
||||
{
|
||||
title: "Cookies",
|
||||
href: "/cookies",
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
export type FooterMainNav = {
|
||||
url: string
|
||||
title: string
|
||||
openInNewTab: boolean
|
||||
isExternal: boolean
|
||||
}
|
||||
export type FooterMainNavProps = {
|
||||
mainLinks: FooterMainNav[]
|
||||
|
||||
Reference in New Issue
Block a user