Commit Graph

9 Commits

Author SHA1 Message Date
a7c05104af flatten new-site/ to repo root and remove old hugo site
Moves the Next.js app's contents from new-site/ to the repository
root and deletes the previous Hugo site (assets/, content/, themes/,
hugo.toml, etc.). Also retires the AWS Amplify config and old
Netlify _redirects file — the new site deploys to Vercel.

Updates STRATEGY.md path references to drop the new-site/ prefix.
LICENSE preserved.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-30 13:14:01 +02:00
3b5cd5d58d add vercel analytics to new-site/
Wires @vercel/analytics into the root layout. Free tier on Hobby
plan covers the first ~2,500 events/mo. No cookie banner needed.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-30 12:28:12 +02:00
f96adbc99a add new-site/ — next.js marketing site for five devs
Replaces the hugo site with a custom Next.js 16 app under new-site/.
Old hugo site is untouched until cutover.

What's in here:
- Next.js 16 (App Router, Turbopack) + React 19 + Tailwind v4 + MDX
- Pages: home, services, about, work (+ 2 case studies), contact, blog
  (3 seed posts), thank-you, /sitemap.xml, /robots.txt
- Stripe Payment Link checkout for retainer + 5/10/20-hour blocks,
  with website-redesign-launch sale (50% off) toggleable in
  src/lib/pricing.ts. Falls back to /contact when env vars unset.
- Guarantees component on home + services (4 promises in writing)
- HowIWork principles on about
- Client logo strip with the 8 named clients (text wordmarks for now)
- JSON-LD on every important page (Organization / Person / Service /
  Article / BreadcrumbList) for SEO + LLM discoverability
- /llms.txt at site root
- STRATEGY.md with positioning, 30-day content plan, Stripe setup
  walkthrough, SEO checklist, and a list of what Chris needs to wire
  before launch (Cal.com link, mailbox, photo, client sign-off, env
  vars)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-30 12:22:37 +02:00
Chris Smith
e45746cb9b remove workflows 2025-11-11 22:48:55 +01:00
Chris Smith
7431007992 add php styling 2024-11-07 11:28:15 +01:00
Chris Smith
3dedb00370 clean up and fix repo 2024-11-07 10:39:10 +01:00
Chris Smith
c48b91c28b Update privacy-policy.md 2024-06-27 19:51:32 +02:00
Chris Smith
bb98efa79a update to copyright 2024-06-27 19:21:21 +02:00
Chris Smith
89ed936167 first commit 2023-12-27 21:45:22 +01:00