Commit Graph

17 Commits

Author SHA1 Message Date
Jeff Emmett 6964364218 Add Open Graph and Twitter Card metadata
Generated with Claude Code

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 22:30:40 +01:00
Jeff Emmett e3934509d4 feat: switch email provider to SendGrid and add Docker support
- Replace Resend with SendGrid for notification emails
- Add sendThankYouEmail function using SendGrid REST API
- Add SENDGRID_API_KEY to env vars documentation
- Fix URL handling in checkout/portal routes (use getBaseUrl helper)
- Simplify donation request body in homepage
- Add Dockerfile for standalone deployment
- Enable standalone output in next.config.mjs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-06 15:35:51 +01:00
Jeff Emmett ddb673ede6 Add 🎺 emoji favicon 2025-11-30 22:18:35 -08:00
v0 4191aeabd6 fix: resolve deployment issues for Cloudflare Pages
Add Edge Runtime to 7 API routes, fix package versions, remove tw-animate-css

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-10-14 00:48:10 +00:00
v0 d1230dc9c8 streamline packages: remove pnpm-lock.yaml and tw-animate-css, update Next.js
#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-10-13 03:05:24 +00:00
v0 d91ea91d46 fix: resolve CSS and hero image discrepancies
Replace incorrect hero image and fix CSS compilation issues.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-10-12 01:29:34 +00:00
devandoo 4ec159f158 Fix CSS compilation issues
- Remove broken tw-animate-css import from both globals.css files
- Fix font variable references in styles/globals.css
- Resolves CSS compilation errors that prevented successful builds
2025-09-17 10:10:06 +05:30
v0 579eafa82d fix: resolve CSS and hero image discrepancies
Fix wrong hero image and CSS compilation issues in production.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-09-12 15:56:43 +00:00
v0 d79245e4a1 fix: resolve persistent CSS compilation issues
Remove invalid imports and fix font mappings.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-09-03 13:21:42 +00:00
v0 ecf8931757 fix: resolve CSS configuration issues
Fix invalid utility classes and ensure consistent Tailwind CSS setup.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-09-03 10:36:32 +00:00
v0 1c6eaee821 fix: resolve CSS configuration issues for consistent formatting
Fix non-existent import and update font configuration for proper build.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-09-03 10:17:03 +00:00
v0 692f732854 fix: resolve CSS mismatch in production build
Remove duplicate CSS files and correct font mappings.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-09-03 09:46:38 +00:00
v0 a829ec97cd fix: resolve font configuration mismatch in CSS
Match CSS font references to actual layout fonts.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-09-03 09:37:21 +00:00
v0 fcfde15b0d fix: resolve rendering issue with dynamic Tailwind classes
Use static classes instead of dynamic template literals.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-09-03 09:00:52 +00:00
v0 505ca98821 feat: simplify contact page with Jerry's direct info
Remove email form and add direct contact details in a clean format.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-09-03 08:55:09 +00:00
v0 001f65d5e2 feat: change Jerry's Story page background to white
Update background to white and adjust text and border colors for readability.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-09-03 08:38:01 +00:00
v0 8d2ccf7330 feat: unify button colors to match header gradient
Consistent blue color scheme for all website buttons.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-09-03 08:34:49 +00:00