// Copyright © onWidget // SPDX-License-Identifier: MIT export const headerData = { links: [ { text: "Documentation", href: "/getting-started/", }, { text: "Demo", href: "/wasm/index.html", }, { text: "Slint Home", href: "https://slint.dev", }, ], }; export const footerData = { links: [ { title: "Company", links: [ { text: "Learn more about Slint", href: "https://slint.dev/" }, { text: "Privacy Policy", href: "https://slint.dev/imprint" }, ], }, ], secondaryLinks: [], socialLinks: [ { ariaLabel: "Github", icon: "tabler:brand-github", href: "https://github.com/slint-ui/material-components", }, { ariaLabel: "X", icon: "tabler:brand-x", href: "https://x.com/slint_ui", }, { ariaLabel: "Bluesky", icon: "tabler:brand-bluesky", href: "https://bsky.app/profile/slint.dev", }, { ariaLabel: "Mastodon", icon: "tabler:brand-mastodon", href: "https://fosstodon.org/@slint", }, { ariaLabel: "LinkedIn", icon: "tabler:brand-linkedin", href: "https://www.linkedin.com/company/slint-ui", }, { ariaLabel: "YouTube", icon: "tabler:brand-youtube", href: "https://www.youtube.com/@slint-ui", }, ], footNote: ` Copyright © 2026 SixtyFPS GmbH `, };