Skip to content

Commit 08d0693

Browse files
committed
feat: ajustes adicionais no layout
1 parent 7d4f0a7 commit 08d0693

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

src/app/i18n/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const en: Translations = {
1010
infrastructure: 'Infrastructure',
1111
publications: 'Publications',
1212
about: 'About',
13-
cta: 'Launch App'
13+
cta: 'Try App'
1414
},
1515

1616
hero: {

src/app/i18n/pt-br.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const ptBr = {
99
infrastructure: 'Infraestrutura',
1010
publications: 'Publicações',
1111
about: 'Sobre',
12-
cta: 'Acessar App'
12+
cta: 'Testar App'
1313
},
1414

1515
// ═══ Hero ═══

src/styles.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,4 +437,23 @@ html[data-theme="light"] .phone-frame {
437437
0 25px 80px rgba(0, 0, 0, 0.15),
438438
0 0 0 1px rgba(0, 0, 0, 0.08),
439439
inset 0 0 0 1px rgba(0, 0, 0, 0.05);
440+
}
441+
442+
/* ═══════ PHONE MOCKUP — LIGHT MODE ═══════ */
443+
html[data-theme="light"] .phone-screen {
444+
background: #efeae2;
445+
}
446+
html[data-theme="light"] .whatsapp-chat {
447+
background: #efeae2;
448+
}
449+
html[data-theme="light"] .msg.sent {
450+
background: #d9fdd3;
451+
color: #111b21;
452+
}
453+
html[data-theme="light"] .msg.received {
454+
background: #ffffff;
455+
color: #111b21;
456+
}
457+
html[data-theme="light"] .msg-time {
458+
color: rgba(0, 0, 0, 0.4);
440459
}

0 commit comments

Comments
 (0)