v1.2

Quick Setup

Brand Name

  • next-seo.config.json

Brand Color

  • tailiwind.config.js

Make Logo

  • Use spark.adobe.com/express-apps/logomaker/preview
  • Crop excess space around logo iloveimg.com/crop-image
  • Color the png
  • Remove background + resize to 500 x 500 remove.bg/upload save as logo.png

Logo to SVG

Favicon

Logo SVG

  • npx @svgr/cli --icon public/logo.svg
  • copy and override the one in components/Logo.jsx

Typography classes

  • globalStyles.jsx

Cors

  • next.config.js
  • cors scripting and proxy (to connect with external backend)
  • More on Cors *Security Headers* Next.js Cors header

recommended layout structure

  • <Container>
    • main
      • -- section
      • -- section
    • main
  • <Container/>

Components

Buttons


Links


variant="blue"variant="brand"variant="primary"variant="secondary"

Typography Classes


.caption
.sub-text

.p

.h3

.h2

.h1

.subhead

.subhead-lg

.h2-headline

.hero-headline

.section-headline

.hero-headline-lg