summaryrefslogtreecommitdiff
path: root/src/navigation.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/navigation.ts')
-rw-r--r--src/navigation.ts61
1 files changed, 4 insertions, 57 deletions
diff --git a/src/navigation.ts b/src/navigation.ts
index d5cd65b..43a6f3f 100644
--- a/src/navigation.ts
+++ b/src/navigation.ts
@@ -119,65 +119,12 @@ export const headerData = {
};
export const footerData = {
- links: [
- {
- title: 'Product',
- links: [
- { text: 'Features', href: '#' },
- { text: 'Security', href: '#' },
- { text: 'Team', href: '#' },
- { text: 'Enterprise', href: '#' },
- { text: 'Customer stories', href: '#' },
- { text: 'Pricing', href: '#' },
- { text: 'Resources', href: '#' },
- ],
- },
- {
- title: 'Platform',
- links: [
- { text: 'Developer API', href: '#' },
- { text: 'Partners', href: '#' },
- { text: 'Atom', href: '#' },
- { text: 'Electron', href: '#' },
- { text: 'AstroWind Desktop', href: '#' },
- ],
- },
- {
- title: 'Support',
- links: [
- { text: 'Docs', href: '#' },
- { text: 'Community Forum', href: '#' },
- { text: 'Professional Services', href: '#' },
- { text: 'Skills', href: '#' },
- { text: 'Status', href: '#' },
- ],
- },
- {
- title: 'Company',
- links: [
- { text: 'About', href: '#' },
- { text: 'Blog', href: '#' },
- { text: 'Careers', href: '#' },
- { text: 'Press', href: '#' },
- { text: 'Inclusion', href: '#' },
- { text: 'Social Impact', href: '#' },
- { text: 'Shop', href: '#' },
- ],
- },
- ],
- secondaryLinks: [
- { text: 'Terms', href: getPermalink('/terms') },
- { text: 'Privacy Policy', href: getPermalink('/privacy') },
- ],
+ links: [],
+ secondaryLinks: [],
socialLinks: [
- { ariaLabel: 'X', icon: 'tabler:brand-x', href: '#' },
- { ariaLabel: 'Instagram', icon: 'tabler:brand-instagram', href: '#' },
- { ariaLabel: 'Facebook', icon: 'tabler:brand-facebook', href: '#' },
- { ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') },
- { ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/onwidget/astrowind' },
+ { text: 'Privacy Policy', href: getPermalink('/privacy') },
],
footNote: `
- <img class="w-5 h-5 md:w-6 md:h-6 md:-mt-0.5 bg-cover mr-1.5 rtl:mr-0 rtl:ml-1.5 float-left rtl:float-right rounded-sm" src="https://onwidget.com/favicon/favicon-32x32.png" alt="onWidget logo" loading="lazy"></img>
- Made by <a class="text-blue-600 underline dark:text-muted" href="https://onwidget.com/"> onWidget</a> · All rights reserved.
+ Strona obsługiwana przez <a class="text-blue-600 underline dark:text-muted" href="https://www.rycerz.xyz/">Craftknight</a> Copyright 2025 © Wszystkie prawa zastrzeżone
`,
};