feat: add promo end date and router hint to FamilyGuard page
Aktualisiert anhand des neuen Flyers MBO_FamilyGuard_Flyer_01.pdf. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LhY1QhDXGWfyhrxaJvfpNt
This commit is contained in:
parent
fd38267cb9
commit
4298968324
|
|
@ -188,7 +188,7 @@ export default function FamilyGuardPage() {
|
||||||
</span>
|
</span>
|
||||||
<h3 className="text-white font-black text-2xl mt-1 mb-2">Beratung + Einrichtung</h3>
|
<h3 className="text-white font-black text-2xl mt-1 mb-2">Beratung + Einrichtung</h3>
|
||||||
<p className="text-slate-400 text-sm max-w-md">
|
<p className="text-slate-400 text-sm max-w-md">
|
||||||
Einführungsangebot – nur für kurze Zeit! Danach gilt der reguläre
|
Einführungsangebot – nur bis 15.09.! Danach gilt der reguläre
|
||||||
Preis von 199,99 €.
|
Preis von 199,99 €.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -198,6 +198,7 @@ export default function FamilyGuardPage() {
|
||||||
149,99 <span className="text-lg">€</span>
|
149,99 <span className="text-lg">€</span>
|
||||||
</p>
|
</p>
|
||||||
<p className="text-orange-400 text-xs font-bold tracking-wider uppercase">jetzt nur</p>
|
<p className="text-orange-400 text-xs font-bold tracking-wider uppercase">jetzt nur</p>
|
||||||
|
<p className="text-slate-500 text-xs mt-1">nur bis 15.09.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -221,6 +222,7 @@ export default function FamilyGuardPage() {
|
||||||
|
|
||||||
<p className="text-center text-slate-500 text-xs mt-8">
|
<p className="text-center text-slate-500 text-xs mt-8">
|
||||||
Technische Basis: Raspberry-Pi-Hardware in Verbindung mit der AdGuard-Filtertechnologie.
|
Technische Basis: Raspberry-Pi-Hardware in Verbindung mit der AdGuard-Filtertechnologie.
|
||||||
|
Bei manchen Internet-Routern kann es zu Einschränkungen der Funktion kommen – wir beraten Sie gerne.
|
||||||
</p>
|
</p>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ export default function FamilyGuardPromo() {
|
||||||
<p className="text-slate-500 dark:text-slate-400 text-xs line-through mb-1">statt 199,99 €</p>
|
<p className="text-slate-500 dark:text-slate-400 text-xs line-through mb-1">statt 199,99 €</p>
|
||||||
<p className="text-3xl font-black text-orange-400 mb-1">149,99 €</p>
|
<p className="text-3xl font-black text-orange-400 mb-1">149,99 €</p>
|
||||||
<p className="text-slate-600 dark:text-slate-400 text-xs">
|
<p className="text-slate-600 dark:text-slate-400 text-xs">
|
||||||
Beratung + Einrichtung — Einführungsangebot
|
Beratung + Einrichtung — Einführungsangebot, nur bis 15.09.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue