diff --git a/src/app/page.tsx b/src/app/page.tsx index 53d6a0d..f0e4a4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,41 +31,30 @@ export default function LandingPage() {
@@ -75,33 +64,27 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "15+", title: "Years Experience", description: "Serving OEMs and industrial clients.", imageSrc: "http://img.b2bpic.net/free-photo/craftsman-using-drill_1157-45886.jpg"}, - { - id: "m2", value: "5k+", title: "Parts Delivered", description: "High precision components manufactured annually.", imageSrc: "http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg"}, - { - id: "m3", value: "99.8%", title: "Accuracy Rate", description: "Committed to tight tolerance standards.", imageSrc: "http://img.b2bpic.net/free-photo/metallic-factory-machine_1112-248.jpg"}, + { id: "m1", value: "5-Axis", title: "Machine Capability", description: "High-end VMC setups for complex aluminum geometries.", imageSrc: "http://img.b2bpic.net/free-photo/factory-machine-industrial_1111.jpg" }, + { id: "m2", value: "±0.01mm", title: "Tolerance Accuracy", description: "Striving for micron-level precision in every aluminum job.", imageSrc: "http://img.b2bpic.net/free-photo/metal-precision-measurement_2222.jpg" }, + { id: "m3", value: "24/7", title: "Process Efficiency", description: "Optimized VMC cycles for rapid turnaround on batch aluminum work.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-workflow_3333.jpg" }, ]} - title="Why Choose Our Engineering" - description="Precision and reliability backed by high standards." + title="Engineering Capabilities" + description="Technical mastery in aluminum CNC job works." />
@@ -113,21 +96,13 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", name: "Injection Die", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-background_1048-10260.jpg"}, - { - id: "p2", name: "Stamping Dies", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/production-electronic-components-high-tech-factory_1385-3201.jpg"}, - { - id: "p3", name: "Casting Molds", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/craftsman-using-drill_1157-45883.jpg"}, - { - id: "p4", name: "Tooling Jigs", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-919.jpg"}, - { - id: "p5", name: "Custom Die Sets", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-438.jpg"}, - { - id: "p6", name: "Precision Molds", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/black-metal-cabinet-with-mesh-door-closeup-industrial-texture_169016-70877.jpg"}, + { id: "p1", name: "Aluminum Die Inserts", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/aluminum-die-insert_01.jpg" }, + { id: "p2", name: "Custom Jigs & Fixtures", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/custom-jigs_02.jpg" }, + { id: "p3", name: "Precision Aluminum Plates", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/precision-aluminum-plate_03.jpg" }, + { id: "p4", name: "Aerospace Components", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/aerospace-alu-part_04.jpg" }, ]} - title="Die Mold Production" - description="Specialized mold designs for high-volume manufacturing." + title="Aluminum Work Portfolio" + description="Our VMC capabilities deliver high-performance parts across multiple industries." /> @@ -135,15 +110,12 @@ export default function LandingPage() { @@ -154,19 +126,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", name: "David Smith", role: "Plant Manager", testimonial: "Consistently hits our tight tolerances.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-worker-operating-cnc-machine-while-working-industrial-facility_637285-4166.jpg"}, - { - id: "t2", name: "Elena Rossi", role: "Procurement Head", testimonial: "Reliable delivery schedules and great pricing.", imageSrc: "http://img.b2bpic.net/free-photo/professional-portrait-positive-smiling-industrial-worker_74855-5110.jpg"}, - { - id: "t3", name: "Mark Johnson", role: "OEM Engineer", testimonial: "Their mold quality improved our production output.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-engineer-operating-cnc-machine-production-line_637285-4816.jpg"}, - { - id: "t4", name: "Sarah Miller", role: "QC Manager", testimonial: "Excellent technical communication.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-arms-crossed-houseware_23-2148923093.jpg"}, - { - id: "t5", name: "Tom Baker", role: "Workshop Lead", testimonial: "Strong technical knowledge, recommended.", imageSrc: "http://img.b2bpic.net/free-photo/serious-supervisor-white-helmet-holding-tablet-looking-manufacturing-process_74855-16458.jpg"}, + { id: "t1", name: "Vikram S.", role: "Quality Assurance", testimonial: "The surface finish on these aluminum parts is flawless.", imageSrc: "http://img.b2bpic.net/free-photo/man-industrial-worker_01.jpg" }, + { id: "t2", name: "Priya M.", role: "Project Lead", testimonial: "Reliable aluminum job works with consistent accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/woman-industrial-manager_02.jpg" }, ]} title="Client Success" - description="Reliable manufacturing partner for OEMs." + description="Trusted by industry leaders for VMC engineering." /> @@ -174,60 +138,32 @@ export default function LandingPage() {
); -} \ No newline at end of file +}