Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-04-12 22:30:20 +00:00
4 changed files with 80 additions and 466 deletions

View File

@@ -24,24 +24,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Plastics",
id: "/plastics",
},
{
name: "Moulds",
id: "/moulds",
},
{
name: "Die Casting",
id: "/die-casting",
},
{ name: "Home", id: "/" },
{ name: "Plastics", id: "/plastics" },
{ name: "Moulds", id: "/moulds" },
{ name: "Die Casting", id: "/die-casting" },
]}
brandName="Hoffen Group"
button={{ text: "Contact", href: "#contact" }}
/>
</div>
@@ -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." },
]}
/>
</div>
@@ -108,34 +67,10 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Contact",
href: "#contact",
},
],
title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "#contact" }],
},
{
title: "Divisions",
items: [
{
label: "Plastics",
href: "/plastics",
},
{
label: "Moulds",
href: "/moulds",
},
{
label: "Die Casting",
href: "/die-casting",
},
],
title: "Divisions", items: [{ label: "Plastics", href: "/plastics" }, { label: "Moulds", href: "/moulds" }, { label: "Die Casting", href: "/die-casting" }],
},
]}
logoText="Hoffen Group"

View File

@@ -24,24 +24,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Plastics",
id: "/plastics",
},
{
name: "Moulds",
id: "/moulds",
},
{
name: "Die Casting",
id: "/die-casting",
},
{ name: "Home", id: "/" },
{ name: "Plastics", id: "/plastics" },
{ name: "Moulds", id: "/moulds" },
{ name: "Die Casting", id: "/die-casting" },
]}
brandName="Hoffen Group"
button={{ text: "Contact", href: "#contact" }}
/>
</div>
@@ -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." },
]}
/>
</div>
@@ -108,34 +67,10 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Contact",
href: "#contact",
},
],
title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "#contact" }],
},
{
title: "Divisions",
items: [
{
label: "Plastics",
href: "/plastics",
},
{
label: "Moulds",
href: "/moulds",
},
{
label: "Die Casting",
href: "/die-casting",
},
],
title: "Divisions", items: [{ label: "Plastics", href: "/plastics" }, { label: "Moulds", href: "/moulds" }, { label: "Die Casting", href: "/die-casting" }],
},
]}
logoText="Hoffen Group"

View File

@@ -30,135 +30,51 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Plastics",
id: "/plastics",
},
{
name: "Moulds",
id: "/moulds",
},
{
name: "Die Casting",
id: "/die-casting",
},
{ name: "Home", id: "/" },
{ name: "Plastics", id: "/plastics" },
{ name: "Moulds", id: "/moulds" },
{ name: "Die Casting", id: "/die-casting" },
]}
brandName="Hoffen Group"
button={{ text: "Contact", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Engineering Precision. Manufacturing Excellence."
description="Hoffen Group stands at the forefront of industrial innovation, providing high-quality solutions across plastics, moulds, and die casting."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/factory-with-large-machine-middle_188544-26235.jpg",
imageAlt: "Industrial production line",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/production-electronic-components-high-tech-factory_1385-3206.jpg",
imageAlt: "Precision engineering",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-white-lab-suits-black-latex-gloves-working-with-some-modern-equipment-very-clean-room-panoramic-picture_645730-766.jpg",
imageAlt: "Factory floor",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/astronaut-using-tablet-check-space-station-analytics-after-completing-mission_482257-130475.jpg",
imageAlt: "Advanced manufacturing",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/head-laser-cutting-machine_1339-4597.jpg",
imageAlt: "Automated processes",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-beer-factory_23-2150573906.jpg",
imageAlt: "Quality control",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/factory-with-large-machine-middle_188544-26235.jpg", imageAlt: "Industrial production line" },
{ imageSrc: "http://img.b2bpic.net/free-photo/production-electronic-components-high-tech-factory_1385-3206.jpg", imageAlt: "Precision engineering" },
{ imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-white-lab-suits-black-latex-gloves-working-with-some-modern-equipment-very-clean-room-panoramic-picture_645730-766.jpg", imageAlt: "Factory floor" },
{ imageSrc: "http://img.b2bpic.net/free-photo/astronaut-using-tablet-check-space-station-analytics-after-completing-mission_482257-130475.jpg", imageAlt: "Advanced manufacturing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/head-laser-cutting-machine_1339-4597.jpg", imageAlt: "Automated processes" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-beer-factory_23-2150573906.jpg", imageAlt: "Quality control" },
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/engineering-team-working-smart-factory-collecting-analyzing-data_482257-126869.jpg",
imageAlt: "Engineering detail",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/robotic-arms-assembling-products-production-line_23-2152005500.jpg",
imageAlt: "Innovation lab",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/assembly-line-production-new-car-automated-welding-car-body-production-line-robotic-arm-car-production-line-is-working_645730-610.jpg",
imageAlt: "Advanced tooling",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/metallic-factory-machine_1112-248.jpg",
imageAlt: "Global reach",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/space-station-researchers-analyzing-mars-planetary-data-using-mockup-tablet_482257-126227.jpg",
imageAlt: "Sustainable production",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/production-electronic-components-high-tech-factory_1385-3207.jpg",
imageAlt: "Client success",
},
]}
buttons={[
{
text: "Explore Divisions",
href: "#divisions",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/engineering-team-working-smart-factory-collecting-analyzing-data_482257-126869.jpg", imageAlt: "Engineering detail" },
{ imageSrc: "http://img.b2bpic.net/free-photo/robotic-arms-assembling-products-production-line_23-2152005500.jpg", imageAlt: "Innovation lab" },
{ imageSrc: "http://img.b2bpic.net/free-photo/assembly-line-production-new-car-automated-welding-car-body-production-line-robotic-arm-car-production-line-is-working_645730-610.jpg", imageAlt: "Advanced tooling" },
{ imageSrc: "http://img.b2bpic.net/free-photo/metallic-factory-machine_1112-248.jpg", imageAlt: "Global reach" },
{ imageSrc: "http://img.b2bpic.net/free-photo/space-station-researchers-analyzing-mars-planetary-data-using-mockup-tablet_482257-126227.jpg", imageAlt: "Sustainable production" },
{ imageSrc: "http://img.b2bpic.net/free-photo/production-electronic-components-high-tech-factory_1385-3207.jpg", imageAlt: "Client success" },
]}
buttons={[{ text: "Explore Divisions", href: "#divisions" }]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg",
alt: "Senior businessman",
},
{
src: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg",
alt: "Happy successful businessman",
},
{
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg",
alt: "Cheerful attractive businesswoman",
},
{
src: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg",
alt: "Businessman smiling",
},
{
src: "http://img.b2bpic.net/free-photo/experienced-grey-haired-businessman-standing_74855-9871.jpg",
alt: "Experienced grey-haired businessman",
},
{ src: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg", alt: "Senior businessman" },
{ src: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg", alt: "Happy successful businessman" },
{ src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", alt: "Cheerful attractive businesswoman" },
{ src: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", alt: "Businessman smiling" },
{ src: "http://img.b2bpic.net/free-photo/experienced-grey-haired-businessman-standing_74855-9871.jpg", alt: "Experienced grey-haired businessman" },
]}
marqueeItems={[
{
type: "text",
text: "ISO 9001:2015 Certified",
},
{
type: "text",
text: "Global Supply Chain",
},
{
type: "text",
text: "Advanced Robotics",
},
{
type: "text",
text: "Precision Engineering",
},
{
type: "text",
text: "Sustainable Manufacturing",
},
{ type: "text", text: "ISO 9001:2015 Certified" },
{ type: "text", text: "Global Supply Chain" },
{ type: "text", text: "Advanced Robotics" },
{ type: "text", text: "Precision Engineering" },
{ type: "text", text: "Sustainable Manufacturing" },
]}
/>
</div>
@@ -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() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
text="Lets build something together."
buttons={[
{
text: "Contact Us",
href: "mailto:info@hoffen.in",
},
]}
buttons={[{ text: "Contact Us", href: "mailto:info@hoffen.in" }]}
/>
</div>
@@ -336,34 +169,10 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Contact",
href: "#contact",
},
],
title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "#contact" }],
},
{
title: "Divisions",
items: [
{
label: "Plastics",
href: "/plastics",
},
{
label: "Moulds",
href: "/moulds",
},
{
label: "Die Casting",
href: "/die-casting",
},
],
title: "Divisions", items: [{ label: "Plastics", href: "/plastics" }, { label: "Moulds", href: "/moulds" }, { label: "Die Casting", href: "/die-casting" }],
},
]}
logoText="Hoffen Group"

View File

@@ -24,24 +24,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Plastics",
id: "/plastics",
},
{
name: "Moulds",
id: "/moulds",
},
{
name: "Die Casting",
id: "/die-casting",
},
{ name: "Home", id: "/" },
{ name: "Plastics", id: "/plastics" },
{ name: "Moulds", id: "/moulds" },
{ name: "Die Casting", id: "/die-casting" },
]}
brandName="Hoffen Group"
button={{ text: "Contact", href: "#contact" }}
/>
</div>
@@ -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." },
]}
/>
</div>
@@ -108,34 +67,10 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Contact",
href: "#contact",
},
],
title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "#contact" }],
},
{
title: "Divisions",
items: [
{
label: "Plastics",
href: "/plastics",
},
{
label: "Moulds",
href: "/moulds",
},
{
label: "Die Casting",
href: "/die-casting",
},
],
title: "Divisions", items: [{ label: "Plastics", href: "/plastics" }, { label: "Moulds", href: "/moulds" }, { label: "Die Casting", href: "/die-casting" }],
},
]}
logoText="Hoffen Group"