aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/layout/card.fixture.ts
blob: 01fe2e9e7916483eb65e22976a6f735ae9ff7c91 (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: 'https://picsum.photos/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';