5 Commits

Author SHA1 Message Date
da40d5da73 Update src/app/page.tsx 2026-03-07 22:04:44 +00:00
2406e7d4df Update src/app/layout.tsx 2026-03-07 22:04:43 +00:00
54e62c3139 Merge version_1 into main
Merge version_1 into main
2026-03-07 22:02:57 +00:00
66fa890f42 Merge version_1 into main
Merge version_1 into main
2026-03-07 22:01:34 +00:00
5ad04954b3 Merge version_1 into main
Merge version_1 into main
2026-03-07 22:00:18 +00:00
2 changed files with 9 additions and 1431 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -128,7 +128,7 @@ export default function HomePage() {
title: "Electricidad e Iluminación", description: "Cables, interruptores, enchufes y soluciones de iluminación para instalaciones residenciales", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-different-construction-tools-wooden-background_169016-24445.jpg", imageAlt: "Productos eléctricos"
},
{
title: "Fontanería y Tuberías", description: "Tuberías, griferías, accesorios y sistemas completos para agua potable y desagüe", imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg", imageAlt: "Productos de fontanería"
title: "Fontanería y Tuberías", description: "Tuberías, griferías, accesorios y sistemas completos para agua potable y desagüe", imageSrc: "http://img.b2bpic.net/free-photo/wrench-connators-with-clear-paper_23-2147772281.jpg", imageAlt: "Productos de fontanería"
},
{
title: "Pintura y Acabados", description: "Pinturas, barnices, masillas y accesorios de pintura para acabados profesionales", imageSrc: "http://img.b2bpic.net/free-photo/oil-paint-tubes-painting_23-2149537709.jpg", imageAlt: "Pintura y acabados"
@@ -271,4 +271,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}