diff --git a/logs/out-0.log b/logs/out-0.log index 2a4ee4e..9801491 100644 --- a/logs/out-0.log +++ b/logs/out-0.log @@ -1508,3 +1508,13 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime] 2025-11-07T15:00:11: Middleware - Token valid, user: brotha 2025-11-07T15:00:12: === API: GET /api/ingredients === 2025-11-07T15:00:12: ✓ Ingredients fetched: 13 +2025-11-07T15:00:58: === API: GET /api/availability/weekly === +2025-11-07T15:00:58: === API: GET /api/availability/blocked === +2025-11-07T15:00:58: ✓ Weekly availability fetched: 3 slots +2025-11-07T15:00:58: ✓ Blocked dates fetched: 3 dates +2025-11-07T15:00:58: === API: GET /api/availability/weekly === +2025-11-07T15:00:58: === API: GET /api/availability/blocked === +2025-11-07T15:00:58: ✓ Weekly availability fetched: 3 slots +2025-11-07T15:00:58: ✓ Blocked dates fetched: 3 dates +2025-11-07T15:02:18: > Ready on http://localhost:3000 +2025-11-07T15:03:37: > Ready on http://localhost:3000 diff --git a/src/components/marketing/usp-list.tsx b/src/components/marketing/usp-list.tsx index 536237f..f73163b 100644 --- a/src/components/marketing/usp-list.tsx +++ b/src/components/marketing/usp-list.tsx @@ -4,7 +4,7 @@ import { data } from '@/config/data' const usps = [ { title: 'Erfaren professionel kok', - description: 'Uddannet kok med fokus på klassisk madlavning og god service', + description: 'Fokus på klassisk madlavning og god service', icon: UtensilsCrossed }, { diff --git a/src/config/data.ts b/src/config/data.ts index 38ff3c5..f1d74d6 100644 --- a/src/config/data.ts +++ b/src/config/data.ts @@ -28,7 +28,7 @@ export const data = { id: 'christian-warme', name: 'Christian Warme', brand: 'warme.dk', - bio: 'Uddannet kok (3–4 år). Klassiske selskabsmenuer med ro i køkkenet og fokus på gæsternes oplevelse.', + bio: 'Klassiske selskabsmenuer med ro i køkkenet og fokus på gæsternes oplevelse.', skills: ['Klassisk dansk', 'Nordisk', 'Italiensk', 'Dessert'], serviceAreaKm: 80, baseCity: 'København',