@await Html.PartialAsync("~/Components/Molecules/PropositionCard/PropositionCard.cshtml", new PropositionCardProps
{
"Category": "Category with longer text",
"Heading": "This is a very long heading that demonstrates how the component handles extended text content and wrapping behavior across multiple lines",
"IntroCopy": "Lorem ipsum dolor sit amet consectetur amet proin enim fermentum morbi gravida semper sit egestas tempor pretium vestibulum libero.",
"ParagraphCopy": "",
"ImageHtmlMobile": {},
"ImageHtmlDesktop": {},
"CallToAction": {
"Variant": "primary",
"Type": null,
"Disabled": false,
"AriaLabel": null,
"Name": null,
"Value": null,
"Action": null,
"LinkText": "Explore more",
"LinkUrl": "#",
"LinkTarget": null,
"IsActive": false
},
"Theme": "pink"
})