🚀 Linkooc FrontOffice
Next.js 16 Restaurant Website Platform
Skeleton Test Features:
- ✅ Cache Components - 'use cache' directive enabled
- ✅ Language-aware caching - Tags include :lang suffix
- ✅ Template system - _test_variant_red / _test_variant_blue
- ✅ Pre-computed CSS - styleCss in API response (zero FOUC)
- ✅ Draft mode - /api/draft for preview
- ✅ Revalidation API - /api/revalidate for cache invalidation
- ✅ i18n middleware - Auto language detection & redirect
Try: /fr/[restaurant-slug] or /en/[restaurant-slug]
The middleware will redirect you to the correct language.