From cac5f918ed04a69f731c7e0cb6b799a07c3efc9b Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Mon, 21 Jul 2025 23:46:42 +0300 Subject: Update footer --- src/components/widgets/Footer.astro | 43 -------------------------- src/navigation.ts | 61 +++---------------------------------- 2 files changed, 4 insertions(+), 100 deletions(-) (limited to 'src') diff --git a/src/components/widgets/Footer.astro b/src/components/widgets/Footer.astro index 1e51d2a..70cac54 100644 --- a/src/components/widgets/Footer.astro +++ b/src/components/widgets/Footer.astro @@ -31,49 +31,6 @@ const { socialLinks = [], secondaryLinks = [], links = [], footNote = '', theme
-
{ socialLinks?.length ? ( 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: ` - onWidget logo - Made by onWidget · All rights reserved. + Strona obsługiwana przez Craftknight Copyright 2025 © Wszystkie prawa zastrzeżone `, }; -- cgit v1.2.3