From c149c16f62b3844a7fcd34a5b1fd34e676689466 Mon Sep 17 00:00:00 2001 From: Colin Kim <121141519+ConwayTech-Dev@users.noreply.github.com> Date: Sun, 26 Jan 2025 17:17:19 -0800 Subject: [PATCH 1/8] feat(ui): enhance wording and fix capitalization issues for clarity --- src/components/Features.astro | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/components/Features.astro b/src/components/Features.astro index 34aa645..0cc1f9d 100644 --- a/src/components/Features.astro +++ b/src/components/Features.astro @@ -20,13 +20,7 @@ import { getTitleAnimation, getZoomInAnimation } from '../animations'
- How does zen
keep you always organized?
+ Zen
helps you stay organized
Zen is designed to help you focus on what matters most. Here are some
Date: Sun, 26 Jan 2025 17:21:36 -0800 Subject: [PATCH 2/8] fix: correct grammar issues --- src/components/Community.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Community.astro b/src/components/Community.astro index efe59d3..936e46d 100644 --- a/src/components/Community.astro +++ b/src/components/Community.astro @@ -32,7 +32,7 @@ import { getTitleAnimation } from '../animations' - Always on the latest Firefox + Always on the latest version of Firefox - Privacy Focused + Privacy-focused
From ede7bfe8a5714f0b33020809f7da3b5bd98673a9 Mon Sep 17 00:00:00 2001 From: Colin Kim <121141519+ConwayTech-Dev@users.noreply.github.com> Date: Sun, 26 Jan 2025 17:44:43 -0800 Subject: [PATCH 3/8] feat(hero): enhance wording to improve flow --- src/components/Hero.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 951947d..61bd0a3 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -68,7 +68,7 @@ function getHeroTitleAnimation() { - +
From 4b12c954f107fb1e5f12dc82136f7eb906b14a52 Mon Sep 17 00:00:00 2001 From: Colin Kim <121141519+ConwayTech-Dev@users.noreply.github.com> Date: Sun, 26 Jan 2025 22:42:20 -0800 Subject: [PATCH 4/8] feat(extras): significantly improve wording --- src/components/HomeExtras.astro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/HomeExtras.astro b/src/components/HomeExtras.astro index b182ae4..09810ea 100644 --- a/src/components/HomeExtras.astro +++ b/src/components/HomeExtras.astro @@ -51,9 +51,7 @@ import { getTitleAnimation, getZoomInAnimation } from '../animations' - Zen Browser is designed to be customizable. You can change every aspect - of the browser to suit your needs. Literally, your imagination is the - limit. + Experience a new standard in web browsing with Zen Browser. Designed from the ground up for complete customization, Zen allows you to tailor every aspect of your browsing experience to meet your specific needs. Your imagination is the limit, literally.
From 1ef80889bfcee8cd1a3ddebbfeaf8b3f5cf24f04 Mon Sep 17 00:00:00 2001 From: Colin Kim <121141519+ConwayTech-Dev@users.noreply.github.com> Date: Sun, 26 Jan 2025 22:43:01 -0800 Subject: [PATCH 5/8] feat(extras): change wording for clarity --- src/components/HomeExtras.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HomeExtras.astro b/src/components/HomeExtras.astro index 09810ea..b98c727 100644 --- a/src/components/HomeExtras.astro +++ b/src/components/HomeExtras.astro @@ -57,7 +57,7 @@ import { getTitleAnimation, getZoomInAnimation } from '../animations'
From 8fc5b52667cc41999744778bcc40e3991ba4ead8 Mon Sep 17 00:00:00 2001 From: Colin Kim <121141519+ConwayTech-Dev@users.noreply.github.com> Date: Sun, 26 Jan 2025 22:45:17 -0800 Subject: [PATCH 6/8] fix(features): correct grammar --- src/components/Features.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Features.astro b/src/components/Features.astro index 0cc1f9d..ba6f564 100644 --- a/src/components/Features.astro +++ b/src/components/Features.astro @@ -95,7 +95,7 @@ import { getTitleAnimation, getZoomInAnimation } from '../animations' - Split Views + Split View

Zen's split view feature allows you to view multiple tabs at once. From 72ab384637b93622e9251d5060e90a4f7fbeb247 Mon Sep 17 00:00:00 2001 From: Colin Kim <121141519+ConwayTech-Dev@users.noreply.github.com> Date: Sun, 26 Jan 2025 22:51:37 -0800 Subject: [PATCH 7/8] feat(mods): enhance wording --- src/pages/mods/index.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/mods/index.astro b/src/pages/mods/index.astro index 5161506..71a8acb 100644 --- a/src/pages/mods/index.astro +++ b/src/pages/mods/index.astro @@ -15,8 +15,7 @@ const mods = (await getAllMods()) || []

Zen Mods - Zen Mods is a collection of themes and plugins for Zen Browser. You - can find a theme for every mood and a plugin for every need. + Browse our diverse collection of Zen Mods, community-made plugins and themes for Zen Browser. Discover a theme to match every mood and a plugin to fulfill every requirement, and start customizing your browser experience today!
From 497f20a2eb0c05776949bf733974ff3be701388e Mon Sep 17 00:00:00 2001 From: Colin Kim <121141519+ConwayTech-Dev@users.noreply.github.com> Date: Sun, 26 Jan 2025 22:56:24 -0800 Subject: [PATCH 8/8] feat(features): refine wording again --- src/components/Features.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Features.astro b/src/components/Features.astro index ba6f564..a0f37f5 100644 --- a/src/components/Features.astro +++ b/src/components/Features.astro @@ -23,9 +23,9 @@ import { getTitleAnimation, getZoomInAnimation } from '../animations' Zen
helps you stay organized
- Zen is designed to help you focus on what matters most. Here are some of the features that help you stay focused. + /> to help you prioritize what matters most in your online experience.