diff --git a/site/docusaurus.config.js b/site/docusaurus.config.js index 8996d2cbc..f310ec6e0 100644 --- a/site/docusaurus.config.js +++ b/site/docusaurus.config.js @@ -7,7 +7,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula"); /** @type {import('@docusaurus/types').Config} */ const config = { title: "Discordeno", - tagline: "A Highly scalable Discord Library", + tagline: "Making Scalable Bots Easy!", url: "https://discordeno.mod.land", baseUrl: "/", onBrokenLinks: "throw", diff --git a/site/src/components/HomepageFeatures.tsx b/site/src/components/HomepageFeatures.tsx index e1d1c7908..370335953 100644 --- a/site/src/components/HomepageFeatures.tsx +++ b/site/src/components/HomepageFeatures.tsx @@ -1,7 +1,7 @@ -import useBaseUrl from '@docusaurus/useBaseUrl'; -import React from 'react'; -import clsx from 'clsx'; -import styles from './HomepageFeatures.module.css'; +import useBaseUrl from "@docusaurus/useBaseUrl"; +import React from "react"; +import clsx from "clsx"; +import styles from "./HomepageFeatures.module.css"; type FeatureItem = { title: string; @@ -11,46 +11,66 @@ type FeatureItem = { const FeatureList: FeatureItem[] = [ { - title: 'Easy to Use', - image: '/img/undraw_docusaurus_mountain.svg', + title: "REST does not rest!", + image: "/img/undraw_docusaurus_mountain.svg", description: ( <> - Docusaurus was designed from the ground up to be easily installed and - used to get your website up and running quickly. + ), }, { - title: 'Focus on What Matters', - image: '/img/undraw_docusaurus_tree.svg', + title: "Zero Downtime Updates", + image: "/img/undraw_docusaurus_tree.svg", description: ( <> - Docusaurus lets you focus on your docs, and we'll do the chores. Go - ahead and move your docs into the docs directory. + ), }, { - title: 'Powered by React', - image: '/img/undraw_docusaurus_react.svg', + title: "No More Forks!", + image: "/img/undraw_docusaurus_react.svg", description: ( <> - Extend or customize your website layout by reusing React. Docusaurus can - be extended while reusing the same header and footer. + ), }, ]; -function Feature({title, image, description}: FeatureItem) { +function Feature({ title, image, description }: FeatureItem) { return ( -
+
- {title} + {title}

{title}