chunk sizes, small fixes

pull/40/head
Tim Pechersky 2021-08-02 20:49:09 +08:00
rodzic 281cbf02f0
commit 0915d363e9
5 zmienionych plików z 16 dodań i 601 usunięć

Wyświetl plik

@ -10,7 +10,9 @@ import HeadLinks from "../src/components/HeadLinks";
const AppContext = dynamic(() => import("../src/AppContext"), {
ssr: false,
});
import DefaultLayout from "../src/layouts";
const DefaultLayout = dynamic(() => import("../src/layouts"), {
ssr: false,
});
export default class CachingApp extends App {
constructor(props) {

Wyświetl plik

@ -78,6 +78,7 @@ const Homepage = () => {
useEffect(() => {
assets["background720"] = `${AWS_PATH}/background720.png`;
assets["background1920"] = `${AWS_PATH}/background1920.png`;
assets["background2880"] = `${AWS_PATH}/background2880.png`;
assets["background3840"] = `${AWS_PATH}/background3840.png`;
}, []);
@ -120,7 +121,6 @@ const Homepage = () => {
router.nextRouter.asPath.slice(0, 2) !== "/?" &&
router.nextRouter.asPath.slice(0, 2) !== "/#"
) {
console.log("replacing!");
router.replace(router.nextRouter.asPath, undefined, {
shallow: true,
});
@ -159,7 +159,6 @@ const Homepage = () => {
return (
<Fade in>
<Box
onLo
width="100%"
flexDirection="column"
sx={{ scrollBehavior: "smooth" }}
@ -541,14 +540,13 @@ const Homepage = () => {
export async function getStaticProps() {
const metaTags = {
title: "Bugout: Measure the success of your dev tool",
title: "Moonstream.to: All your crypto data in one stream",
description:
"Get usage metrics and crash reports. Improve your users' experience",
"From the Ethereum transaction pool to Elon Musks latest tweets get all the crypto data you care about in one stream.",
keywords:
"bugout, bugout-dev, bugout.dev, usage-metrics, analytics, dev-tool ,knowledge, docs, journal, entry, find-anything",
url: "https://bugout.dev",
image:
"https://s3.amazonaws.com/static.simiotics.com/landing/aviator-2.svg",
"blockchain, crypto, data, trading, smart contracts, ethereum, solana, transactions, defi, finance, decentralized",
url: "https://www.moonstream.to",
image: `${AWS_PATH}/crypto+traders.png`,
};
const assetPreload = Object.keys(assets).map((key) => {
@ -558,10 +556,7 @@ export async function getStaticProps() {
as: "image",
};
});
const preconnects = [
{ rel: "preconnect", href: "https://s3.amazonaws.com" },
{ rel: "preconnect", href: "https://assets.calendly.com/" },
];
const preconnects = [{ rel: "preconnect", href: "https://s3.amazonaws.com" }];
const preloads = assetPreload.concat(preconnects);

Wyświetl plik

@ -1,574 +0,0 @@
import React from "react";
import { Box, Heading, ListItem, Text, Link } from "@chakra-ui/react";
import { UnorderedList, OrderedList } from "@chakra-ui/react";
import { DEFAULT_METATAGS } from "../../src/components/constants";
export async function getStaticProps() {
return {
props: { metaTags: { ...DEFAULT_METATAGS } },
};
}
const TermsOfService = () => (
<Box>
<Box px="1.5rem" m="auto" mb={8} maxWidth="1199.98px" minHeight="60vh">
<Heading my={8} as="h1">
Moonstream.to Terms of Service
</Heading>
<Text fontSize="md">
Welcome to Bugout! Please read these Terms of Service before accessing
or using Bugout.
</Text>
<Heading mt={4}>Definitions</Heading>
<Text mt={4} fontSize="md">
<OrderedList>
<ListItem>
{`An "Account" represents your legal relationship with Simiotics, Inc.
A User Account represents an individual Users authorization to
log in to and use the Service and serves as a Users identity on
Bugout. Groups represent teams of users. A User Account can be a
member of any number of Groups.`}
</ListItem>
<ListItem>
{` The “Agreement” refers, collectively, to all the terms, conditions,
notices contained or referenced in this document (the Terms of
Service or the "Terms") and all other operating rules, policies
(including the Bugout.dev Privacy Statement) and procedures that we
may publish from time to time on the Website.`}
</ListItem>
<ListItem>
{` “Content” refers to content featured or displayed through the
Website, including without limitation code, text, data, articles,
images, photographs, graphics, software, applications, packages,
designs, features, and other materials that are available on the
Website or otherwise available through the Service. "Content" also
includes Services. User-Generated Content is Content, written or
otherwise, created or uploaded by our Users. "Your Content" is
Content that you create or own.`}
</ListItem>
<ListItem>
Bugout, Bugout.dev, Simiotics, We, and Us refer to
Simiotics, Inc., as well as our affiliates, directors, subsidiaries,
contractors, licensors, officers, agents, and employees.
</ListItem>
<ListItem>
The Service refers to the applications, software, products, and
services provided by Simiotics.
</ListItem>
<ListItem>
The User, You, and Your refer to the individual person,
company, or organization that has visited or is using the Website or
Service; that accesses or uses any part of the Account; or that
directs the use of the Account in the performance of its functions.
A User must be at least 13 years of age.
</ListItem>
<ListItem>
The Website refers to Bugouts website located at bugout.dev, and
all content, services, and products provided by Bugout at or through
the Website. It also refers to subdomains of bugout.dev, such as
blog.bugout.dev. Occasionally, websites owned by Bugout may provide
different or additional terms of service. If those additional terms
conflict with this Agreement, the more specific terms apply to the
relevant page or service.
</ListItem>
</OrderedList>
</Text>
<Heading mt={4}>Account Terms</Heading>
<Heading as="h3" mt={4} size="md">
Account Controls
</Heading>
<Text mt={4} fontSize="md">
Subject to these Terms, you retain ultimate administrative control over
your User Account and the Content within it.
</Text>
<Text mt={4} fontSize="md">
{` The "owner" of a Group that was created under these Terms has ultimate
administrative control over that Group and the Content within it. Within
the Service, an owner can manage User access to the Groups data and
projects. A Group may have multiple owners, but there must be at least
one User Account designated as an owner of a Group. If you are the owner
of an Group under these Terms, we consider you responsible for the
actions that are performed on or through that Group.`}
</Text>
<Heading as="h3" mt={4} size="md">
Required Information
</Heading>
<Text mt={4} fontSize="md">
You must provide a valid email address in order to complete the signup
process. Any other information requested, such as your real name, is
optional, unless you are accepting these terms on behalf of a legal
entity (in which case we need more information about the legal entity)
or if you opt for a paid Account, in which case additional information
will be necessary for billing purposes.
</Text>
<Heading as="h3" mt={4} size="md">
Account Requirements
</Heading>
<Text mt={4} fontSize="md">
{`We have a few simple rules for User Accounts on Bugout's Service. You
must be a human to create an Account. Accounts registered by "bots" or
other automated methods are not permitted.`}
</Text>
<Text mt={4} fontSize="md">
{`We do permit machine accounts. A machine account is an Account set up by
an individual human who accepts the Terms on behalf of the Account,
provides a valid email address, and is responsible for its actions. A
machine account is used exclusively for performing automated tasks.
Multiple users may direct the actions of a machine account, but the
owner of the Account is ultimately responsible for the machine's
actions. You may maintain no more than one free machine account in
addition to your free User Account.`}
</Text>
<Text mt={4} fontSize="md">
{`One person or legal entity may maintain no more than one free Account
(if you choose to control a machine account as well, that's fine, but it
can only be used for running a machine).`}
</Text>
<Text mt={4} fontSize="md">
You must be age 13 or older. If we learn of any User under the age of
13, we will terminate that Users Account immediately. If you are a
resident of a country outside the United States, your countrys minimum
age may be older; in such a case, you are responsible for complying with
your countrys laws.
</Text>
<Text mt={4} fontSize="md">
Your login may only be used by one person i.e., a single login may not
be shared by multiple people.
</Text>
<Text mt={4} fontSize="md">
A paid Group may only provide access to as many User Accounts as your
subscription allows.
</Text>
<Heading as="h3" mt={4} size="md">
User Account Security
</Heading>
<Text mt={4} fontSize="md">
You are responsible for keeping your Account secure while you use our
Service. The content of your Account and its security are up to you. You
are responsible for all content posted and activity that occurs under
your Account. You are responsible for maintaining the security of your
Account and password. Bugout cannot and will not be liable for any loss
or damage from your failure to comply with this security obligation.
</Text>
<Text mt={4} fontSize="md">
You will promptly notify Bugout if you become aware of any unauthorized
use of, or access to, our Service through your Account, including any
unauthorized use of your password or Account.
</Text>
<Heading mt={4}>Acceptable Use</Heading>
<Text mt={4} fontSize="md">
Your use of the Website and Service must not violate any applicable
laws, including copyright or trademark laws, export control or sanctions
laws, or other laws in your jurisdiction. You are responsible for making
sure that your use of the Service is in compliance with laws and any
applicable regulations.
</Text>
<Heading mt={4}>User-Generated Content</Heading>
<Heading as="h3" mt={4} size="md">
Responsibility for User-Generated Content
</Heading>
<Text mt={4} fontSize="md">
You may create or upload User-Generated Content while using the Service.
You are solely responsible for the content of, and for any harm
resulting from, any User-Generated Content that you post, upload, link
to or otherwise make available via the Service, regardless of the form
of that Content. We are not responsible for any public display or misuse
of your User-Generated Content.
</Text>
<Heading as="h3" mt={4} size="md">
Bugout May Remove Content
</Heading>
<Text mt={4} fontSize="md">
We have the right to refuse or remove any User-Generated Content that,
in our sole discretion, violates any laws or Bugout terms or policies.
</Text>
<Heading as="h3" mt={4} size="md">
Ownership of Content, Right to Post, and License Grants
</Heading>
<Text mt={4} fontSize="md">
{`You retain ownership of and responsibility for Your Content. If you're
posting anything you did not create yourself or do not own the rights
to, you agree that you are responsible for any Content you post; that
you will only submit Content that you have the right to post; and that
you will fully comply with any third party licenses relating to Content
you post.`}
</Text>
<Text mt={4} fontSize="md">
Because you retain ownership of and responsibility for Your Content, we
need you to grant us and other Bugout Users certain legal
permissions. These license grants apply to Your Content. If you upload
Content that already comes with a license granting Bugout the
permissions we need to run our Service, no additional license is
required. You understand that you will not receive any payment for any
of these granted rights. The licenses you grant to us will end when you
remove Your Content from our servers, unless other Users have cloned it.
</Text>
<Text as="h3" mt={4} size="md">
License Grant to Us
</Text>
<Text mt={4} fontSize="md">
We need the legal right to do things like host Your Content, publish it,
and share it. You grant us and our legal successors the right to store,
archive, parse, and display Your Content, and make incidental copies, as
necessary to provide the Service, including improving the Service over
time. This license includes the right to do things like copy it to our
database and make backups; show it to you and other users; parse it into
a search index or otherwise analyze it on our servers; share it with
other users; and perform it, in case Your Content is something like
music or video. This license does not grant Bugout the right to sell
Your Content. It also does not grant Bugout the right to otherwise
distribute or use Your Content outside of our provision of the Service.
</Text>
<Heading as="h3" mt={4} size="md">
License Grant to Other Users
</Heading>
<Text mt={4} fontSize="md">
{`Any User-Generated Content you post publicly may be viewed by others. By
setting your content to be viewed publicly, you agree to allow others to
view and "clone" your content (this means that others may make their own
copies of Your Content). If you set your Content to be viewed publicly,
you grant each User of Bugout a nonexclusive, worldwide license to use,
display, and perform Your Content through the Bugout Service and to
reproduce Your Content solely on Bugout as permitted through Bugout's
functionality (for example, through cloning). If you are uploading
Content you did not create or own, you are responsible for ensuring that
the Content you upload is licensed under terms that grant these
permissions to other Bugout Users.`}
</Text>
<Heading as="h3" mt={4} size="md">
Moral Rights
</Heading>
<Text mt={4} fontSize="md">
You retain all moral rights to Your Content that you upload, publish, or
submit to any part of the Service, including the rights of integrity and
attribution. However, you waive these rights and agree not to assert
them against us, to enable us to reasonably exercise the rights granted
above, but not otherwise.
</Text>
<Text mt={4} fontSize="md">
To the extent this agreement is not enforceable by applicable law, you
grant Bugout the rights we need to use Your Content without attribution
and to make reasonable adaptations of Your Content as necessary to
render the Website and provide the Service.
</Text>
<Heading mt={4}>Private Content</Heading>
<Heading as="h3" mt={4} size="md">
Control of Private Content
</Heading>
<Text mt={4} fontSize="md">
Some Accounts may have private content -- for example, groups or
journals -- which allow the User to control access to Content.
</Text>
<Heading as="h3" mt={4} size="md">
Confidentiality of Private Content
</Heading>
<Text mt={4} fontSize="md">
Bugout considers private content to be confidential to you. Bugout will
protect the contents of private repositories from unauthorized use,
access, or disclosure in the same manner that we would use to protect
our own confidential information of a similar nature and in no event
with less than a reasonable degree of care.
</Text>
<Heading as="h3" mt={4} size="md">
Access
</Heading>
<Text mt={4} fontSize="md">
Bugout personnel may only access the content of your private content in
the situations described in our{" "}
<Link color="primary.600" href="/privacy-policy">
Privacy Policy
</Link>
.
</Text>
<Text mt={4} fontSize="md">
Additionally, we may be compelled by law to disclose your private
content.
</Text>
<Heading mt={4}>Intellectual Property Notice</Heading>
<Heading as="h3" mt={4} size="md">
{`Bugout's Rights to Content`}
</Heading>
<Text mt={4} fontSize="md">
Bugout and our licensors, vendors, agents, and/or our content providers
retain ownership of all intellectual property rights of any kind related
to the Website and Service. We reserve all rights that are not expressly
granted to you under this Agreement or by law.
</Text>
<Heading mt={4}>API Terms</Heading>
<Text mt={4} fontSize="md">
{`Abuse or excessively frequent requests to Bugout via the API may result
in the temporary or permanent suspension of your Account's access to the
API. Bugout, in our sole discretion, will determine abuse or excessive
usage of the API. We will make a reasonable attempt to warn you via
email prior to suspension.`}
</Text>
<Text mt={4} fontSize="md">
{`You may not share API tokens to exceed Bugout's rate limitations.`}
</Text>
<Text mt={4} fontSize="md">
{`You may not use the API to download data or Content from Bugout for
spamming purposes, including for the purposes of selling Bugout users'
personal information, such as to recruiters, headhunters, and job
boards.`}
</Text>
<Text mt={4} fontSize="md">
All use of the Bugout API is subject to these Terms of Service and the
Bugout{" "}
<Link color="primary.600" href="/privacy-policy">
Privacy Policy
</Link>
.
</Text>
<Text mt={4} fontSize="md">
{`Bugout may offer subscription-based access to our API for those Users
who require high- throughput access or access that would result in
resale of Bugout's Service.`}
</Text>
<Heading mt={4}>Payment</Heading>
<Heading as="h3" mt={4} size="md">
Pricing
</Heading>
<Text mt={4} fontSize="md">
If you agree to a subscription price, that will remain your price for
the duration of the payment term; however, prices are subject to change
at the end of a payment term.
</Text>
<Heading as="h3" mt={4} size="md">
Authorization
</Heading>
<Text mt={4} fontSize="md">
By agreeing to these Terms, you are giving us permission to charge your
on-file credit card, PayPal account, or other approved methods of
payment for fees that you authorize for Bugout.
</Text>
<Heading as="h3" mt={4} size="md">
Responsibility for Payment
</Heading>
<Text mt={4} fontSize="md">
You are responsible for all fees, including taxes, associated with your
use of the Service. By using the Service, you agree to pay Bugout any
charge incurred in connection with your use of the Service. If you
dispute the matter, contact us. You are responsible for providing us
with a valid means of payment for paid Accounts. Free Accounts are not
required to provide payment information.
</Text>
<Heading mt={4}>Cancellation and Termination</Heading>
<Heading as="h3" mt={4} size="md">
Account Cancellation
</Heading>
<Text mt={4} fontSize="md">
It is your responsibility to properly cancel your Account with Bugout.
You can cancel your Account at any time by contacting us by email
(neeraj@simiotics.com).
</Text>
<Heading as="h3" mt={4} size="md">
Upon Cancellation
</Heading>
<Text mt={4} fontSize="md">
We will retain and use your information as necessary to comply with our
legal obligations, resolve disputes, and enforce our agreements, but
barring legal requirements, we will delete your full profile and the
Content of your repositories within 90 days of cancellation or
termination (though some information may remain in encrypted backups).
This information can not be recovered once your Account is cancelled.
</Text>
<Text mt={4} fontSize="md">
We will not delete Content that you have contributed to Groups or that
other Users have cloned.
</Text>
<Text mt={4} fontSize="md">
Upon request, we will make a reasonable effort to provide an Account
owner with a copy of your lawful, non-infringing Account contents after
Account cancellation, termination, or downgrade.
</Text>
<Text mt={4} fontSize="md">
You must make this request within 90 days of cancellation, termination,
or downgrade.
</Text>
<Heading as="h3" mt={4} size="md">
Bugout May Terminate
</Heading>
<Text mt={4} fontSize="md">
Bugout has the right to suspend or terminate your access to all or any
part of the Website at any time, with or without cause, with or without
notice, effective immediately.
</Text>
<Text mt={4} fontSize="md">
Bugout reserves the right to refuse service to anyone for any reason at
any time.
</Text>
<Heading as="h3" mt={4} size="md">
Survival
</Heading>
<Text mt={4} fontSize="md">
All provisions of this Agreement which, by their nature, should survive
termination will survive termination including, without limitation:
ownership provisions, warranty disclaimers, indemnity, and limitations
of liability.
</Text>
<Heading mt={4}>Communications with Bugout</Heading>
<Text mt={4} fontSize="md">
For contractual purposes, you (1) consent to receive communications from
us in an electronic form via the email address you have submitted or via
the Service; and (2) agree that all Terms of Service, agreements,
notices, disclosures, and other communications that we provide to you
electronically satisfy any legal requirement that those communications
would satisfy if they were on paper. This section does not affect your
non-waivable rights.
</Text>
<Heading mt={4}>Disclaimer of Warranties</Heading>
<Text mt={4} fontSize="md">
Bugout provides the Website and the Service as is and as available,
without warranty of any kind. Without limiting this, we expressly
disclaim all warranties, whether express, implied or statutory,
regarding the Website and the Service including without limitation any
warranty of merchantability, fitness for a particular purpose, title,
security, accuracy and non-infringement.
</Text>
<Text mt={4} fontSize="md">
Bugout does not warrant that the Service will meet your requirements;
that the Service will be uninterrupted, timely, secure, or error-free;
that the information provided through the Service is accurate, reliable
or correct; that any defects or errors will be corrected; that the
Service will be available at any particular time or location; or that
the Service is free of viruses or other harmful components. You assume
full responsibility and risk of loss resulting from your downloading
and/or use of files, information, content or other material obtained
from the Service.
</Text>
<Heading mt={4}>Limitation of Liability</Heading>
<Text mt={4} fontSize="md">
You understand and agree that we will not be liable to you or any third
party for any loss of profits, use, goodwill, or data, or for any
incidental, indirect, special, consequential or exemplary damages,
however arising, that result from the use, disclosure, or display of
your:
<UnorderedList pl={3}>
<ListItem>User-Generated Content;</ListItem>
<ListItem>your use or inability to use the Service;</ListItem>
<ListItem>
any modification, price change, suspension or discontinuance of the
Service;
</ListItem>
<ListItem>
the Service generally or the software or systems that make the
Service available;
</ListItem>
<ListItem>
unauthorized access to or alterations of your transmissions or data;
</ListItem>
<ListItem>
statements or conduct of any third party on the Service;
</ListItem>
<ListItem>
any other user interactions that you input or receive through your
use of the Service;
</ListItem>
<ListItem>or any other matter relating to the Service.</ListItem>
</UnorderedList>
</Text>
<Text mt={4} fontSize="md">
Our liability is limited whether or not we have been informed of the
possibility of such damages, and even if a remedy set forth in this
Agreement is found to have failed of its essential purpose. We will have
no liability for any failure or delay due to matters beyond our
reasonable control.
</Text>
<Heading mt={4}>Release and Indemnification</Heading>
<Text mt={4} fontSize="md">
If you have a dispute with one or more Users, you agree to release
Bugout from any and all claims, demands and damages (actual and
consequential) of every kind and nature, known and unknown, arising out
of or in any way connected with such disputes.
</Text>
<Text mt={4} fontSize="md">
You agree to indemnify us, defend us, and hold us harmless from and
against any and all claims, liabilities, and expenses, including
attorneys fees, arising out of your use of the Website and the Service,
including but not limited to your violation of this Agreement, provided
that Bugout (1) promptly gives you written notice of the claim, demand,
suit or proceeding; (2) gives you sole control of the defense and
settlement of the claim, demand, suit or proceeding (provided that you
may not settle any claim, demand, suit or proceeding unless the
settlement unconditionally releases Bugout of all liability); and (3)
provides to you all reasonable assistance, at your expense.
</Text>
<Heading mt={4}>Changes to These Terms</Heading>
<Text mt={4} fontSize="md">
{`We reserve the right, at our sole discretion, to amend these Terms of
Service at any time and will update these Terms of Service in the event
of any such amendments. We will notify our Users of material changes to
this Agreement, such as price increases, at least 30 days prior to the
change taking effect by posting a notice on our Website or sending email
to the primary email address specified in your Bugout account.
Customer's continued use of the Service after those 30 days constitutes
agreement to those revisions of this Agreement. For any other
modifications, your continued use of the Website constitutes agreement
to our revisions of these Terms of Service.`}
</Text>
<Heading mt={4}>Miscellaneous</Heading>
<Heading as="h3" mt={4} size="md">
Governing Law
</Heading>
<Text mt={4} fontSize="md">
Except to the extent applicable law provides otherwise, this Agreement
between you and Bugout and any access to or use of the Website or the
Service are governed by the federal laws of the United States of America
and the laws of the State of California, without regard to conflict of
law provisions. You and Bugout agree to submit to the exclusive
jurisdiction and venue of the courts located in the City and County of
San Francisco, California.
</Text>
<Heading as="h3" mt={4} size="md">
Non-Assignability
</Heading>
<Text mt={4} fontSize="md">
Bugout may assign or delegate these Terms of Service and/or the Bugout
<Link color="primary.600" href="/privacy-policy">
{" "}
Privacy Policy
</Link>
, in whole or in part, to any person or entity at any time with or
without your consent. You may not assign or delegate any rights or
obligations under the Terms of Service or Privacy Statement without our
prior written consent, and any unauthorized assignment and delegation by
you is void.
</Text>
<Text mt={4} size="md">
Severability, No Waiver, and Survival
</Text>
<Text mt={4} fontSize="md">
If any part of this Agreement is held invalid or unenforceable, that
portion of the Agreement will be construed to reflect the parties
original intent. The remaining portions will remain in full force and
effect. Any failure on the part of Bugout to enforce any provision of
this Agreement will not be considered a waiver of our right to enforce
such provision. Our rights under this Agreement will survive any
termination of this Agreement.
</Text>
<Text mt={4} size="md">
Amendments; Complete Agreement
</Text>
<Text mt={4} fontSize="md">
This Agreement may only be modified by a written amendment signed by an
authorized representative of Bugout, or by the posting by Bugout of a
revised version in accordance with Section Q. Changes to These Terms.
These Terms of Service, together with the Bugout{" "}
<Link color="primary.600" href="/privacy-policy">
Privacy Policy
</Link>
, represent the complete and exclusive statement of the agreement
between you and us. This Agreement supersedes any proposal or prior
agreement oral or written, and any other communications between you and
Bugout relating to the subject matter of these terms including any
confidentiality or nondisclosure agreements.
</Text>
</Box>
</Box>
);
export default TermsOfService;

Wyświetl plik

@ -1,9 +1,6 @@
/** @jsxRuntime classic */
/** @jsx jsx */
import { jsx } from "@emotion/react";
import { Flex, Heading, Text, Link } from "@chakra-ui/react";
import React from "react";
import { Flex, Text, Link } from "@chakra-ui/react";
import CustomIcon from "../components/CustomIcon";
import RouterLink from "next/link";
const ICONS = [
{
@ -18,11 +15,6 @@ const ICONS = [
},
];
const LINKS_SIZES = {
fontWeight: "300",
fontSize: "lg",
};
const SITEMAP_FLEX_PROPS = {
px: 2,
alignItems: "flex-start",
@ -54,12 +46,12 @@ const Footer = () => (
maxW="40rem"
>
<Flex {...SITEMAP_FLEX_PROPS}>
<Heading pb={8} size="md">
{/* <Heading pb={8} size="md">
About
</Heading>
<RouterLink passHref href="/team">
</Heading> */}
{/* <RouterLink passHref href="/team">
<Link {...LINKS_SIZES}>Team</Link>
</RouterLink>
</RouterLink> */}
{/* <RouterLink passHref href="/events">
<Link {...LINKS_SIZES}>Events</Link>
</RouterLink>