diff --git a/public/browser-1.png b/public/browser-1.png deleted file mode 100644 index 479fe36..0000000 Binary files a/public/browser-1.png and /dev/null differ diff --git a/public/browser-2.png b/public/browser-2.png deleted file mode 100644 index 571aa8c..0000000 Binary files a/public/browser-2.png and /dev/null differ diff --git a/public/browser-3.png b/public/browser-3.png deleted file mode 100644 index 10adcb6..0000000 Binary files a/public/browser-3.png and /dev/null differ diff --git a/public/browser-4.jpg b/public/browser-4.jpg deleted file mode 100644 index b393413..0000000 Binary files a/public/browser-4.jpg and /dev/null differ diff --git a/public/browser-dark.png b/public/browser-dark.png deleted file mode 100644 index 6f33d6a..0000000 Binary files a/public/browser-dark.png and /dev/null differ diff --git a/public/browser-light.png b/public/browser-light.png deleted file mode 100644 index 0e950d2..0000000 Binary files a/public/browser-light.png and /dev/null differ diff --git a/public/color-preview.png b/public/color-preview.png deleted file mode 100644 index 915b91e..0000000 Binary files a/public/color-preview.png and /dev/null differ diff --git a/public/feature-item-1.png b/public/feature-item-1.png deleted file mode 100644 index 3fdb449..0000000 Binary files a/public/feature-item-1.png and /dev/null differ diff --git a/public/floorp.png b/public/floorp.png deleted file mode 100644 index 8d0f295..0000000 Binary files a/public/floorp.png and /dev/null differ diff --git a/public/librewolf.png b/public/librewolf.png deleted file mode 100644 index 186866b..0000000 Binary files a/public/librewolf.png and /dev/null differ diff --git a/public/logos/realm-black.svg b/public/logos/realm-black.svg new file mode 100644 index 0000000..ddebae1 --- /dev/null +++ b/public/logos/realm-black.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/profiles.png b/public/profiles.png deleted file mode 100644 index 92a30af..0000000 Binary files a/public/profiles.png and /dev/null differ diff --git a/public/releases/1.0.1-a.2.png b/public/releases/1.0.1-a.2.png deleted file mode 100644 index 2cfbb2a..0000000 Binary files a/public/releases/1.0.1-a.2.png and /dev/null differ diff --git a/public/releases/1.0.1-a.3.png b/public/releases/1.0.1-a.3.png deleted file mode 100644 index bdfdf76..0000000 Binary files a/public/releases/1.0.1-a.3.png and /dev/null differ diff --git a/public/releases/1.0.1-a.4.png b/public/releases/1.0.1-a.4.png deleted file mode 100644 index 59086e8..0000000 Binary files a/public/releases/1.0.1-a.4.png and /dev/null differ diff --git a/public/releases/1.0.1-a.6.png b/public/releases/1.0.1-a.6.png deleted file mode 100644 index 4e32e23..0000000 Binary files a/public/releases/1.0.1-a.6.png and /dev/null differ diff --git a/public/releases/1.0.1-a.png b/public/releases/1.0.1-a.png deleted file mode 100644 index ca594ab..0000000 Binary files a/public/releases/1.0.1-a.png and /dev/null differ diff --git a/public/sidebar.png b/public/sidebar.png deleted file mode 100644 index b0e1c07..0000000 Binary files a/public/sidebar.png and /dev/null differ diff --git a/public/split-view.png b/public/split-view.png deleted file mode 100644 index 8fcccc7..0000000 Binary files a/public/split-view.png and /dev/null differ diff --git a/public/themes.webp b/public/themes.webp deleted file mode 100644 index af1d3b4..0000000 Binary files a/public/themes.webp and /dev/null differ diff --git a/public/workspaces.png b/public/workspaces.png deleted file mode 100644 index d2dab64..0000000 Binary files a/public/workspaces.png and /dev/null differ diff --git a/src/app/.env/page.tsx b/src/app/.env/page.tsx deleted file mode 100644 index dbbec49..0000000 --- a/src/app/.env/page.tsx +++ /dev/null @@ -1,6 +0,0 @@ -import { redirect } from "next/navigation"; - -export default function WhyAreYouEvenHere() { - redirect("https://www.youtube.com/watch?v=dQw4w9WgXcQ"); - return null; -} diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx deleted file mode 100644 index 928adeb..0000000 --- a/src/app/about/page.tsx +++ /dev/null @@ -1,40 +0,0 @@ -"use client"; - -import Markdown from "react-markdown"; -import "../privacy-policy/markdown.css"; - -export default function PrivacyPolicy() { - return ( -
-
- - {` -# Main Developer Team - -* [**Mauro Baladés**](https://github.com/mauro-balades): Creator, Main Developer, and a funny guy. -* **Oscar Gonzalez**: Site Reliability Engineer (SRE) and code signing. -* [**Jafeth Garro**](https://iamjafeth.com/): Documentation writer. -* [**Jan Heres**](https://janheres.eu/): Active contributor and helps with MacOS builds. -* [**Bryan Galdámez**](https://josuegalre.netlify.app/): Huge contributor on theme functionalities -* [**n7itro**](https://github.com/n7itro): Active contributor. -* [**Canoa**](https://thatcanoa.org/) Active contributor, and very active in issue handling -* [**BrhmDev**](https://github.com/BrhmDev): Active contributor with great ideas. -* [**Larvey**](https://github.com/LarveyOfficial/): AUR maintainer. -* [**Gunir**](https://github.com/gunir): Active contributor. - -# Many more contributors - -![Contributors](https://contributors-img.web.app/image?repo=zen-browser/desktop) - ---- - -![Contributors](https://contributors-img.web.app/image?repo=zen-browser/www) -`} - -
-
- ); -} diff --git a/src/app/branding-assets/page.tsx b/src/app/branding-assets/page.tsx deleted file mode 100644 index c396b43..0000000 --- a/src/app/branding-assets/page.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import { BrandingAssets } from "@/components/branding-assets"; - -export default function BrandingAssetsPage() { - return ( -
- -
- ); -} diff --git a/src/app/create-theme/page.tsx b/src/app/create-theme/page.tsx deleted file mode 100644 index 5e58f32..0000000 --- a/src/app/create-theme/page.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import CreateThemePage from "@/components/create-theme"; - -export default function BrandingAssetsPage() { - return ( -
- -
- ); -} diff --git a/src/app/download/page.tsx b/src/app/download/page.tsx deleted file mode 100644 index 8ebac0d..0000000 --- a/src/app/download/page.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import DownloadPage from "@/components/download"; - -export default function Download() { - return ( -
- -
- ); -} diff --git a/src/app/feed.xml/route.ts b/src/app/feed.xml/route.ts deleted file mode 100644 index a0c9fc6..0000000 --- a/src/app/feed.xml/route.ts +++ /dev/null @@ -1,125 +0,0 @@ -import { Feed } from "feed"; -import { releaseNotes } from "@/lib/release-notes"; -import type { ReleaseNote } from "@/lib/release-notes"; - -// Force feed.xml to be cached as static and remain constant for the lifetime of the current site build. -// The supplied releaseNotes array is constant per build, so this will always be the latest release notes. -export const dynamic = "force-static"; - -/** The default number of entries to include in the RSS feed. */ -const RSS_ENTRY_LIMIT = 20; - -/** - * Handles the GET request for the `feed.xml` endpoint. - * @returns The RSS feed for the Zen Browser release notes. - */ -export async function GET() { - // Just in case the release notes array is empty for whatever reason. - const latestDate = - releaseNotes.length > 0 ? formatRssDate(releaseNotes[0].date) : new Date(); - - const feed = new Feed({ - id: "https://www.zen-browser.app/release-notes", - link: "https://www.zen-browser.app/release-notes", - title: "Zen Browser Release Notes", - description: "Release Notes for the Zen Browser", - language: "en", - favicon: "https://www.zen-browser.app/favicon.ico", - copyright: `Zen Browser © ${new Date().getFullYear()} - Made with ❤️ by the Zen team.`, - updated: latestDate, - }); - - for (const releaseNote of releaseNotes.slice(0, RSS_ENTRY_LIMIT)) { - feed.addItem({ - title: `Release notes for version ${releaseNote.version}`, - id: `https://www.zen-browser.app/release-notes/${releaseNote.version}`, - link: `https://www.zen-browser.app/release-notes/${releaseNote.version}`, - date: formatRssDate(releaseNote.date), - description: releaseNote.extra, - content: formatReleaseNote(releaseNote), - }); - } - - return new Response(feed.rss2(), { - headers: { - "Content-Type": "application/xml; charset=utf-8", - }, - }); -} - -/** - * Formats a date string in the format day/month/year. - * - * Note: If release notes change to ISO format, this will need to be updated. - * @param dateStr The date string to format. - * @returns The passed in date string as a Date object. - */ -function formatRssDate(dateStr: string) { - const splitDate = dateStr.split("/"); - if (splitDate.length !== 3) { - throw new Error("Invalid date format"); - } - - const day = Number(splitDate[0]); - const month = Number(splitDate[1]) - 1; - const year = Number(splitDate[2]); - return new Date(year, month, day); -} - -/** - * Formats the release note entry for use as the content of the RSS feed. - * @param releaseNote The release note to format. - * @returns The formatted release note as a HTML string. - */ -function formatReleaseNote(releaseNote: ReleaseNote) { - let content = `

- If you encounter any issues, please report them on the issues page. - Thanks everyone for your feedback! ❤️ -

`; - - if (releaseNote.image) { - content += `Release Image for version ${releaseNote.version}`; - } - - if (releaseNote.extra) { - content += `

${releaseNote.extra.replace(/(\n)/g, "
")}

`; - } - - content += addReleaseNoteSection("⚠️ Breaking changes", releaseNote.breakingChanges); - content += addReleaseNoteSection("✓ Fixes", releaseNote.fixes?.map(fixToReleaseNote)); - content += addReleaseNoteSection("🖌 Theme Changes", releaseNote.themeChanges) - content += addReleaseNoteSection("⭐ Features", releaseNote.features); - - return content; -} - -function addReleaseNoteSection(title: string, items?: string[]): string { - if (!items) { - return ""; - } - - let content = `

${title}

`; - content += ``; - return content; -} - -function fixToReleaseNote(fix?: Exclude[number]) { - if (!fix || !fix.description || fix.description.length === 0) { - return ""; - } - - let note = fix.description; - if (fix.issue) { - note += ` (#${fix.issue})`; - } - return note; -} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fd66ee9..2406186 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,9 +9,9 @@ import { Navigation } from "@/components/navigation"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Zen Browser", - description: "Download now and experience the Zen Browser", - keywords: ["Zen", "Browser", "Zen Browser", "Web", "Internet", "Fast"], + title: "Realm", + description: "___ for the rest of us.", + keywords: ["Realm", "Communication", "Realm Chat", "Communitity", "Internet", "Fast"], }; export default async function RootLayout({ @@ -23,15 +23,6 @@ export default async function RootLayout({ - {/* Analitics */} - - {/* End */}
{children} -
- {/* At the bottom of the page */} +
diff --git a/src/app/page.tsx b/src/app/page.tsx index 942cdc0..8966952 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ export default function Home() { return (
- + {/* */}
); } diff --git a/src/app/privacy-policy/markdown.css b/src/app/privacy-policy/markdown.css deleted file mode 100644 index 88348d6..0000000 --- a/src/app/privacy-policy/markdown.css +++ /dev/null @@ -1,57 +0,0 @@ -#policy h1 { - font-size: 2.5em; - margin: 0.67em 0; - font-weight: bold; -} - -#policy { - padding-top: 2.5em; - margin-top: 4em; -} - -#policy h1:first-child { - margin-top: 0 !important; -} - -#policy h2 { - font-size: 2em; - margin: 0.83em 0; - font-weight: bold; -} - -#policy h3 { - font-size: 1.5em; - margin: 1em 0; - font-weight: semi-bold; -} - -#policy ul { - margin: 1em 0; -} - -#policy li { - list-style: circle; - margin-left: 1.1em; - font-size: 1.1em; -} - -/* Link styles */ -#policy a { - color: #007bff; - transition: color 0.2s ease-in-out; -} - -#policy a:hover { - text-decoration: underline; - color: #0056b3; -} - -#policy hr { - margin: 2em 0; - border: 1px solid #ddd; -} - -#policy p { - margin: 1em 0; - line-height: 1.6; -} diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx deleted file mode 100644 index 7b2ea1f..0000000 --- a/src/app/privacy-policy/page.tsx +++ /dev/null @@ -1,95 +0,0 @@ -"use client"; -import Markdown from "react-markdown"; -import "./markdown.css"; - -export default function PrivacyPolicy() { - return ( -
-
- - {` -# Privacy Policy -* Last updated: 2024-08-12 - -## Introduction -Welcome to Zen Browser! Your privacy is our priority. This Privacy Policy outlines the types of personal information we collect, how we use it, and the steps we take to protect your data when you use Zen Browser. - -## 1. Information We Do Not Collect -Zen Browser is designed with privacy in mind. We do not collect, store, or share any of your personal data. Here’s what that means: - -* Crash reports can be sent to Mozilla Firefox. But, we do not collect any crash reports. Crash reports are sent securely to Mozilla Firefox to help improve the stability of the browser. They do not contain any personal information. - -### **1.1. No Telemetry** -We do not collect any telemetry data. - -However, you can opt-in to share telemetry data to Mozilla for the improvement of FireFox (the base upon which the Zen Browser is built). It will be treated in accordance with their Privacy Policy which you can read about [here](https://www.mozilla.org/en-US/privacy/). - -### **1.2. No Personal Data Collection** -Zen Browser does not collect any personal information such as your IP address, browsing history, search queries, or form data. - -### **1.3. No Third-Party Tracking** -We do not allow third-party trackers or analytics tools to operate within Zen Browser. Your browsing activity remains entirely private and is not shared with any third party. Mozilla is not considered a third party as it is the base of Zen Browser. - -## 2. Information Stored Locally on Your Device -### **2.1. Browsing Data** -Zen Browser stores certain data locally on your device to enhance your browsing experience. This includes: - -* **Cookies**: Cookies are stored locally on your device and are not shared with Zen Browser or any third party. You have full control over the management of cookies through the browser’s settings. -* **Cache and Temporary Files**: Zen Browser may store cache files and other temporary data locally to improve performance. These files can be cleared at any time through the browser’s settings. - -### **2.2. Settings and Preferences** -Any customizations, settings, and preferences you make within Zen Browser are stored locally on your device. We do not have access to or control over this data. - -## 3. Sync Feature -Zen Browser offers a "Sync" feature, this is implemented using Mozilla Firefox's Sync feature. This feature allows you to synchronize your bookmarks, history, passwords, and other data across multiple devices. For this feature to work, your data is encrypted and stored on Mozilla’s servers and is treated in accordance with their Privacy Policy. We, at Zen, cannot view any of this data. - -* [Mozilla Firefox Sync](https://www.mozilla.org/en-US/privacy/mozilla-accounts/) -* [This is how we store your passwords](https://support.mozilla.org/en-US/kb/how-firefox-securely-saves-passwords#:~:text=Firefox%20Desktop%20encrypts%20your%20passwords,cryptography%20to%20obscure%20your%20passwords.) - -## 4. Data Security -Although Zen Browser does not collect your data, we are committed to protecting the information that is stored locally on your device and, if you use the Sync feature, the encrypted data stored on Mozilla's servers. We recommend that you use secure passwords, enable device encryption, and regularly update your software to ensure your data remains safe. - -* Note that most of the security measures are taken care by Mozilla Firefox. - -## 5. Your Control -### **5.1. Data Deletion** -You have full control over all data stored locally on your device by Zen Browser. You can clear your browsing data, cookies, and cache at any time using the browser’s settings. - -### **5.2. Do Not Track** -Zen Browser automatically honors "Do Not Track" requests by default. We ensure that no tracking of your activity occurs, in compliance with this setting. - -## 6. Our Website and Services - -When you click on the "Download" button on our website, a number in the database is incremented to track the number of downloads. This is done to understand the popularity of the browser. No personal data is collected during the process. - -### **6.1. External links** -Zen Browser may contain links to external websites or services that are not owned or operated by us. We are not responsible for the content or privacy practices of these sites. We recommend that you review the privacy policies of these sites before providing them with any personal information. - -## 7. Changes to This Privacy Policy -We may update this Privacy Policy from time to time to reflect changes in our practices or legal requirements. We will notify you of any significant changes by updating the effective date at the top of this policy. Continued use of Zen Browser after such changes constitutes your acceptance of the new terms. - -## 8. Other telemetry done by Mozilla Firefox - -We try to disable all telemetry data collection in Zen Browser. But, we may have missed some. Check the below links for more information. - -You can also optionally enable telemetry data collection and other Mozilla Research Studies in Zen Browser. This is disabled by default. You can enable it by going to the settings page. - -* Please check [Firefox Privacy Notice](https://www.mozilla.org/en-US/privacy/) for more information. - -## 9. Contact Us -If you have any questions or concerns about this Privacy Policy or Zen Browser, please contact us at: - -* Discord: [Zen Browser's Discord](https://discord.gg/zen-browser) -* GitHub: [Organization](https://github.com/zen-browser) - ---- - -By using Zen Browser, you agree to this Privacy Policy. Remember, with Zen, your privacy is in your hands.`} - -
-
- ); -} diff --git a/src/app/release-notes/[version]/page.tsx b/src/app/release-notes/[version]/page.tsx deleted file mode 100644 index 5948164..0000000 --- a/src/app/release-notes/[version]/page.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from "react"; -import { Button } from "@/components/ui/button"; -import { releaseNotes } from "@/lib/release-notes"; -import { redirect } from "next/navigation"; - -export async function generateStaticParams() { - return [ - { version: "latest" }, - ...releaseNotes.map((note) => ({ version: note.version })), - ]; -} - -export default function ReleaseNotePage({ - params, -}: { - params: { version: string }; -}) { - const { version } = params; - - if (version === "latest") { - return redirect(`/release-notes/${releaseNotes[0].version}`); - } - - const currentIndex = releaseNotes.findIndex( - (note) => note.version === version, - ); - const releaseNote = releaseNotes[currentIndex]; - - if (!releaseNote) { - return ( -
-
-

Release note not found

- - - -
-
- ); - } - - return redirect(`/release-notes#${version}`); -} diff --git a/src/app/release-notes/page.tsx b/src/app/release-notes/page.tsx deleted file mode 100644 index df509a9..0000000 --- a/src/app/release-notes/page.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import ReleaseNoteElement from "@/components/release-note"; -import { releaseNotes } from "@/lib/release-notes"; -import { Metadata } from "next"; - -export const metadata: Metadata = { - title: "Release Notes", - description: "Stay up to date with the latest changes to Zen Browser", - keywords: [ - "Zen", - "Browser", - "Zen Browser", - "Web", - "Internet", - "Fast", - "Release", - "Notes", - ], -}; - -export default function ReleaseNotes() { - return ( -
-
-

Release Notes

-

- Stay up to date with the latest changes to Zen Browser! Since the{" "} - - first release - {" "} - till{" "} - - {releaseNotes[0].version} - - , we've been working hard to make Zen Browser the best it can be. -
-
Thanks everyone for your feedback! ❤️ -

- {releaseNotes.map((releaseNote) => ( - - ))} -
-
- ); -} diff --git a/src/app/themes/[theme]/page.tsx b/src/app/themes/[theme]/page.tsx deleted file mode 100644 index 7331230..0000000 --- a/src/app/themes/[theme]/page.tsx +++ /dev/null @@ -1,55 +0,0 @@ -import ThemePage from "@/components/theme-page"; -import { getAllThemes, getThemeFromId } from "@/lib/themes"; -import { Metadata, ResolvingMetadata } from "next"; - -export async function generateMetadata( - { params, searchParams }: any, - parent: ResolvingMetadata, -): Promise { - const theme = params.theme; - const themeData = await getThemeFromId(theme); - if (!themeData) { - return { - title: "Theme not found", - description: "Theme not found", - }; - } - return { - title: themeData.name, - description: themeData.description, - keywords: [themeData.name, themeData.description], - openGraph: { - title: themeData.name, - description: themeData.description, - images: [ - { - url: themeData.image, - width: 500, - height: 500, - alt: themeData.name, - }, - ], - }, - }; -} - -export async function generateStaticParams() { - const themes = await getAllThemes(); - console.log(themes); - return themes.map((theme) => ({ - theme: theme.id, - })); -} - -export default async function ThemeInfoPage({ - params, -}: { - params: { theme: string }; -}) { - const { theme } = params; - return ( -
- -
- ); -} diff --git a/src/app/themes/page.tsx b/src/app/themes/page.tsx deleted file mode 100644 index 49dd82f..0000000 --- a/src/app/themes/page.tsx +++ /dev/null @@ -1,10 +0,0 @@ -import MarketplacePage from "@/components/marketplace"; -import { getAllThemes } from "@/lib/themes"; - -export default async function ThemesMarketplace() { - return ( -
- -
- ); -} diff --git a/src/app/welcome/page.tsx b/src/app/welcome/page.tsx deleted file mode 100644 index a56b521..0000000 --- a/src/app/welcome/page.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import WelcomePage from "@/components/welcome"; - -export default function Download() { - return ( -
- -
- ); -} diff --git a/src/components/cool-header-text.tsx b/src/components/cool-header-text.tsx index c178f02..a84a524 100644 --- a/src/components/cool-header-text.tsx +++ b/src/components/cool-header-text.tsx @@ -27,12 +27,12 @@ export default function CoolHeaderText() { <>
- Stay focused, browse faster with Zen + Chatting, for the rest of us.
-
+ {/*
Alpha Version -
+
*/} ); } diff --git a/src/components/header.tsx b/src/components/header.tsx index 6371555..bf0703d 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -4,8 +4,43 @@ import { ArrowRightIcon } from "@radix-ui/react-icons"; import { useInView } from "framer-motion"; import { useRef } from "react"; import { Button } from "./ui/button"; -import { ChevronDown } from "lucide-react"; +import { AppWindow, AppWindowIcon, AppWindowMac, ChevronDown } from "lucide-react"; import CoolHeaderText from "./cool-header-text"; +import Particles from "./ui/particles"; +import confetti from "canvas-confetti"; + +const download = () => { + throwConfetti() + window.location.replace(`https://realm.abunchofknowitalls.com/Realm.exe`) +} + +const throwConfetti = () => { + const end = Date.now() + 3 * 1000; // 3 seconds + const colors = ["#a786ff", "#fd8bbc", "#eca184", "#f8deb1"]; + const frame = () => { + if (Date.now() > end) return; + + confetti({ + particleCount: 2, + angle: 60, + spread: 55, + startVelocity: 60, + origin: { x: 0, y: 0.5 }, + colors, + }); + confetti({ + particleCount: 2, + angle: 120, + spread: 55, + startVelocity: 60, + origin: { x: 1, y: 0.5 }, + colors, + }); + requestAnimationFrame(frame); + }; + frame(); +}; + export default function Header() { const ref = useRef(null); const inView = useInView(ref, { once: true, margin: "-100px" }); @@ -19,27 +54,34 @@ export default function Header() {

- Beautifully designed, privacy-focused, and packed with features. -
We care about your experience, not - your data. + Collaborate, Communicate, Connect +
Because that's what you wanted and you deserve to own your content.

- - - - -
+ + ); } diff --git a/src/components/logo.tsx b/src/components/logo.tsx index 0616f2c..261d3c7 100644 --- a/src/components/logo.tsx +++ b/src/components/logo.tsx @@ -1,22 +1,22 @@ "use client"; import { ny } from "@/lib/utils"; import React from "react"; -import CachedImage from "./CachedImage"; +import Image from "next/image"; export default function Logo({ withText, ...props }: any) { return (
- - {withText && zen} + {withText && Realm}
); } diff --git a/src/components/mobile-nav.tsx b/src/components/mobile-nav.tsx index 9435446..853a4b5 100644 --- a/src/components/mobile-nav.tsx +++ b/src/components/mobile-nav.tsx @@ -53,62 +53,11 @@ export function MobileNav() { variant="ghost" className="ml-auto mr-2 px-0 text-base hover:bg-transparent focus-visible:bg-transparent focus-visible:ring-0 focus-visible:ring-offset-0" > - - Toggle Menu + - - - - - -
- -
Download
-

- Get the latest version of Zen Browser. -

-
- -
Theme Store
-

- Customize your browsing experience. -

-
- -
Release Notes
-

- Stay up to date with the latest changes. -

-
- -
Donate {"<"}3
-

Support the project

-
- {components.map(({ title, href, description, isTargetBlank, rel }) => ( - -
{title}
-

{description}

-
- ))} -
-
+ ); diff --git a/src/components/navigation.tsx b/src/components/navigation.tsx index 4b6f8b2..3bf03f8 100644 --- a/src/components/navigation.tsx +++ b/src/components/navigation.tsx @@ -126,88 +126,7 @@ export function Navigation() { - - Getting Started - - - - - - - - Donate - - -
    - - Support us on Patreon and get exclusive rewards and keep the - project alive. - - - Ko-fi is a way to support us with a one-time donation and help - us keep the project alive. - -
-
-
- - {"Useful Links"} - -
    - {components.map( - ({ description, href, title, isTargetBlank, rel }) => ( - - {description} - - ), - )} -
-
-
- + {/* */}