import { MarketingDrawer, Logo } from '@app/components/general' import { strings } from '@app-strings' import { metaSetter } from '@app/utils' import type { PageProps } from '@app/types' import { Header, Header3 } from '@app/components/general/header' import { SectionContainer } from '@app/components/stateless/containers/section-container' function BrandAssets({ name }: PageProps) { return (
Brand assets

Download official {strings.appName} logos

All {strings.appName} trademarks, logos, or other brand elements can never be modified or used for any other purpose other than to represent {strings.appName} LLC.

A11yWatch

{strings.appName} logos

Download {strings.appName} official logos, including as{' '} {`SVG's`}. Do not use any other color for the wordmark.

Brand usage rules

Please do not alt the logos outside of the default look without contacting us for approval.

) } export default metaSetter( { BrandAssets }, { description: `Get ${strings.appName} brand assets here. Show your support by displaying a link with our logo on your website.`, } )