development 31-10-2025

This commit is contained in:
Kevin Adametz 2025-10-31 17:11:43 +01:00
parent 7cf3558ba7
commit fa2ebd457d
47 changed files with 2980 additions and 452 deletions

View file

@ -1,15 +1,15 @@
<section class="{{ $bg }} text-secondary-foreground section-padding">
<div class="container-narrow text-center">
<div class="spacing-section">
<h2 class="text-section-title text-white">
<h2 class="text-section-title text-white slide-up delay-300">
{!! $content['title'] !!}
</h2>
<p class="text-large text-secondary-foreground max-w-2xl mx-auto leading-relaxed">
<p class="text-large text-secondary-foreground max-w-2xl mx-auto leading-relaxed slide-up delay-300">
{{ $content['subtitle'] }}
</p>
<div class="pt-4">
<div class="pt-4 slide-up delay-500">
<a
href="{{ $content['button_link'] }}"
class="btn-primary-accent px-8 py-4 text-lg"