export const basicCardData = [ { text: "This is a simple basic card using anywhere.", }, ]; export const flatCardData = [ { text: "For Edge cards, make the", code: ".b-r-15[border-radius:15] ", }, { text: "used class.", }, ]; export const withoutShadowCardDetails = [ { text: "Use the", code: ".shadow-none ", }, { text: "&", code: ".border ", }, { text: "class through shadow removes.", }, ]; export const iconInHeadingData = [ { text: "Use the any icons for heading. ", code: "[font-awesome/ico-font/feather].", }, ]; export const darkColorData = [ { text: "This is a simple basic card using anywhere. ", code: ".bg-dark ", }, { text: "color for dark background card. ", }, ]; export const infoColorHeaderData = [ { headerClass: "bg-secondary", bodyText: "mb-2", headingClass: "txt-light", title: "Secondary Color Header", text: "Web Designer", span: "By following instructions and adding your own unique twist and style, you may apply your imagination as a web designer. The majority of the tasks you'll be assigned will have a specific due date and work description, but the reason you were employed was because they need a specialist to inject some much-needed creativity.", }, ]; export const infoColorBodyData = [ { bodyClass: "bg-secondary", bodyText: "txt-light mb-2", title: "Secondary Color Body", text: "UX Designer", span: 'It is the responsibility of the UX designer to make a product or service useful, pleasurable, and accessible. The word "user experience" is used by various industries, although it is most frequently related to digital design for websites and mobile applications.There is no need for coding in user experience design.', footerClass: "border-0", }, ]; export const infoColorFooterData = [ { headerClass: "border-bottom", footerText: "txt-light text-end", bodyText: "mb-2", title: "Secondary Color Footer", text: "Web Developer", span: "By following instructions and adding your own unique twist and style, you may apply your imagination as a web designer. The majority of the tasks you'll be assigned will have a specific due date and work description, but the reason you were employed was because they need a specialist to inject some much-needed creativity.", footerClass: "bg-secondary", }, ];