feat(SW-187): Footer data from contentstack

This commit is contained in:
Pontus Dreij
2024-08-28 08:30:45 +02:00
parent 2fcbaa62e4
commit da51bd88fe
14 changed files with 370 additions and 21 deletions

View File

@@ -4,8 +4,9 @@ import FooterSecondaryNav from "./SecondaryNav"
import styles from "./navigation.module.css"
export default function FooterNavigation() {
const { mainLinks, secondaryLinks, appDownloads } = footer
export default function FooterNavigation({ ...props }) {
const { mainLinks } = props
const { secondaryLinks, appDownloads } = footer
return (
<section className={styles.section}>
<div className={styles.maxWidth}>