Update src/app/projects/page.tsx
This commit is contained in:
@@ -47,11 +47,11 @@ export default function ProjectsPage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plant-production-cars-modern-automotive-industry-electric-car-factory-conveyor_645730-147.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plant-production-cars-modern-automotive-industry-electric-car-factory-conveyor_645730-147.jpg?_wi=2",
|
||||
imageAlt: "Industrial steel fabrication facility",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-crane-against-blue-sky-sunny-day_185193-108531.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-crane-against-blue-sky-sunny-day_185193-108531.jpg?_wi=2",
|
||||
imageAlt: "Large-scale construction project execution",
|
||||
},
|
||||
]}
|
||||
@@ -86,28 +86,28 @@ export default function ProjectsPage() {
|
||||
id: "1",
|
||||
name: "Pre-Engineered Industrial Complex",
|
||||
role: "Large-scale fabrication and installation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35333.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35333.jpg?_wi=3",
|
||||
imageAlt: "Industrial complex construction",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Government Radar Tower Installation",
|
||||
role: "Doppler weather radar infrastructure",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spotlight-equipment-security-tower-illuminated_1323-27.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spotlight-equipment-security-tower-illuminated_1323-27.jpg?_wi=2",
|
||||
imageAlt: "Radar tower installation",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Turnkey Commercial Build",
|
||||
role: "Planning through commissioning delivery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/motion-construction-financial-background-details-electric_1417-1067.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/motion-construction-financial-background-details-electric_1417-1067.jpg?_wi=2",
|
||||
imageAlt: "Commercial building project",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Structural Steel Installation",
|
||||
role: "Industrial-grade fabrication and assembly",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-handling-metal-parts-together_342744-235.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-handling-metal-parts-together_342744-235.jpg?_wi=3",
|
||||
imageAlt: "Structural steel installation",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user