fix: make FamilyGuard 149,99€ price permanent instead of time-limited
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
0819ee1532
commit
895af22c5f
|
|
@ -7,7 +7,7 @@ import FlyerReportPreview from "@/components/FlyerReportPreview";
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "MBO FamilyGuard – Familienschutz fürs Heimnetzwerk | MBO-Tech-IT",
|
title: "MBO FamilyGuard – Familienschutz fürs Heimnetzwerk | MBO-Tech-IT",
|
||||||
description:
|
description:
|
||||||
"Jugendschutzfilter, Werbe- & Tracker-Blocker, Zeitpläne und Schutz vor Betrug für jedes Gerät im WLAN. Einrichtung durch Ihren IT-Profi — Einführungsangebot 149,99 €.",
|
"Jugendschutzfilter, Werbe- & Tracker-Blocker, Zeitpläne und Schutz vor Betrug für jedes Gerät im WLAN. Einrichtung durch Ihren IT-Profi — dauerhaft gesenkter Preis 149,99 €.",
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "MBO FamilyGuard – Familienschutz fürs Heimnetzwerk | MBO-Tech-IT",
|
title: "MBO FamilyGuard – Familienschutz fürs Heimnetzwerk | MBO-Tech-IT",
|
||||||
description:
|
description:
|
||||||
|
|
@ -180,8 +180,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 bis 15.09.! Danach gilt der reguläre
|
Dauerhaft gesenkter Preis – statt regulär 199,99 €.
|
||||||
Preis von 199,99 €.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="text-center sm:text-right flex-shrink-0">
|
<div className="text-center sm:text-right flex-shrink-0">
|
||||||
|
|
@ -189,8 +188,7 @@ export default function FamilyGuardPage() {
|
||||||
<p className="text-4xl font-black text-white">
|
<p className="text-4xl font-black text-white">
|
||||||
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">dauerhaft</p>
|
||||||
<p className="text-slate-500 text-xs mt-1">nur bis 15.09.</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ const services = [
|
||||||
label: "MBO FamilyGuard",
|
label: "MBO FamilyGuard",
|
||||||
description:
|
description:
|
||||||
"Familienschutz fürs ganze Zuhause. Jugendschutzfilter, Werbe-Blocker & Zeitpläne für jedes Gerät im WLAN — ohne App, ohne Umgehung.",
|
"Familienschutz fürs ganze Zuhause. Jugendschutzfilter, Werbe-Blocker & Zeitpläne für jedes Gerät im WLAN — ohne App, ohne Umgehung.",
|
||||||
tag: "NEU · Einführungspreis 149,99 €",
|
tag: "NEU · dauerhaft 149,99 €",
|
||||||
isNew: true,
|
isNew: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,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, nur bis 15.09.
|
Beratung + Einrichtung — dauerhaft gesenkter Preis.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue