We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d82cdb + 322ff08 commit c705b2eCopy full SHA for c705b2e
1 file changed
src/index.js
@@ -47,10 +47,10 @@ const createHelloBar = () => {
47
"Demo Day"
48
);
49
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.`
+ `<strong>¡Últimos días para reservar tu lugar!</strong> | Descubre por qué el EMMS E-commerce es el
+ lugar ideal para aprender cómo escalar tu tienda online junto a los líderes del sector.`
52
53
- const btn = generateButtonTag("REGÍSTRATE GRATIS");
+ const btn = generateButtonTag("SÚMATE GRATIS");
54
const header = document.querySelector("header");
55
div.appendChild(img);
56
div.appendChild(p);
0 commit comments