Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-05-06 17:38:55 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -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" },
]}

View File

@@ -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" }
]}
/>
</div>