Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 16:55:13 +00:00
2 changed files with 1374 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/night-portrait-girl-model-wear-jeans-leather-jacket-against-iron-fence_627829-11270.jpg", imageAlt: "Materiales de acero industrial"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wall-with-metal-wire-screen_23-2147960615.jpg", imageAlt: "Mallas para cercar de calidad"
imageSrc: "http://img.b2bpic.net/free-photo/wall-with-metal-wire-screen_23-2147960615.jpg?_wi=1", imageAlt: "Mallas para cercar de calidad"
}
]}
mediaAnimation="slide-up"
@@ -91,7 +91,7 @@ export default function LandingPage() {
buttons={[{ text: "Ver Catálogo Completo", href: "#" }]}
products={[
{
id: "1", name: "Mallas para Cercar", price: "Consultar", variant: "Seguridad y durabilidad", imageSrc: "http://img.b2bpic.net/free-photo/wall-with-metal-wire-screen_23-2147960615.jpg", imageAlt: "Mallas para cercar de acero"
id: "1", name: "Mallas para Cercar", price: "Consultar", variant: "Seguridad y durabilidad", imageSrc: "http://img.b2bpic.net/free-photo/wall-with-metal-wire-screen_23-2147960615.jpg?_wi=2", imageAlt: "Mallas para cercar de acero"
},
{
id: "2", name: "Concertina", price: "Consultar", variant: "Protección perimetral", imageSrc: "http://img.b2bpic.net/free-vector/flat-barbed-wire-pack_23-2147737193.jpg", imageAlt: "Concertina de alta resistencia"
@@ -100,13 +100,13 @@ export default function LandingPage() {
id: "3", name: "Alambre de Púas", price: "Consultar", variant: "Industrial y ganadero", imageSrc: "http://img.b2bpic.net/free-photo/rough-metallic-surface-texture_23-2148953924.jpg", imageAlt: "Alambre de púas para cercado"
},
{
id: "4", name: "Rejas de Acero", price: "Consultar", variant: "Resistencia y estética", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13595.jpg", imageAlt: "Rejas de acero estructural"
id: "4", name: "Rejas de Acero", price: "Consultar", variant: "Resistencia y estética", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13595.jpg?_wi=1", imageAlt: "Rejas de acero estructural"
},
{
id: "5", name: "Criba Ornamental", price: "Consultar", variant: "Arquitectura y decoración", imageSrc: "http://img.b2bpic.net/free-photo/rough-metallic-surface-texture_23-2148953926.jpg", imageAlt: "Criba ornamental metálica"
},
{
id: "6", name: "Acero Industrial", price: "Consultar", variant: "Construcción y manufactura", imageSrc: "http://img.b2bpic.net/free-photo/working-process-steel-factory_140725-7628.jpg", imageAlt: "Acero industrial para construcción"
id: "6", name: "Acero Industrial", price: "Consultar", variant: "Construcción y manufactura", imageSrc: "http://img.b2bpic.net/free-photo/working-process-steel-factory_140725-7628.jpg?_wi=1", imageAlt: "Acero industrial para construcción"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -168,15 +168,15 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Diferentes Calibres", author: "Especialidad FELOSISA", description: "Disponemos de múltiples calibres de acero para satisfacer cualquier especificación técnica.", tags: ["Variedad", "Industrial"],
imageSrc: "http://img.b2bpic.net/free-photo/wall-with-metal-wire-screen_23-2147960615.jpg", imageAlt: "Diferentes calibres de malla"
imageSrc: "http://img.b2bpic.net/free-photo/wall-with-metal-wire-screen_23-2147960615.jpg?_wi=3", imageAlt: "Diferentes calibres de malla"
},
{
id: "2", title: "Diferentes Medidas", author: "Especialidad FELOSISA", description: "Amplio rango de medidas y dimensiones para cualquier tipo de proyecto.", tags: ["Personalización", "Flexible"],
imageSrc: "http://img.b2bpic.net/free-photo/working-process-steel-factory_140725-7628.jpg", imageAlt: "Variedad de medidas disponibles"
imageSrc: "http://img.b2bpic.net/free-photo/working-process-steel-factory_140725-7628.jpg?_wi=2", imageAlt: "Variedad de medidas disponibles"
},
{
id: "3", title: "Diferentes Tipos de Acero", author: "Especialidad FELOSISA", description: "Acero galvanizado, inoxidable y otros tipos especializados para tus necesidades.", tags: ["Calidad", "Opciones"],
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13595.jpg", imageAlt: "Tipos de acero especializados"
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13595.jpg?_wi=2", imageAlt: "Tipos de acero especializados"
}
]}
animationType="slide-up"