Compare commits
5 Commits
176fe807c1
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d97a5f4415 | |||
| 881a1dc29f | |||
| 8cd1617c0c | |||
| a7f66feb0e | |||
| 1b46f992b0 |
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
site:
|
site:
|
||||||
image: registry.rivuslab.com/cauanneves/rivuslab-site:latest
|
image: registry.rivuslab.com/cauanneves/rivuslab-site:1b46f99
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8095:80"
|
- "127.0.0.1:8095:80"
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
<html lang="pt-BR">
|
<html lang="pt-BR">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="theme-color" content="#0F3A6C" />
|
<meta name="theme-color" content="#0F3A6C" />
|
||||||
<meta
|
<meta
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 132 KiB |
@@ -68,7 +68,7 @@ export function Footer({ isDark }: { isDark: boolean }) {
|
|||||||
contato@rivuslab.com
|
contato@rivuslab.com
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li className="text-sm text-fg-muted">+55 (00) 00000-0000</li>
|
<li className="text-sm text-fg-muted">+55 (11) 99972-6609</li>
|
||||||
</FooterColumn>
|
</FooterColumn>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -119,7 +119,7 @@
|
|||||||
"emailLabel": "Email",
|
"emailLabel": "Email",
|
||||||
"email": "contact@rivuslab.com",
|
"email": "contact@rivuslab.com",
|
||||||
"whatsappLabel": "WhatsApp",
|
"whatsappLabel": "WhatsApp",
|
||||||
"whatsapp": "+55 (00) 00000-0000",
|
"whatsapp": "+55 (11) 99972-6609",
|
||||||
"ctaPrimary": "Send message"
|
"ctaPrimary": "Send message"
|
||||||
},
|
},
|
||||||
"footer": {
|
"footer": {
|
||||||
|
|||||||
@@ -119,7 +119,7 @@
|
|||||||
"emailLabel": "Correo",
|
"emailLabel": "Correo",
|
||||||
"email": "contacto@rivuslab.com",
|
"email": "contacto@rivuslab.com",
|
||||||
"whatsappLabel": "WhatsApp",
|
"whatsappLabel": "WhatsApp",
|
||||||
"whatsapp": "+55 (00) 00000-0000",
|
"whatsapp": "+55 (11) 99972-6609",
|
||||||
"ctaPrimary": "Enviar mensaje"
|
"ctaPrimary": "Enviar mensaje"
|
||||||
},
|
},
|
||||||
"footer": {
|
"footer": {
|
||||||
|
|||||||
@@ -119,7 +119,7 @@
|
|||||||
"emailLabel": "E-mail",
|
"emailLabel": "E-mail",
|
||||||
"email": "contato@rivuslab.com",
|
"email": "contato@rivuslab.com",
|
||||||
"whatsappLabel": "WhatsApp",
|
"whatsappLabel": "WhatsApp",
|
||||||
"whatsapp": "+55 (00) 00000-0000",
|
"whatsapp": "+55 (11) 99972-6609",
|
||||||
"ctaPrimary": "Enviar mensagem"
|
"ctaPrimary": "Enviar mensagem"
|
||||||
},
|
},
|
||||||
"footer": {
|
"footer": {
|
||||||
|
|||||||
Reference in New Issue
Block a user