Skip to content

Commit 38162fc

Browse files
Update assets/content-model/data.ts
Co-authored-by: Marconi Gomes <[email protected]>
1 parent f75fc09 commit 38162fc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

assets/content-model/data.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ export const imageLocations = {
1717
export const targetImageLocation = imageLocations.cdn;
1818

1919
export const petWebsiteData: PetWebsiteData = {
20+
// announcement: {
21+
// visible: true,
22+
// colorScheme: PetColorScheme.MarAmarelo,
23+
// shortDescription: 'Seleção 2024',
24+
// longDescription:
25+
// 'A seleção de 2024 para novos petianos está aberta! Inscreva-se até o dia 5 de fevereiro.',
26+
// callToAction: {
27+
// text: 'Inscreva-se',
28+
// url: 'https://pet.cin.ufpe.br/selecao/',
29+
// },
30+
// },
2031
hero: {
2132
title: null,
2233
text: null,

0 commit comments

Comments
 (0)