refactor: Simplify descriptions in USP list and user bio

This commit is contained in:
Alex Polo
2025-11-07 15:05:56 +01:00
parent 996a090aba
commit 87ef9e3a94
3 changed files with 12 additions and 2 deletions

View File

@@ -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

View File

@@ -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
},
{

View File

@@ -28,7 +28,7 @@ export const data = {
id: 'christian-warme',
name: 'Christian Warme',
brand: 'warme.dk',
bio: 'Uddannet kok (34 å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',