feat: add multiple project info pages with metadata and structured data

- Created new project pages for LazyBot, Learn, Linktree, Moon Phases, FocusPomodoro, Portfolio, QCU Physique-Chimie, QRCode, ReduceLink, Sudoku, and Visio.
- Each page includes detailed descriptions, features, use cases, tech stack, FAQs, and images.
- Implemented JSON-LD structured data for SEO optimization.
- Added a sitemap generation for better indexing of project pages.
- Introduced a reusable JsonLd component for structured data rendering.
- Configured Tailwind CSS for styling across the application.
This commit is contained in:
Puechberty Arthur
2026-03-30 19:35:58 +02:00
parent 925454bc15
commit 13c171e466
96 changed files with 1657 additions and 166 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
web:
image: node:20-alpine
working_dir: /app
volumes:
- ./:/app
ports:
- "3004:3000"
command: sh -c "npm install && npm run build && npm start"
restart: unless-stopped