Merge version_1 into main #1
207
src/app/page.tsx
207
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="PrecisionMolds"
|
||||
/>
|
||||
@@ -59,38 +49,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Precision Die Molds & VMC Job Works"
|
||||
description="Expert machining solutions for industrial manufacturers. From prototype to production—custom molds and precision components delivered on time."
|
||||
tag="Trusted Engineering Partner"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request a Quote", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-metal-drill-machine-metalworking-workshop_342744-520.jpg",
|
||||
imageAlt: "VMC Machining",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-metal-drill-machine-metalworking-workshop_342744-520.jpg", imageAlt: "VMC Machining"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-machine-mechanisms-processing-metal-product-photo-with-depth-field_645730-129.jpg",
|
||||
imageAlt: "Precision Mold",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/augmented-reality-engineer-examining-holographic-machine_23-2152006121.jpg",
|
||||
imageAlt: "Augmented reality engineer examining a holographic machine",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-detail-machinery_114579-2839.jpg",
|
||||
imageAlt: "Stainless steel detail for machinery",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-441.jpg",
|
||||
imageAlt: "Architectural blueprints",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-machine-mechanisms-processing-metal-product-photo-with-depth-field_645730-129.jpg", imageAlt: "Precision Mold"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -105,26 +76,11 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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"},
|
||||
]}
|
||||
title="Why Choose Our Engineering"
|
||||
description="Precision and reliability backed by high standards."
|
||||
@@ -138,20 +94,11 @@ export default function LandingPage() {
|
||||
description="Modern vertical machining solutions tailored for high-tolerance industrial requirements."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "vmc1",
|
||||
title: "Precision CNC Milling",
|
||||
content: "Our high-speed vertical machining centers ensure fast cycle times without sacrificing accuracy.",
|
||||
},
|
||||
id: "vmc1", title: "Precision CNC Milling", content: "Our high-speed vertical machining centers ensure fast cycle times without sacrificing accuracy."},
|
||||
{
|
||||
id: "vmc2",
|
||||
title: "Custom Tooling",
|
||||
content: "We manufacture bespoke tooling designed to optimize your production efficiency.",
|
||||
},
|
||||
id: "vmc2", title: "Custom Tooling", content: "We manufacture bespoke tooling designed to optimize your production efficiency."},
|
||||
{
|
||||
id: "vmc3",
|
||||
title: "Material Expertise",
|
||||
content: "Specializing in hardened steel, aluminum alloys, and performance polymers.",
|
||||
},
|
||||
id: "vmc3", title: "Material Expertise", content: "Specializing in hardened steel, aluminum alloys, and performance polymers."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gear-metal-wheels-isolated-white-background_93675-135572.jpg"
|
||||
imageAlt="VMC Machine Shop"
|
||||
@@ -167,41 +114,17 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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: "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"},
|
||||
]}
|
||||
title="Die Mold Production"
|
||||
description="Specialized mold designs for high-volume manufacturing."
|
||||
@@ -213,20 +136,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What materials do you machine?",
|
||||
content: "We handle hardened steel, stainless steel, aluminum, brass, and industrial plastics.",
|
||||
},
|
||||
id: "q1", title: "What materials do you machine?", content: "We handle hardened steel, stainless steel, aluminum, brass, and industrial plastics."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How long is your turnaround?",
|
||||
content: "Prototypes typically ship within 5-7 business days; production runs depend on volume.",
|
||||
},
|
||||
id: "q2", title: "How long is your turnaround?", content: "Prototypes typically ship within 5-7 business days; production runs depend on volume."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you provide CAD support?",
|
||||
content: "Yes, our engineering team can review your drawings and provide DFM feedback.",
|
||||
},
|
||||
id: "q3", title: "Do you provide CAD support?", content: "Yes, our engineering team can review your drawings and provide DFM feedback."},
|
||||
]}
|
||||
sideTitle="Manufacturing Process"
|
||||
sideDescription="Common questions about our subcontracting and job work services."
|
||||
@@ -241,40 +155,15 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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"},
|
||||
]}
|
||||
title="Client Success"
|
||||
description="Reliable manufacturing partner for OEMs."
|
||||
@@ -286,14 +175,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"AutoTech",
|
||||
"SteelCorp",
|
||||
"PrecisionParts",
|
||||
"GearMaster",
|
||||
"MoldTech",
|
||||
"ComponentFlow",
|
||||
"IndustrialParts",
|
||||
]}
|
||||
"AutoTech", "SteelCorp", "PrecisionParts", "GearMaster", "MoldTech", "ComponentFlow", "IndustrialParts"]}
|
||||
title="Trusted Industrial Partners"
|
||||
description="Supplying top-tier automotive and manufacturing brands."
|
||||
/>
|
||||
@@ -303,14 +185,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
text="Ready to discuss your next precision manufacturing project? Contact us for a quote."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:info@precisionmolds.com",
|
||||
},
|
||||
text: "Contact Us Now", href: "mailto:info@precisionmolds.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -320,29 +199,19 @@ export default function LandingPage() {
|
||||
logoText="PrecisionMolds"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user