diff --git a/src/app/page.tsx b/src/app/page.tsx index cdc9b53..687ecd2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,15 +52,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/welding-work-with-metal-construction-busy-metal-factory_613910-17130.jpg", imageAlt: "Professional metal welding process"}, + imageSrc: "http://img.b2bpic.net/free-photo/welding-work-with-metal-construction-busy-metal-factory_613910-17130.jpg?_wi=1", imageAlt: "Professional metal welding process"}, { - imageSrc: "http://img.b2bpic.net/free-photo/welding-work-with-metal-construction-busy-metal-factory_613910-17130.jpg", imageAlt: "Custom metal fabrication project"}, + imageSrc: "http://img.b2bpic.net/free-photo/welding-work-with-metal-construction-busy-metal-factory_613910-17130.jpg?_wi=2", imageAlt: "Custom metal fabrication project"}, { - imageSrc: "http://img.b2bpic.net/free-photo/welding-work-with-metal-construction-busy-metal-factory_613910-17130.jpg", imageAlt: "Metal installation work"}, + imageSrc: "http://img.b2bpic.net/free-photo/welding-work-with-metal-construction-busy-metal-factory_613910-17130.jpg?_wi=3", imageAlt: "Metal installation work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-gate-alpine-lake-lugano-with-mountains-ticino-switzerland_181624-19344.jpg", imageAlt: "Custom decorative metal gate"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-gate-alpine-lake-lugano-with-mountains-ticino-switzerland_181624-19344.jpg?_wi=1", imageAlt: "Custom decorative metal gate"}, { - imageSrc: "http://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg", imageAlt: "Structural steel fabrication"}, + imageSrc: "http://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg?_wi=1", imageAlt: "Structural steel fabrication"}, ]} /> @@ -82,16 +82,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Custom Metal Fabrication", description: "Bespoke metalwork designed and crafted to your specifications. From concept to completion, we handle complex custom projects.", imageSrc: "http://img.b2bpic.net/free-photo/welding-work-with-metal-construction-busy-metal-factory_613910-17130.jpg", imageAlt: "Custom metal fabrication service"}, + title: "Custom Metal Fabrication", description: "Bespoke metalwork designed and crafted to your specifications. From concept to completion, we handle complex custom projects.", imageSrc: "http://img.b2bpic.net/free-photo/welding-work-with-metal-construction-busy-metal-factory_613910-17130.jpg?_wi=4", imageAlt: "Custom metal fabrication service"}, { id: 2, - title: "Professional Welding", description: "Expert welding services using industry-standard techniques. Precision welds that ensure structural integrity and longevity.", imageSrc: "http://img.b2bpic.net/free-photo/welding-work-with-metal-construction-busy-metal-factory_613910-17130.jpg", imageAlt: "Professional welding services"}, + title: "Professional Welding", description: "Expert welding services using industry-standard techniques. Precision welds that ensure structural integrity and longevity.", imageSrc: "http://img.b2bpic.net/free-photo/welding-work-with-metal-construction-busy-metal-factory_613910-17130.jpg?_wi=5", imageAlt: "Professional welding services"}, { id: 3, - title: "Installation Services", description: "Expert installation of metal structures, gates, fencing, and custom designs. Completed with attention to detail and safety.", imageSrc: "http://img.b2bpic.net/free-photo/welding-work-with-metal-construction-busy-metal-factory_613910-17130.jpg", imageAlt: "Metal installation service"}, + title: "Installation Services", description: "Expert installation of metal structures, gates, fencing, and custom designs. Completed with attention to detail and safety.", imageSrc: "http://img.b2bpic.net/free-photo/welding-work-with-metal-construction-busy-metal-factory_613910-17130.jpg?_wi=6", imageAlt: "Metal installation service"}, { id: 4, - title: "Structural Steel Work", description: "Industrial-grade structural steel fabrication for commercial and industrial applications. Built to last.", imageSrc: "http://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg", imageAlt: "Structural steel work"}, + title: "Structural Steel Work", description: "Industrial-grade structural steel fabrication for commercial and industrial applications. Built to last.", imageSrc: "http://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg?_wi=2", imageAlt: "Structural steel work"}, ]} title="Our Core Services" description="Comprehensive metal fabrication and welding solutions tailored to your project needs" @@ -107,11 +107,11 @@ export default function LandingPage() {