+ Moldeamos ideas para crear universos digitales.
+
+
+
+ Construimos entornos digitales que fortalecen tu marca y unen tus audiencias. Creamos presencias online que aseguran resultados medibles y un crecimiento escalable.
+
+
+
+ Proyectos
+ Contáctanos
+
+
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/src/front/components/HeaderNosotros.jsx b/src/front/components/HeaderNosotros.jsx
new file mode 100644
index 0000000000..89d22ba280
--- /dev/null
+++ b/src/front/components/HeaderNosotros.jsx
@@ -0,0 +1,34 @@
+import React from "react";
+import { Link } from "react-router-dom";
+import HomeNosotros from "../assets/img/HomeNosotros.jpg"
+
+export const HeaderHome = () => {
+
+ const headerStyle ={
+ backgroundImage: `url(${HomeNosotros})`
+ };
+
+ return (
+
+
+
+
+
+
+ Moldeamos ideas para crear universos digitales.
+
+
+
+ Construimos entornos digitales que fortalecen tu marca y unen tus audiencias. Creamos presencias online que aseguran resultados medibles y un crecimiento escalable.
+
+
+
+ Proyectos
+ Contáctanos
+
+
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/src/front/components/Navbar.jsx b/src/front/components/Navbar.jsx
index 30d43a2636..7cc9d342c3 100644
--- a/src/front/components/Navbar.jsx
+++ b/src/front/components/Navbar.jsx
@@ -1,19 +1,93 @@
import { Link } from "react-router-dom";
+import { navLinks } from "../utils/navLinks";
+import LogoNavbar from "../assets/img/LogoNavbar.svg";
+import LogoNavMovil from "../assets/img/LogoNavMovil.svg";
+import 'bootstrap/dist/css/bootstrap.min.css';
+import 'bootstrap/dist/js/bootstrap.bundle.min.js';
+
export const Navbar = () => {
+ const contactLink = navLinks[navLinks.length - 1];
+ const mainLinks = navLinks.slice(0, -1);
return (
-