From 80c1e0f2434c59b84d95d6dde4b99fd8ef245c82 Mon Sep 17 00:00:00 2001 From: DerTyp7 Date: Thu, 9 Oct 2025 20:04:53 +0200 Subject: [PATCH] Change text in config template --- src/const/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const/api.ts b/src/const/api.ts index 02e73ad..545ee80 100644 --- a/src/const/api.ts +++ b/src/const/api.ts @@ -9,7 +9,7 @@ export const configPath = path.join(dataDir, 'config.json'); export const configTemplate: AppConfig = { home: { headline: 'Portfolio', - text: 'As a passionate hobby photographer, I capture the unique beauty and atmosphere of various places. Join me on a visual journey through my lens.', + text: 'Just a hobby photographer sharing moments that catch my eye.', buttonText: 'Visit Gallery', }, contact: {