diff --git a/public/LogoPt.png b/public/LogoPt.png
new file mode 100644
index 00000000..78fd7d78
Binary files /dev/null and b/public/LogoPt.png differ
diff --git a/public/LogoRTransp.png b/public/LogoRTransp.png
new file mode 100644
index 00000000..c669fdcc
Binary files /dev/null and b/public/LogoRTransp.png differ
diff --git a/public/logo.png b/public/logo.png
new file mode 100644
index 00000000..1518b34a
Binary files /dev/null and b/public/logo.png differ
diff --git a/public/sitemap.xml b/public/sitemap.xml
index 381129c0..9de19e31 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -135,4 +135,34 @@
monthly
0.6
+
+ https://avanzato.com.br/ti-para-contabilidades
+ weekly
+ 0.9
+
+
+ https://avanzato.com.br/ti-para-advocacias
+ weekly
+ 0.9
+
+
+ https://avanzato.com.br/monitoramento-empresarial
+ weekly
+ 0.9
+
+
+ https://avanzato.com.br/firewall-pfsense-empresarial
+ weekly
+ 0.9
+
+
+ https://avanzato.com.br/backup-corporativo
+ weekly
+ 0.9
+
+
+ https://avanzato.com.br/voip-empresarial
+ weekly
+ 0.9
+
diff --git a/src/sections/Footer.tsx b/src/sections/Footer.tsx
index 1603be7b..0d292bf8 100644
--- a/src/sections/Footer.tsx
+++ b/src/sections/Footer.tsx
@@ -28,14 +28,24 @@ const Footer = () => {
}));
// Renderiza o logo (SVG inline ou imagem)
- const renderLogo = () => {
- if (LOGO.imageUrl) {
- return
;
- }
- return (
-
- );
- };
+// const renderLogo = () => {
+// if (LOGO.imageUrl) {
+// return
;
+// }
+// return (
+const renderLogo = () => {
+ return (
+
+ );
+};
+
+//
+// );
+ // };
return (