Content edit: Change hero description to Zalupa

This commit is contained in:
2026-01-20 17:17:54 +02:00
parent 156bb507c3
commit d16dfc3d9b
269 changed files with 18357 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "ButtonTextShift",
"propsSchema": {
"text": "string",
"onClick?": "() => void",
"href?": "string - External URLs open in new tab, internal values scroll to section",
"className?": "string",
"bgClassName?": "string",
"textClassName?": "string",
"disabled?": "boolean (default: false)",
"ariaLabel?": "string",
"type?": "'button' | 'submit' | 'reset' (default: 'button')"
}
}