Update src/app/projects/page.tsx
This commit is contained in:
@@ -17,7 +17,8 @@ export default function ProjectsPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Contactar", href: "/contact"};
|
||||
text: "Contactar", href: "/contact"
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -48,16 +49,20 @@ export default function ProjectsPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Proyecto Estratégico", name: "Sistema Integral de Agua Potable de Malabo", price: "$125M", rating: 5,
|
||||
reviewCount: "Completado", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-old-bridge_1252-1043.jpg", imageAlt: "Sistema de agua potable"},
|
||||
reviewCount: "Completado", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-old-bridge_1252-1043.jpg", imageAlt: "Sistema de agua potable"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Proyecto Estratégico", name: "Ampliación de Red Vial Nacional", price: "$320M", rating: 5,
|
||||
reviewCount: "Completado", imageSrc: "http://img.b2bpic.net/free-photo/chernobyl-alienation-zone-view-chernobyl-atomic-plant-background-river_627829-11757.jpg", imageAlt: "Ampliación vial nacional"},
|
||||
reviewCount: "Completado", imageSrc: "http://img.b2bpic.net/free-photo/chernobyl-alienation-zone-view-chernobyl-atomic-plant-background-river_627829-11757.jpg", imageAlt: "Ampliación vial nacional"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Proyecto Estratégico", name: "Parque Urbano Central de Bata", price: "$45M", rating: 5,
|
||||
reviewCount: "Completado", imageSrc: "http://img.b2bpic.net/free-photo/city-park-blue-sky-with-downtown-skyline-background_1127-3064.jpg", imageAlt: "Parque urbano central"},
|
||||
reviewCount: "Completado", imageSrc: "http://img.b2bpic.net/free-photo/city-park-blue-sky-with-downtown-skyline-background_1127-3064.jpg", imageAlt: "Parque urbano central"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Proyecto Estratégico", name: "Carretera Malabo-Bata: Modernización", price: "$280M", rating: 5,
|
||||
reviewCount: "En Curso", imageSrc: "http://img.b2bpic.net/free-photo/road-repair-construction-equipment-temporary-traffic-signs_169016-68754.jpg", imageAlt: "Carretera Malabo-Bata"},
|
||||
reviewCount: "En Curso", imageSrc: "http://img.b2bpic.net/free-photo/road-repair-construction-equipment-temporary-traffic-signs_169016-68754.jpg", imageAlt: "Carretera Malabo-Bata"
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user