diff --git a/src/app/page.tsx b/src/app/page.tsx index ce5224d..30be173 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,8 +51,8 @@ export default function LandingPage() { { text: "Contact Us", href: "/contact" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/production-electronic-components-high-tech-factory_1385-3207.jpg", imageAlt: "industrial cnc machine precision" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-handmade-jewellery-workshop_23-2150931477.jpg", imageAlt: "industrial tool room die" }, + { imageSrc: "http://img.b2bpic.net/free-photo/production-electronic-components-high-tech-factory_1385-3207.jpg?_wi=1", imageAlt: "industrial cnc machine precision" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-handmade-jewellery-workshop_23-2150931477.jpg?_wi=1", imageAlt: "industrial tool room die" }, { imageSrc: "http://img.b2bpic.net/free-photo/male-engineer-designs-3d-prototypes-modern-industrial-interface_482257-124582.jpg", imageAlt: "cnc programming software engineering" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-gearstick_53876-20766.jpg", imageAlt: "automotive stamping press" }, { imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914182.jpg", imageAlt: "clean machine tool workshop" }, @@ -85,7 +85,7 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} features={[ - { title: "Wire EDMing", description: "High-precision electric discharge machining for complex components.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22925.jpg", imageAlt: "industrial cnc machine precision" }, + { title: "Wire EDMing", description: "High-precision electric discharge machining for complex components.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22925.jpg?_wi=1", imageAlt: "industrial cnc machine precision" }, { title: "Tool Room Design", description: "Expert design and development of sheet metal dies and press tools.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-spraying-powder-paint-from-gun_23-2149878743.jpg", imageAlt: "industrial tool room die" }, { title: "CNC Turning", description: "Precise CNC turned components for diverse industrial machinery.", imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_1203-6627.jpg", imageAlt: "cnc turned metal components" }, ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index f4d20a7..90a36af 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -41,9 +41,9 @@ export default function ServicesPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Tool Engineering", description: "Design and prototyping of custom press tools and dies.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-handmade-jewellery-workshop_23-2150931477.jpg" }, - { title: "Wire EDMing", description: "High-precision cutting for complex shapes and hardened metals.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22925.jpg" }, - { title: "CNC Precision", description: "High-volume CNC turning and milling with tight tolerances.", imageSrc: "http://img.b2bpic.net/free-photo/production-electronic-components-high-tech-factory_1385-3207.jpg" } + { title: "Tool Engineering", description: "Design and prototyping of custom press tools and dies.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-handmade-jewellery-workshop_23-2150931477.jpg?_wi=2" }, + { title: "Wire EDMing", description: "High-precision cutting for complex shapes and hardened metals.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22925.jpg?_wi=2" }, + { title: "CNC Precision", description: "High-volume CNC turning and milling with tight tolerances.", imageSrc: "http://img.b2bpic.net/free-photo/production-electronic-components-high-tech-factory_1385-3207.jpg?_wi=2" } ]} />