feat: introduce event carousel and ICS integration for homepage

Added an event carousel to the homepage to display upcoming events dynamically. Integrated ICS parsing to fetch and format calendar data for future events. Enhanced layout and responsiveness with scroll functionality and improved styling.
This commit is contained in:
2025-07-06 19:35:14 +02:00
parent 1e232ea089
commit 69217afce4
4 changed files with 291 additions and 46 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php snippet('layout', slots: true) ?>
<h1>Hallo Welt!</h1>
<?php snippet('termine-home') ?>
<?php endsnippet() ?>