diff --git a/astro.config.mjs b/astro.config.mjs index 866a443..1b368a5 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -8,16 +8,6 @@ import sitemap from '@astrojs/sitemap' // https://astro.build/config export default defineConfig({ - integrations: [ - tailwind(), - preact({ compat: true }), - sitemap({ - // TODO: Maybe? Maybe not? - // filter: (page) => !page.includes('mods/'), - }), - ], + integrations: [tailwind(), preact({ compat: true }), sitemap({})], site: 'https://zen-browser.app', - redirects: { - '/themes/[...slug]': '/mods/[...slug]', - }, }) diff --git a/src/components/Community.astro b/src/components/Community.astro index afb2a5b..7df3a57 100644 --- a/src/components/Community.astro +++ b/src/components/Community.astro @@ -22,9 +22,7 @@ import Image from 'astro/components/Image.astro' {...getTitleAnimation(0.6)} className="px-4 md:px-24 lg:w-1/2 lg:px-0" > - We make it not only a priority, but a necessity to ensure that Zen always - provides the best experience for you. We are committed to making Zen the - most beautiful, productive, and privacy-focused browser out there. +We make it not only a priority, but a necessity to ensure that Zen always strikes the right balance between beauty, performance, and privacy. We are committed to making Zen the most beautiful, productive, and privacy-respecting browser out there — without compromising on your experience.
- Zen is packed with features that help you stay productive and focused. + Zen Browser is packed with features that help you stay productive and focused. Browsers should be tools that help you get things done, not distractions that keep you from your work. diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 4f604f9..96c3359 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -63,7 +63,9 @@ import { ArrowRight } from 'lucide-astro'