Screenshots hinzugefügt & Workflow
This commit is contained in:
parent
a8f993f477
commit
32a69471fa
7 changed files with 134 additions and 4 deletions
|
|
@ -55,7 +55,7 @@
|
|||
"applicationCategory": "FinanceApplication",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"price": "0",
|
||||
"price": "0.99",
|
||||
"priceCurrency": "EUR"
|
||||
},
|
||||
"publisher": {
|
||||
|
|
@ -163,7 +163,7 @@
|
|||
<li>• <strong>Stabile Basis</strong> mit klarer Datenstruktur, ideal für Langzeit‑Tracking.</li>
|
||||
</ul>
|
||||
<div class="mt-8">
|
||||
<a href="https://apps.apple.com/us/app/vanity-expense-logbook/id6742772476" class="inline-flex items-center gap-3 rounded-2xl bg-primary px-5 py-3 text-white shadow-soft hover:bg-primary-dark">Jetzt kostenlos laden</a>
|
||||
<a href="https://apps.apple.com/us/app/vanity-expense-logbook/id6742772476" class="inline-flex items-center gap-3 rounded-2xl bg-primary px-5 py-3 text-white shadow-soft hover:bg-primary-dark">Jetzt für 0,99 € laden</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -218,7 +218,7 @@
|
|||
<div class="mt-8 space-y-6">
|
||||
<details class="group rounded-xl border border-slate-200 p-5 bg-white">
|
||||
<summary class="font-semibold cursor-pointer flex items-center justify-between">Kostet die App etwas? <span class="text-slate-400 group-open:rotate-180 transition">▾</span></summary>
|
||||
<p class="mt-3 text-slate-700">Aktuell kostenlos im App Store. Funktionsumfang wird kontinuierlich erweitert.</p>
|
||||
<p class="mt-3 text-slate-700">Einmalig 0,99 € im App Store. Keine Werbung, kein Abo.</p>
|
||||
</details>
|
||||
<details class="group rounded-xl border border-slate-200 p-5 bg-white">
|
||||
<summary class="font-semibold cursor-pointer flex items-center justify-between">Brauche ich einen Account? <span class="text-slate-400 group-open:rotate-180 transition">▾</span></summary>
|
||||
|
|
@ -305,7 +305,7 @@ Thema: ${type}
|
|||
<div class="grid lg:grid-cols-2 gap-8 items-center">
|
||||
<div>
|
||||
<h2 class="text-2xl md:text-3xl font-bold tracking-tight">Bereit, die Kosten zu zähmen?</h2>
|
||||
<p class="mt-2 text-white/90">Hol dir Vanity Expense Logbook und behalte deine Ausgaben im Griff – vom ersten Liter bis zum nächsten Abenteuer.</p>
|
||||
<p class=\"mt-2 text-white/90\">Hol dir Vanity Expense Logbook und behalte deine Ausgaben im Griff – vom ersten Liter bis zum nächsten Abenteuer. <strong>Einmalig 0,99 €</strong> im App Store, kein Abo.</p>
|
||||
</div>
|
||||
<div class="flex lg:justify-end items-center gap-4">
|
||||
<a href="https://apps.apple.com/us/app/vanity-expense-logbook/id6742772476" class="inline-flex items-center gap-3 rounded-2xl bg-black text-white px-5 py-3 shadow hover:opacity-90" aria-label="Im App Store laden">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue