aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/layout/card.fixture.tsx
blob: f96cc4346745e2bdc06d71c9c16aedd048ca7ca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export const cover = {
  alt: 'A picture',
  height: 480,
  src: 'http://placeimg.com/640/480',
  width: 640,
};

export const id = 'nam';

export const meta = {
  author: 'Possimus',
  thematics: ['Autem', 'Eos'],
};

export const tagline = 'Ut rerum incidunt';

export const title = 'Alias qui porro';

export const url = '/an-existing-url';