Merge version_1 into main #2
272
src/app/page.tsx
272
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
name: "Inicio", id: "/"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Nosotros", id: "#about"},
|
||||
{
|
||||
name: "Productos",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Productos", id: "#products"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Servicios", id: "#services"},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Opiniones", id: "#testimonials"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contacto", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/cyber-monday-message-with-mouse_23-2148292126.jpg"
|
||||
logoAlt="Irc Sistemas Logo"
|
||||
@@ -65,45 +53,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Irc Sistemas: Tu Solución Informática en Mar del Plata"
|
||||
description="Líderes en venta y servicio técnico de productos informáticos y fiscales. Experimenta la mejor tecnología con atención personalizada."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Productos",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Ver Productos", href: "#products"},
|
||||
{
|
||||
text: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contacto", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8586.jpg",
|
||||
imageAlt: "Modern computer store interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8586.jpg", imageAlt: "Modern computer store interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-computer-keyboard_53876-32344.jpg",
|
||||
imageAlt: "Laptop keyboard with glowing keys",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-computer-keyboard_53876-32344.jpg", imageAlt: "Laptop keyboard with glowing keys"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-working_23-2148836086.jpg",
|
||||
imageAlt: "Technician providing computer support",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-working_23-2148836086.jpg", imageAlt: "Technician providing computer support"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-woman-gas-station_23-2150516381.jpg",
|
||||
imageAlt: "Stack of new computer product boxes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-woman-gas-station_23-2150516381.jpg", imageAlt: "Stack of new computer product boxes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/just-minute-we-are-ready-polygraph-examiner-works-office-with-his-lie-detector-s-equipment_146671-17298.jpg",
|
||||
imageAlt: "Busy IT service desk",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/just-minute-we-are-ready-polygraph-examiner-works-office-with-his-lie-detector-s-equipment_146671-17298.jpg", imageAlt: "Busy IT service desk"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-abstract-flow-design_1048-12197.jpg",
|
||||
imageAlt: "Abstract circuit board data flow",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-abstract-flow-design_1048-12197.jpg", imageAlt: "Abstract circuit board data flow"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,13 +86,9 @@ export default function LandingPage() {
|
||||
description="En Irc Sistemas, nos dedicamos a ofrecer soluciones informáticas integrales en Mar del Plata desde 2011. Somos tu tienda de confianza para la venta, reparación y mantenimiento de equipos, con un equipo de expertos comprometidos con tu satisfacción. Nos enorgullece brindar atención de calidad y asesoramiento especializado para particulares y empresas.\n\nDirección: La Rioja 4498, B7600BTH Mar del Plata, Provincia de Buenos Aires"
|
||||
buttons={[
|
||||
{
|
||||
text: "Nuestros Servicios",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Nuestros Servicios", href: "#services"},
|
||||
{
|
||||
text: "Ver Ubicación",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=La+Rioja+4498,+B7600BTH+Mar+del Plata,+Provincia+de+Buenos+Aires",
|
||||
},
|
||||
text: "Ver Ubicación", href: "https://www.google.com/maps/dir/?api=1&destination=La+Rioja+4498,+B7600BTH+Mar+del Plata,+Provincia+de+Buenos+Aires"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-building-view_1112-392.jpg"
|
||||
imageAlt="Exterior of Irc Sistemas store"
|
||||
@@ -134,29 +101,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Soporte Técnico",
|
||||
title: "Servicio Técnico Especializado",
|
||||
subtitle: "Reparación y Mantenimiento",
|
||||
description: "Diagnóstico y reparación de notebooks, PCs y periféricos. Soluciones rápidas y efectivas para cualquier problema de hardware o software.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-reparation-computer-motherboard_23-2148419169.jpg",
|
||||
imageAlt: "Technician repairing a computer",
|
||||
},
|
||||
tag: "Soporte Técnico", title: "Servicio Técnico Especializado", subtitle: "Reparación y Mantenimiento", description: "Diagnóstico y reparación de notebooks, PCs y periféricos. Soluciones rápidas y efectivas para cualquier problema de hardware o software.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-reparation-computer-motherboard_23-2148419169.jpg", imageAlt: "Technician repairing a computer"},
|
||||
{
|
||||
tag: "Confianza",
|
||||
title: "Garantía Extendida",
|
||||
subtitle: "Protección para tu Inversión",
|
||||
description: "Todos nuestros productos y reparaciones cuentan con garantía, ofreciéndote tranquilidad y respaldo en cada compra y servicio.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-eco-friendly-labels_23-2149202609.jpg",
|
||||
imageAlt: "Warranty shield icon",
|
||||
},
|
||||
tag: "Confianza", title: "Garantía Extendida", subtitle: "Protección para tu Inversión", description: "Todos nuestros productos y reparaciones cuentan con garantía, ofreciéndote tranquilidad y respaldo en cada compra y servicio.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-eco-friendly-labels_23-2149202609.jpg", imageAlt: "Warranty shield icon"},
|
||||
{
|
||||
tag: "Asesoramiento",
|
||||
title: "Asesoramiento Personalizado",
|
||||
subtitle: "Guía Experta para tus Necesidades",
|
||||
description: "Te ayudamos a elegir los productos y soluciones que mejor se adapten a tus requerimientos, con un enfoque individual y profesional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-worker-headset-using-laptop_74855-2623.jpg",
|
||||
imageAlt: "Consultant helping a customer",
|
||||
},
|
||||
tag: "Asesoramiento", title: "Asesoramiento Personalizado", subtitle: "Guía Experta para tus Necesidades", description: "Te ayudamos a elegir los productos y soluciones que mejor se adapten a tus requerimientos, con un enfoque individual y profesional.", imageSrc: "http://img.b2bpic.net/free-photo/call-center-worker-headset-using-laptop_74855-2623.jpg", imageAlt: "Consultant helping a customer"},
|
||||
]}
|
||||
title="Nuestros Servicios de Excelencia"
|
||||
description="Ofrecemos soluciones tecnológicas completas para mantener tus equipos siempre operativos y optimizados."
|
||||
@@ -171,52 +120,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p-fiscal-controller",
|
||||
name: "Controlador Fiscal de Última Generación",
|
||||
price: "$550.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-showing-isolated-greenscreen-display-cash-register_482257-87934.jpg",
|
||||
imageAlt: "Modern fiscal controller machine",
|
||||
rating: 5,
|
||||
id: "p-fiscal-controller", name: "Controlador Fiscal de Última Generación", price: "$550.000", imageSrc: "http://img.b2bpic.net/free-photo/tablet-showing-isolated-greenscreen-display-cash-register_482257-87934.jpg", imageAlt: "Modern fiscal controller machine", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "p-thermal-printer",
|
||||
name: "Impresora Térmica POS Rápida",
|
||||
price: "$85.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-business-owner_23-2149149664.jpg",
|
||||
imageAlt: "Compact thermal receipt printer",
|
||||
rating: 4,
|
||||
id: "p-thermal-printer", name: "Impresora Térmica POS Rápida", price: "$85.000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-business-owner_23-2149149664.jpg", imageAlt: "Compact thermal receipt printer", rating: 4,
|
||||
},
|
||||
{
|
||||
id: "p-scanner",
|
||||
name: "Scanner de Códigos de Barra Ergonómico",
|
||||
price: "$42.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-paying-with-phone_23-2149160653.jpg",
|
||||
imageAlt: "Sleek ergonomic barcode scanner",
|
||||
rating: 5,
|
||||
id: "p-scanner", name: "Scanner de Códigos de Barra Ergonómico", price: "$42.000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-paying-with-phone_23-2149160653.jpg", imageAlt: "Sleek ergonomic barcode scanner", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "p-electronic-scale",
|
||||
name: "Balanza Electrónica de Precisión",
|
||||
price: "$120.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-meal-composition_23-2148826919.jpg",
|
||||
imageAlt: "Professional electronic scale",
|
||||
rating: 4,
|
||||
id: "p-electronic-scale", name: "Balanza Electrónica de Precisión", price: "$120.000", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-meal-composition_23-2148826919.jpg", imageAlt: "Professional electronic scale", rating: 4,
|
||||
},
|
||||
{
|
||||
id: "p-laptop",
|
||||
name: "Laptop Ultra Delgada de Alto Rendimiento",
|
||||
price: "$980.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-against-tree-talking-phone_1157-1757.jpg",
|
||||
imageAlt: "Modern ultra-thin laptop",
|
||||
rating: 5,
|
||||
id: "p-laptop", name: "Laptop Ultra Delgada de Alto Rendimiento", price: "$980.000", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-against-tree-talking-phone_1157-1757.jpg", imageAlt: "Modern ultra-thin laptop", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "p-peripherals",
|
||||
name: "Kit de Periféricos Pro Gaming",
|
||||
price: "$150.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-nvme-ssd_58702-17232.jpg",
|
||||
imageAlt: "Collection of computer peripherals",
|
||||
rating: 4,
|
||||
id: "p-peripherals", name: "Kit de Periféricos Pro Gaming", price: "$150.000", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-nvme-ssd_58702-17232.jpg", imageAlt: "Collection of computer peripherals", rating: 4,
|
||||
},
|
||||
]}
|
||||
title="Explora Nuestros Productos"
|
||||
@@ -229,14 +148,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"EPSON",
|
||||
"SAMSUNG",
|
||||
"KRETZ",
|
||||
"NCR",
|
||||
"SAM4S",
|
||||
"APC",
|
||||
"CASIO",
|
||||
]}
|
||||
"EPSON", "SAMSUNG", "KRETZ", "NCR", "SAM4S", "APC", "CASIO"]}
|
||||
title="Nuestros Partners Estratégicos"
|
||||
description="Trabajamos con las marcas líderes del mercado para ofrecerte productos de la más alta calidad y las últimas innovaciones."
|
||||
speed={60}
|
||||
@@ -252,45 +164,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-susana",
|
||||
name: "Susana Mar del Plata",
|
||||
role: "Clienta",
|
||||
company: "Particular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-gesturing-empty-desk_1262-5622.jpg",
|
||||
},
|
||||
id: "t-susana", name: "Susana Mar del Plata", role: "Clienta", company: "Particular", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-gesturing-empty-desk_1262-5622.jpg"},
|
||||
{
|
||||
id: "t-arian",
|
||||
name: "Arian Shaffer",
|
||||
role: "Emprendedor",
|
||||
company: "Negocio Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg",
|
||||
},
|
||||
id: "t-arian", name: "Arian Shaffer", role: "Emprendedor", company: "Negocio Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg"},
|
||||
{
|
||||
id: "t-carlos",
|
||||
name: "Carlos Gomez",
|
||||
role: "Dueño",
|
||||
company: "Maxi Kiosco",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg",
|
||||
},
|
||||
id: "t-carlos", name: "Carlos Gomez", role: "Dueño", company: "Maxi Kiosco", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg"},
|
||||
{
|
||||
id: "t-laura",
|
||||
name: "Laura Fernandez",
|
||||
role: "Contadora",
|
||||
company: "Estudio Contable",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/helpdesk-support-information-support-concept_53876-121537.jpg",
|
||||
},
|
||||
id: "t-laura", name: "Laura Fernandez", role: "Contadora", company: "Estudio Contable", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/helpdesk-support-information-support-concept_53876-121537.jpg"},
|
||||
{
|
||||
id: "t-matias",
|
||||
name: "Matías Pérez",
|
||||
role: "Gerente",
|
||||
company: "Minimarket",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-handsome-mixed-race-male-with-bushy-hair-has-good-mood_273609-8597.jpg",
|
||||
},
|
||||
id: "t-matias", name: "Matías Pérez", role: "Gerente", company: "Minimarket", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-handsome-mixed-race-male-with-bushy-hair-has-good-mood_273609-8597.jpg"},
|
||||
]}
|
||||
title="Lo que Dicen Nuestros Clientes"
|
||||
description="La satisfacción de quienes nos eligen es nuestra mayor recompensa. Lee sus experiencias con Irc Sistemas."
|
||||
@@ -303,30 +190,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "¿Cuál es el horario de atención de Irc Sistemas?",
|
||||
content: "Nuestro horario de atención es de Lunes a Viernes de 9 a.m. a 6 p.m. Los Sábados de 9 a.m. a 1 p.m. Estamos cerrados los Domingos.",
|
||||
},
|
||||
id: "faq-1", title: "¿Cuál es el horario de atención de Irc Sistemas?", content: "Nuestro horario de atención es de Lunes a Viernes de 9 a.m. a 6 p.m. Los Sábados de 9 a.m. a 1 p.m. Estamos cerrados los Domingos."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "¿Dónde están ubicados?",
|
||||
content: "Estamos en La Rioja 4498, B7600BTH Mar del Plata, Provincia de Buenos Aires. ¡Te esperamos!",
|
||||
},
|
||||
id: "faq-2", title: "¿Dónde están ubicados?", content: "Estamos en La Rioja 4498, B7600BTH Mar del Plata, Provincia de Buenos Aires. ¡Te esperamos!"},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "¿Ofrecen servicio técnico a domicilio?",
|
||||
content: "Actualmente, nuestro servicio técnico se realiza en nuestro local. Para diagnósticos y reparaciones, te invitamos a traer tu equipo a nuestra dirección.",
|
||||
},
|
||||
id: "faq-3", title: "¿Ofrecen servicio técnico a domicilio?", content: "Actualmente, nuestro servicio técnico se realiza en nuestro local. Para diagnósticos y reparaciones, te invitamos a traer tu equipo a nuestra dirección."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "¿Qué tipo de garantía tienen los productos?",
|
||||
content: "Todos nuestros productos cuentan con la garantía oficial del fabricante y una garantía adicional por parte de Irc Sistemas, cubriendo defectos de fábrica y funcionamiento por un período específico. Consulta las condiciones al momento de tu compra.",
|
||||
},
|
||||
id: "faq-4", title: "¿Qué tipo de garantía tienen los productos?", content: "Todos nuestros productos cuentan con la garantía oficial del fabricante y una garantía adicional por parte de Irc Sistemas, cubriendo defectos de fábrica y funcionamiento por un período específico. Consulta las condiciones al momento de tu compra."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "¿Realizan instalaciones de software o sistemas operativos?",
|
||||
content: "Sí, ofrecemos servicios de instalación y configuración de sistemas operativos, software y controladores para tus nuevos equipos o para optimizar los existentes.",
|
||||
},
|
||||
id: "faq-5", title: "¿Realizan instalaciones de software o sistemas operativos?", content: "Sí, ofrecemos servicios de instalación y configuración de sistemas operativos, software y controladores para tus nuevos equipos o para optimizar los existentes."},
|
||||
]}
|
||||
title="¿Tienes Preguntas? Resolvemos tus Dudas."
|
||||
description="Encuentra respuestas a las consultas más frecuentes sobre nuestros productos y servicios."
|
||||
@@ -338,85 +210,57 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Contáctanos Hoy"
|
||||
buttons={[
|
||||
{
|
||||
text: "Llámanos: 0223 474-0723",
|
||||
href: "tel:+542234740723",
|
||||
},
|
||||
text: "Llámanos: 0223 474-0723", href: "tel:+542234740723"},
|
||||
{
|
||||
text: "Envíanos un Email",
|
||||
href: "mailto:info@ircsistemas.com.ar",
|
||||
},
|
||||
text: "Envíanos un Email", href: "mailto:info@ircsistemas.com.ar"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
videoSrc="http://img.b2bpic.net/free-photo/metallic-holographic-background_23-2148862196.jpg?_wi=1"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/metallic-holographic-background_23-2148862196.jpg"
|
||||
videoAriaLabel="Abstract circuit board animation"
|
||||
logoSrc="http://img.b2bpic.net/free-photo/cyber-monday-message-with-mouse_23-2148292126.jpg"
|
||||
logoAlt="Irc Sistemas Logo"
|
||||
logoText="Irc Sistemas"
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "/",
|
||||
},
|
||||
label: "Inicio", href: "/"},
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Nosotros", href: "#about"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{
|
||||
label: "Servicio Técnico",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Servicio Técnico", href: "#services"},
|
||||
{
|
||||
label: "Garantías",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Garantías", href: "#services"},
|
||||
{
|
||||
label: "Asesoramiento",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Asesoramiento", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Productos",
|
||||
items: [
|
||||
title: "Productos", items: [
|
||||
{
|
||||
label: "Fiscales",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Fiscales", href: "#products"},
|
||||
{
|
||||
label: "Impresoras",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Impresoras", href: "#products"},
|
||||
{
|
||||
label: "Scanners",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Scanners", href: "#products"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Irc Sistemas | Desarrollado por Luke Design - Mar del Plata - Buenos Aires - Argentina"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/metallic-holographic-background_23-2148862196.jpg?_wi=2"
|
||||
imageAlt="abstract circuit board animation blue red"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user