From c578a90b4df553dc703ed9d08587d814f4e43db0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 22:30:16 +0000 Subject: [PATCH 1/4] Update src/app/die-casting/page.tsx --- src/app/die-casting/page.tsx | 89 +++++------------------------------- 1 file changed, 12 insertions(+), 77 deletions(-) diff --git a/src/app/die-casting/page.tsx b/src/app/die-casting/page.tsx index 93edb81..594249c 100644 --- a/src/app/die-casting/page.tsx +++ b/src/app/die-casting/page.tsx @@ -24,24 +24,13 @@ export default function LandingPage() { @@ -51,27 +40,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "d1", - title: "Metal Casting", - subtitle: "Alloy Casting", - category: "Service", - value: "High strength aluminium parts.", - }, - { - id: "d2", - title: "Automotive Grade", - subtitle: "Performance Parts", - category: "Service", - value: "Automotive compliant casting.", - }, - { - id: "d3", - title: "Efficiency", - subtitle: "Production Speed", - category: "Service", - value: "High output efficiency.", - }, + { id: "d1", title: "Metal Casting", subtitle: "Alloy Casting", category: "Service", value: "High strength aluminium parts." }, + { id: "d2", title: "Automotive Grade", subtitle: "Performance Parts", category: "Service", value: "Automotive compliant casting." }, + { id: "d3", title: "Efficiency", subtitle: "Production Speed", category: "Service", value: "High output efficiency." }, ]} title="Hoffen Die Casting" description="High-strength metal die casting solutions for industrial and automotive applications." @@ -86,20 +57,8 @@ export default function LandingPage() { title="Die Casting Foundry" description="Our foundry is equipped with advanced machinery to handle high-volume metal casting requirements efficiently." features={[ - { - id: "f1", - title: "Foundry", - subtitle: "Operations", - category: "Casting", - value: "Heavy duty output.", - }, - { - id: "f2", - title: "Finishing", - subtitle: "Surface", - category: "Casting", - value: "Superior aesthetic finish.", - }, + { id: "f1", title: "Foundry", subtitle: "Operations", category: "Casting", value: "Heavy duty output." }, + { id: "f2", title: "Finishing", subtitle: "Surface", category: "Casting", value: "Superior aesthetic finish." }, ]} /> @@ -108,34 +67,10 @@ export default function LandingPage() { Date: Sun, 12 Apr 2026 22:30:16 +0000 Subject: [PATCH 2/4] Update src/app/moulds/page.tsx --- src/app/moulds/page.tsx | 89 ++++++----------------------------------- 1 file changed, 12 insertions(+), 77 deletions(-) diff --git a/src/app/moulds/page.tsx b/src/app/moulds/page.tsx index 1304fc7..b2afd81 100644 --- a/src/app/moulds/page.tsx +++ b/src/app/moulds/page.tsx @@ -24,24 +24,13 @@ export default function LandingPage() { @@ -51,27 +40,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "m1", - title: "Custom Tooling", - subtitle: "Design Engineering", - category: "Service", - value: "Bespoke tooling solutions.", - }, - { - id: "m2", - title: "Precision Design", - subtitle: "Mould Engineering", - category: "Service", - value: "High precision accuracy.", - }, - { - id: "m3", - title: "Optimization", - subtitle: "Workflow Design", - category: "Service", - value: "Efficient mould workflows.", - }, + { id: "m1", title: "Custom Tooling", subtitle: "Design Engineering", category: "Service", value: "Bespoke tooling solutions." }, + { id: "m2", title: "Precision Design", subtitle: "Mould Engineering", category: "Service", value: "High precision accuracy." }, + { id: "m3", title: "Optimization", subtitle: "Workflow Design", category: "Service", value: "Efficient mould workflows." }, ]} title="Hoffen Moulds" description="Tooling and mould design experts, serving complex manufacturing requirements." @@ -86,20 +57,8 @@ export default function LandingPage() { title="Tooling Technology" description="State-of-the-art CAD/CAM systems allow us to engineer complex moulds with unmatched accuracy." features={[ - { - id: "t1", - title: "CAD/CAM", - subtitle: "Tech", - category: "Tooling", - value: "Digital precision.", - }, - { - id: "t2", - title: "Prototyping", - subtitle: "Development", - category: "Tooling", - value: "Fast iterations.", - }, + { id: "t1", title: "CAD/CAM", subtitle: "Tech", category: "Tooling", value: "Digital precision." }, + { id: "t2", title: "Prototyping", subtitle: "Development", category: "Tooling", value: "Fast iterations." }, ]} /> @@ -108,34 +67,10 @@ export default function LandingPage() { Date: Sun, 12 Apr 2026 22:30:16 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 279 ++++++++--------------------------------------- 1 file changed, 44 insertions(+), 235 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 429854d..6a86577 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,135 +30,51 @@ export default function LandingPage() {
@@ -183,43 +99,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "plastics", - title: "Hoffen Plastics", - subtitle: "Injection Moulding Solutions", - category: "Division", - value: "Precision engineered plastic components.", - buttons: [ - { - text: "View More", - href: "/plastics", - }, - ], + id: "plastics", title: "Hoffen Plastics", subtitle: "Injection Moulding Solutions", category: "Division", value: "Precision engineered plastic components.", buttons: [{ text: "View More", href: "/plastics" }], }, { - id: "moulds", - title: "Hoffen Moulds", - subtitle: "Tooling & Design", - category: "Division", - value: "Custom mould and tool design.", - buttons: [ - { - text: "View More", - href: "/moulds", - }, - ], + id: "moulds", title: "Hoffen Moulds", subtitle: "Tooling & Design", category: "Division", value: "Custom mould and tool design.", buttons: [{ text: "View More", href: "/moulds" }], }, { - id: "die-casting", - title: "Hoffen Die Casting", - subtitle: "Cast Solutions", - category: "Division", - value: "High-strength die casting services.", - buttons: [ - { - text: "View More", - href: "/die-casting", - }, - ], + id: "die-casting", title: "Hoffen Die Casting", subtitle: "Cast Solutions", category: "Division", value: "High-strength die casting services.", buttons: [{ text: "View More", href: "/die-casting" }], }, ]} title="Our Core Divisions" @@ -234,34 +120,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "20+", - title: "Years Experience", - items: [ - "Deep market expertise", - "Proven track record", - "Industry leadership", - ], + id: "m1", value: "20+", title: "Years Experience", items: ["Deep market expertise", "Proven track record", "Industry leadership"], }, { - id: "m2", - value: "100%", - title: "Quality Assurance", - items: [ - "Rigorous testing protocols", - "Zero-defect philosophy", - "Global quality standards", - ], + id: "m2", value: "100%", title: "Quality Assurance", items: ["Rigorous testing protocols", "Zero-defect philosophy", "Global quality standards"], }, { - id: "m3", - value: "500+", - title: "Successful Projects", - items: [ - "Automotive industry focus", - "Consumer goods expertise", - "Scalable solutions", - ], + id: "m3", value: "500+", title: "Successful Projects", items: ["Automotive industry focus", "Consumer goods expertise", "Scalable solutions"], }, ]} title="Manufacturing Capabilities" @@ -276,40 +141,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Client A", - handle: "Automotive Lead", - testimonial: "Hoffen Group consistently delivers excellence.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", - }, + id: "1", name: "Client A", handle: "Automotive Lead", testimonial: "Hoffen Group consistently delivers excellence.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg"}, { - id: "2", - name: "Client B", - handle: "Industry Partner", - testimonial: "The precision of their mould design is unmatched.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-glasses-safety-helmet_23-2148269397.jpg", - }, + id: "2", name: "Client B", handle: "Industry Partner", testimonial: "The precision of their mould design is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-glasses-safety-helmet_23-2148269397.jpg"}, { - id: "3", - name: "Client C", - handle: "Director", - testimonial: "Reliable, scalable, and innovative solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg", - }, + id: "3", name: "Client C", handle: "Director", testimonial: "Reliable, scalable, and innovative solutions.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg"}, { - id: "4", - name: "Client D", - handle: "Production Manager", - testimonial: "Quality is their top priority.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-gesturing-empty-desk_1262-5622.jpg", - }, + id: "4", name: "Client D", handle: "Production Manager", testimonial: "Quality is their top priority.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-gesturing-empty-desk_1262-5622.jpg"}, { - id: "5", - name: "Client E", - handle: "CTO", - testimonial: "Set a new benchmark in our industry.", - imageSrc: "http://img.b2bpic.net/free-photo/solar-panel-industry-expert-stands-high-tech-facility-inspection_482257-126036.jpg", - }, + id: "5", name: "Client E", handle: "CTO", testimonial: "Set a new benchmark in our industry.", imageSrc: "http://img.b2bpic.net/free-photo/solar-panel-industry-expert-stands-high-tech-facility-inspection_482257-126036.jpg"}, ]} title="Partnering for Success" description="Hear from our clients in the automotive, industrial, and consumer goods sectors." @@ -319,16 +159,9 @@ export default function LandingPage() {
@@ -336,34 +169,10 @@ export default function LandingPage() { Date: Sun, 12 Apr 2026 22:30:17 +0000 Subject: [PATCH 4/4] Update src/app/plastics/page.tsx --- src/app/plastics/page.tsx | 89 ++++++--------------------------------- 1 file changed, 12 insertions(+), 77 deletions(-) diff --git a/src/app/plastics/page.tsx b/src/app/plastics/page.tsx index 7f6835d..6b47329 100644 --- a/src/app/plastics/page.tsx +++ b/src/app/plastics/page.tsx @@ -24,24 +24,13 @@ export default function LandingPage() { @@ -51,27 +40,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "p1", - title: "High Precision", - subtitle: "Injection Moulding", - category: "Service", - value: "Detailed plastic components.", - }, - { - id: "p2", - title: "Scalability", - subtitle: "Volume Production", - category: "Service", - value: "Mass production capabilities.", - }, - { - id: "p3", - title: "Quality", - subtitle: "Inspection", - category: "Service", - value: "Rigorous quality checks.", - }, + { id: "p1", title: "High Precision", subtitle: "Injection Moulding", category: "Service", value: "Detailed plastic components." }, + { id: "p2", title: "Scalability", subtitle: "Volume Production", category: "Service", value: "Mass production capabilities." }, + { id: "p3", title: "Quality", subtitle: "Inspection", category: "Service", value: "Rigorous quality checks." }, ]} title="Hoffen Plastics" description="Our plastic division specializes in advanced injection moulding services with high-precision output." @@ -86,20 +57,8 @@ export default function LandingPage() { title="Quality Management" description="Our plastic division adheres to strict ISO standards to ensure every component meets the highest quality requirements." features={[ - { - id: "q1", - title: "Testing", - subtitle: "Lab", - category: "Quality", - value: "Strict inspection.", - }, - { - id: "q2", - title: "Compliance", - subtitle: "Standard", - category: "Quality", - value: "Global safety.", - }, + { id: "q1", title: "Testing", subtitle: "Lab", category: "Quality", value: "Strict inspection." }, + { id: "q2", title: "Compliance", subtitle: "Standard", category: "Quality", value: "Global safety." }, ]} /> @@ -108,34 +67,10 @@ export default function LandingPage() {