Compare commits
No commits in common. "main" and "namds/implement-highlight-and-subcription-section" have entirely different histories.
main
...
namds/impl
|
|
@ -563,20 +563,15 @@
|
||||||
"cardClassName": "rounded-2xl overflow-hidden bg-[#CFECD9] w-[800px] p-10",
|
"cardClassName": "rounded-2xl overflow-hidden bg-[#CFECD9] w-[800px] p-10",
|
||||||
"title": "10% für dich!",
|
"title": "10% für dich!",
|
||||||
"titleClassName": "text-[#003F31] text-[28px] font-bold text-center",
|
"titleClassName": "text-[#003F31] text-[28px] font-bold text-center",
|
||||||
"highlightClassName": "text-[#003F31] font-bold",
|
|
||||||
"description": true,
|
"description": true,
|
||||||
"formClassName": "mt-8 flex flex-col items-center gap-4",
|
|
||||||
"descriptionClassName": "text-[#003F31] text-[16px] text-center",
|
|
||||||
"fieldsClassName": "grid grid-cols-1 small:grid-cols-2 gap-4 w-full",
|
|
||||||
"descriptionPrefix": "Melde dich jetzt zum 3Bears Newsletter an und sichere dir",
|
"descriptionPrefix": "Melde dich jetzt zum 3Bears Newsletter an und sichere dir",
|
||||||
"descriptionHighlight": "10% Rabatt auf deinen nächsten Einkauf!",
|
"descriptionHighlight": "10% Rabatt auf deinen nächsten Einkauf!",
|
||||||
"subtextClassName": "text-[#003F31] text-[16px] text-center",
|
|
||||||
"descriptionSuffix": "",
|
"descriptionSuffix": "",
|
||||||
"subtext": "Deinen Rabattcode bekommst du von uns per Mail.",
|
"subtext": "Deinen Rabattcode bekommst du von uns per Mail.",
|
||||||
"firstName": { "placeholder": "Vorname" },
|
"firstName": { "placeholder": "Vorname" },
|
||||||
"email": { "placeholder": "E-Mail-Adresse" },
|
"email": { "placeholder": "E-Mail-Adresse" },
|
||||||
"policyLabel": "Ich habe die DSGVO gelesen und akzeptiere sie.",
|
"policyLabel": "Ich habe die DSGVO gelesen und akzeptiere sie.",
|
||||||
"cta": { "label": "Anmelden", "className": "bg-[#FCEE56] text-[#0D382E] px-6 py-2 rounded-full w-fit font-bold" }
|
"cta": { "label": "Anmelden" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -188,8 +188,8 @@ export default function VtSubcription({
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
{classes?.subtextSubcribe && (
|
{classes?.subtextSubcribe && (
|
||||||
<div className={props.subtextSubcribe?.className}>
|
<div className={props.subtextSubcribe.className}>
|
||||||
{props.subtextSubcribe?.label}
|
{props.subtextSubcribe.label}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{submitted && (
|
{submitted && (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue