diff --git a/src/components/widgets/Footer.astro b/src/components/widgets/Footer.astro index be59864..340ff47 100644 --- a/src/components/widgets/Footer.astro +++ b/src/components/widgets/Footer.astro @@ -7,6 +7,7 @@ const links = [ title: 'PikaOS', items: [ { title: 'Features', href: '#features' }, + { title: 'FAQs', href: '#faqs' }, { title: 'Download', href: '#download' }, ], },