docs: update Gitea link and add Buy Me a Coffee section

- Update footer Gitea link from agentic-coding-starter-kit to nextjs-boilerplate
- Add Buy Me a Coffee section to README with PayPal donation link

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Rosario Moscato
2025-09-25 12:16:06 +02:00
parent 3b2927549a
commit 657d5422ed
2 changed files with 5 additions and 1 deletions

View File

@@ -11,7 +11,11 @@ A complete agentic coding boilerplate with authentication, PostgreSQL database,
- **⚡ Modern Stack**: Next.js 15, React 19, TypeScript
- **📱 Responsive**: Mobile-first design approach
## ☕ Buy Me a Coffee
If you find this project helpful and would like to support my work, consider buying me a coffee! Your support helps me maintain and improve this boilerplate.
[Buy Me a Coffee](https://paypal.me/rosmoscato)
## 📋 Prerequisites

View File

@@ -5,7 +5,7 @@ export function SiteFooter() {
<div className="container mx-auto px-4">
<div className="flex flex-col items-center space-y-3">
<a
href="https://gitea.rosmoscato.xyz/ros/agentic-coding-starter-kit"
href="https://gitea.rosmoscato.xyz/ros/nextjs-boilerplate"
target="_blank"
rel="noopener noreferrer"
className="text-primary hover:underline"