Personal brand site for Sammie Robinson. One creator, many properties, one mark.
Built with Next.js (static export), React, and Tailwind CSS. Dark theme by default with a light toggle; the electric-teal accent is reserved for actions.
npm install
npm run dev # http://localhost:3000All copy and links live in src/lib/site.ts — name, greeting, roles, tagline, About paragraphs, properties, CTA, and social links. No component edits needed.
npm run build # static export to ./outPushing to main triggers .github/workflows/deploy.yml, which builds the static export and publishes it to GitHub Pages. The site is served from a project subpath (/serbres), configured via basePath in next.config.ts.