Skip to content

Commit 322ff08

Browse files
feat: change hellobar content
1 parent 8d82cdb commit 322ff08

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ const createHelloBar = () => {
4747
"Demo Day"
4848
);
4949
const p = generatePTag(
50-
`<strong>EMMS E-Commerce 2024 🚀</strong> | Descubre las últimas tendencias y las mejores
51-
estrategias para atraer nuevos clientes y aumentar la facturación de tu Tienda Online.`
50+
`<strong>¡Últimos días para reservar tu lugar!</strong> | Descubre por qué el EMMS E-commerce es el
51+
lugar ideal para aprender cómo escalar tu tienda online junto a los líderes del sector.`
5252
);
53-
const btn = generateButtonTag("REGÍSTRATE GRATIS");
53+
const btn = generateButtonTag("SÚMATE GRATIS");
5454
const header = document.querySelector("header");
5555
div.appendChild(img);
5656
div.appendChild(p);

0 commit comments

Comments
 (0)