gitextract_sndermd8/ ├── .gitignore ├── LICENSE ├── README.md ├── components/ │ ├── Footer.js │ ├── Footer.module.css │ └── Header.js ├── jsconfig.json ├── netlify.toml ├── next.config.js ├── package.json ├── pages/ │ ├── _app.js │ └── index.js ├── renovate.json └── styles/ └── globals.css