feat: update homepage text and layout with new introduction

Added a welcoming introduction for Schachfreunde Bad Steben to the homepage text. Replaced generic "Hallo Welt!" heading with "Herzlich Willkommen!". Integrated dynamic text rendering using `kirbytext()` for better content management.
This commit is contained in:
2025-07-13 18:29:15 +02:00
parent be0a7cb217
commit e189779a5b
2 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
<?php snippet('layout', slots: true) ?>
<h1>Hallo Welt!</h1>
<h1>Herzlich Willkommen!</h1>
<?= $page->text()->kirbytext() ?>
<?php snippet('home-news', [
'news' => page('news')