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
+4
View File
@@ -2,6 +2,10 @@ Title: Home
----
Text: Die Schachfreunde Bad Steben begrüßen Sie auf unserer neuen Homepage! Seit unserer Gründung 1982 spielen wir durchgehend in den lokalen Ligen und stellen aktuell **zwei Mannschaften in der Kreisklasse** des **Schachkreises Hof-Bayreuth-Kulmbach** als Spielgemeinschaft mit dem **TV Reinersreuth**.
----
Herobutton: Kontakt
----
+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')