ruffer-pattern-portfolio
Version:
This is the end result from https://dev.to/swyx/quick-guide-to-setup-your-react--typescript-storybook-design-system-1c51
43 lines (42 loc) • 1.19 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var photo = require('./TeamMember.jpg');
var TeamList = [
{
"toggleName": "Team 1",
"body": {
"className": "",
"image": {
"variant": "top",
"src": photo
},
"header": {
"title": "LEE COLEMAN",
"subtitle": "Chief investemnt officer"
},
"body": {
"text": "Card text"
},
"link": "https://www.ruffer.co.uk/Funds/Ruffer-Investment-Company"
},
},
{
"toggleName": "Team 2",
"body": {
"className": "",
"image": {
"variant": "top",
"src": photo
},
"header": {
"title": "LEE COLEMAN 2",
"subtitle": "Chief investemnt officer"
},
"body": {
"text": "Card text"
},
"link": "https://www.ruffer.co.uk/Funds/Ruffer-Investment-Company"
}
}
];
exports.default = TeamList;