Compare commits

..

2 commits

Author SHA1 Message Date
Daniel Michelberger
6acbc16716 fix: Striche/Ornamente am Hero-Scroll-Indikator entfernen
Die nach außen ragenden Ornamente (N/O/S/W-Verzierungen, Diagonal-Accents)
und das overflow-visible am SVG haben durch die Float-Animation blinkende
Striche erzeugt. Nur die zwei Kreise und die dezenten Punkte bleiben.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-19 17:13:39 +02:00
Daniel Michelberger
3be554537c feat: Kontakt-Foto, Textanpassungen Catering/About/Menu
- Kontakt: Foodtruck-Foto eingefügt
- Catering: Allergien-Zeile entfernt, Events ab 15 statt 30 Personen
- About: "Bunică" zu "Oma's Rezepte" umformuliert
- Menu: Foodtruck-Zubereitungs-Satz entfernt
- Menü-PDFs (Sommer/Winter) hinzugefügt

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-19 17:12:05 +02:00
8 changed files with 19 additions and 37 deletions

View file

@ -1,3 +1,6 @@
<script>
</script>
<section id="geschichte" class="bg-charcoal py-20 text-cream">
<div class="mx-auto max-w-4xl px-6">
<h2 class="font-gothic mb-12 text-center text-5xl text-gold md:text-6xl">
@ -10,7 +13,7 @@
</p>
<p>
Aufgewachsen mit den Rezepten unserer Bunică aus Siebenbürgen, bringen wir die Aromen
Aufgewachsen mit Oma's Rezepten aus Siebenbürgen, bringen wir die Aromen
Transsilvaniens auf die Straßen Deutschlands. Unsere Gerichte erzählen Geschichten von
nebelverhangenen Karpaten, von Bauernhöfen und von einer Küche, in der es immer nach frisch
gebackenem Brot und Kräutersuppe duftete.

View file

@ -58,11 +58,7 @@
</div>
<div class="flex items-start gap-3">
<span class="mt-0.5 text-gold">&#10003;</span>
<span>Flexible Anpassung an Allergien und Ernährungswünsche</span>
</div>
<div class="flex items-start gap-3">
<span class="mt-0.5 text-gold">&#10003;</span>
<span>Events ab 30 Personen &ndash; von intim bis groß</span>
<span>Events ab 15 Personen &ndash; von intim bis groß</span>
</div>
<div class="flex items-start gap-3">
<span class="mt-0.5 text-gold">&#10003;</span>

View file

@ -4,7 +4,18 @@
<section id="kontakt" class="bg-parchment py-20">
<div class="mx-auto max-w-4xl px-6 text-center">
<h2 class="font-gothic mb-12 text-5xl text-brown md:text-6xl">Wo ihr uns findet</h2>
<h2 class="font-gothic mb-10 text-5xl text-brown md:text-6xl">Wo ihr uns findet</h2>
<div class="mb-10 flex justify-center">
<div class="relative inline-block rounded-md bg-brown p-2 shadow-xl ring-1 ring-brown/30 md:p-3">
<img
src="/kontakt.png"
alt="Graffen Foodtruck"
class="block h-auto w-full max-w-xs rounded-sm md:max-w-sm"
loading="lazy"
/>
</div>
</div>
<p class="mb-10 text-lg text-sepia">
Wir sind mit unserem Foodtruck auf Wochenmärkten, Street-Food-Festivals und Events in der

View file

@ -80,7 +80,7 @@
aria-label="Nach unten scrollen"
>
<svg
class="pointer-events-none absolute inset-0 h-full w-full overflow-visible"
class="pointer-events-none absolute inset-0 h-full w-full"
viewBox="0 0 80 80"
fill="none"
xmlns="http://www.w3.org/2000/svg"
@ -90,32 +90,6 @@
<!-- Outer circle -->
<circle cx="40" cy="40" r="38" stroke="var(--color-gold)" stroke-width="1" stroke-opacity="0.5" />
<!-- Top ornament: fleur -->
<path d="M40 2 L40 -3" stroke="var(--color-gold)" stroke-width="1" stroke-opacity="0.6" />
<path d="M36 1 C38 -4, 42 -4, 44 1" stroke="var(--color-gold)" stroke-width="0.8" stroke-opacity="0.5" fill="none" />
<circle cx="40" cy="-4" r="1.5" fill="var(--color-gold)" fill-opacity="0.5" />
<!-- Bottom ornament: fleur -->
<path d="M40 78 L40 83" stroke="var(--color-gold)" stroke-width="1" stroke-opacity="0.6" />
<path d="M36 79 C38 84, 42 84, 44 79" stroke="var(--color-gold)" stroke-width="0.8" stroke-opacity="0.5" fill="none" />
<circle cx="40" cy="84" r="1.5" fill="var(--color-gold)" fill-opacity="0.5" />
<!-- Left ornament -->
<path d="M2 40 L-3 40" stroke="var(--color-gold)" stroke-width="1" stroke-opacity="0.6" />
<path d="M1 36 C-4 38, -4 42, 1 44" stroke="var(--color-gold)" stroke-width="0.8" stroke-opacity="0.5" fill="none" />
<circle cx="-4" cy="40" r="1.5" fill="var(--color-gold)" fill-opacity="0.5" />
<!-- Right ornament -->
<path d="M78 40 L83 40" stroke="var(--color-gold)" stroke-width="1" stroke-opacity="0.6" />
<path d="M79 36 C84 38, 84 42, 79 44" stroke="var(--color-gold)" stroke-width="0.8" stroke-opacity="0.5" fill="none" />
<circle cx="84" cy="40" r="1.5" fill="var(--color-gold)" fill-opacity="0.5" />
<!-- Diagonal accents -->
<path d="M12 12 C14 9, 9 14, 12 12" stroke="var(--color-gold)" stroke-width="0.8" stroke-opacity="0.3" fill="none" />
<path d="M68 12 C66 9, 71 14, 68 12" stroke="var(--color-gold)" stroke-width="0.8" stroke-opacity="0.3" fill="none" />
<path d="M12 68 C14 71, 9 66, 12 68" stroke="var(--color-gold)" stroke-width="0.8" stroke-opacity="0.3" fill="none" />
<path d="M68 68 C66 71, 71 66, 68 68" stroke="var(--color-gold)" stroke-width="0.8" stroke-opacity="0.3" fill="none" />
<!-- Tiny dots between inner and outer ring -->
<circle cx="40" cy="8" r="0.8" fill="var(--color-gold)" fill-opacity="0.3" />
<circle cx="40" cy="72" r="0.8" fill="var(--color-gold)" fill-opacity="0.3" />

View file

@ -12,9 +12,7 @@
<div class="mx-auto max-w-4xl px-6">
<h2 class="font-gothic mb-2 text-center text-5xl text-brown md:text-6xl">Speisekarte</h2>
<p class="mx-auto mb-10 max-w-2xl text-center text-sepia italic">
Traditionelle rumänische Rezepte &ndash; ehrlich und herzhaft. <br>
Alle
Gerichte werden frisch im Foodtruck zubereitet.
Traditionelle rumänische Rezepte &ndash; ehrlich und herzhaft.
</p>
<!-- Season Tabs (Ornate Buttongroup) -->

Binary file not shown.

Binary file not shown.

BIN
static/kontakt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB