Sustituir landing B2B publicada por versión animada en /b2b
Reemplaza public/b2b.html (bundle estático viejo) por la versión con reveals al scroll, hover-lift, count-up de stats e imágenes antes/después. Assets servidos desde /b2b-assets para evitar colisiones. Sirve en el dominio único reformix.dv3.com.es vía el rewrite /b2b existente. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
*.ps1
|
*.ps1
|
||||||
zips/
|
zips/
|
||||||
|
.playwright-mcp/
|
||||||
BIN
mvp/b2c/public/b2b-assets/img/antes-bano.webp
Normal file
|
After Width: | Height: | Size: 89 KiB |
BIN
mvp/b2c/public/b2b-assets/img/antes-comedor.webp
Normal file
|
After Width: | Height: | Size: 203 KiB |
BIN
mvp/b2c/public/b2b-assets/img/antes.webp
Normal file
|
After Width: | Height: | Size: 198 KiB |
BIN
mvp/b2c/public/b2b-assets/img/despues-bano.webp
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
mvp/b2c/public/b2b-assets/img/despues-comedor.webp
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
mvp/b2c/public/b2b-assets/img/despues.webp
Normal file
|
After Width: | Height: | Size: 153 KiB |
4
mvp/b2c/public/b2b-assets/img/icon.svg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
||||||
|
<rect width="64" height="64" rx="14" fill="#2F5C46"/>
|
||||||
|
<text x="32" y="48" text-anchor="middle" font-family="Georgia, 'Instrument Serif', 'Times New Roman', serif" font-style="italic" font-size="48" fill="#F6F4EF">R</text>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 317 B |