Merge version_1_1781708742613 into main #2

Merged
bender merged 1 commits from version_1_1781708742613 into main 2026-06-17 15:07:18 +00:00

View File

@@ -12,318 +12,154 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroSplitVerticalMarquee
tag="Advanced Solutions"
title="Novia Industries"
description="Leading the evolution of industrial technology with precision and robust engineering."
primaryButton={{
text: "Get Started",
href: "#contact",
}}
secondaryButton={{
text: "View Products",
href: "#products",
}}
leftItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-car-engine-components_482257-76512.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-researcher-working-with-magnifier_23-2148925543.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-industry-40-concept_23-2149408314.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bicycle-gears-floor_1170-2507.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/inside-view-pipe-tube-pipeline-construction_342744-362.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/clockwork_53876-32079.jpg",
},
]}
rightItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-programmer-data-center-using-ai-powered-tech-run-simulations_482257-126282.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-front-modern-architecture_181624-26783.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-connections-background-flowing-dots-with-shallow-depth-field_1048-11868.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tapes-instrument-table_23-2147743040.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-using-vr-gear-performance-testing_482257-125786.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/electrical-tools-multimeter_23-2147743050.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Advanced Solutions"
title="Novia Industries"
description="Leading the evolution of industrial technology with precision and robust engineering."
primaryButton={{
text: "Get Started", href: "#contact"}}
secondaryButton={{
text: "View Products", href: "#products"}}
leftItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-car-engine-components_482257-76512.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-researcher-working-with-magnifier_23-2148925543.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-industry-40-concept_23-2149408314.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bicycle-gears-floor_1170-2507.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/inside-view-pipe-tube-pipeline-construction_342744-362.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/clockwork_53876-32079.jpg" },
]}
rightItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-programmer-data-center-using-ai-powered-tech-run-simulations_482257-126282.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-front-modern-architecture_181624-26783.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-connections-background-flowing-dots-with-shallow-depth-field_1048-11868.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tapes-instrument-table_23-2147743040.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-using-vr-gear-performance-testing_482257-125786.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/electrical-tools-multimeter_23-2147743050.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutText
title="Decades of engineering excellence focused on efficiency, safety, and scalable industrial infrastructure for global enterprises."
/>
</SectionErrorBoundary>
</div>
title="Decades of engineering excellence focused on efficiency, safety, and scalable industrial infrastructure for global enterprises."
/>
</SectionErrorBoundary>
</div>
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesBento
tag="Our Capability"
title="Integrated Industrial Infrastructure"
description="Smart, robust tools designed for modern industrial requirements."
features={[
{
title: "Data Connectivity",
description: "Seamless integration of sensors with industrial IoT.",
bentoComponent: "info-card-marquee",
infoCards: [
{
icon: Wifi,
label: "Latency",
value: "2ms",
},
{
icon: Shield,
label: "Uptime",
value: "99.9%",
},
{
icon: Zap,
label: "Power",
value: "5kW",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105566.jpg",
imageAlt: "industrial data circuitry",
},
{
title: "Production Control",
description: "Precision management of manufacturing streams.",
bentoComponent: "media-stack",
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-car-engine-components_482257-76512.jpg?_wi=2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-industry-40-concept_23-2149408301.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728863.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-researcher-working-with-magnifier_23-2148925543.jpg?_wi=2",
imageAlt: "industrial data circuitry",
},
{
title: "Scalable Workflow",
description: "Process optimization across multi-plant facilities.",
bentoComponent: "checklist-timeline",
heading: "Optimization",
subheading: "Scale fast",
checklistItems: [
{
label: "Workflow Analysis",
detail: "Complete audits",
},
{
label: "Resource Allocation",
detail: "Dynamic scaling",
},
{
label: "Deployment",
detail: "Rapid rollout",
},
],
completedLabel: "Optimization Ready",
imageSrc: "http://img.b2bpic.net/free-photo/harvesters-combine-parts-plant-are-waiting-sales_146671-19060.jpg?_wi=1",
imageAlt: "industrial data circuitry",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Our Capability"
title="Integrated Industrial Infrastructure"
description="Smart, robust tools designed for modern industrial requirements."
features={[
{
title: "Data Connectivity", description: "Seamless integration of sensors with industrial IoT.", bentoComponent: "info-card-marquee", infoCards: [
{ icon: "Wifi", label: "Latency", value: "2ms" },
{ icon: "Shield", label: "Uptime", value: "99.9%" },
{ icon: "Zap", label: "Power", value: "5kW" },
]
},
{
title: "Production Control", description: "Precision management of manufacturing streams.", bentoComponent: "media-stack", mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-car-engine-components_482257-76512.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-industry-40-concept_23-2149408301.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728863.jpg" },
]
},
{
title: "Scalable Workflow", description: "Process optimization across multi-plant facilities.", bentoComponent: "checklist-timeline", heading: "Optimization", subheading: "Scale fast", checklistItems: [
{ label: "Workflow Analysis", detail: "Complete audits" },
{ label: "Resource Allocation", detail: "Dynamic scaling" },
{ label: "Deployment", detail: "Rapid rollout" },
],
completedLabel: "Optimization Ready"
},
]}
/>
</SectionErrorBoundary>
</div>
<div id="products" data-section="products">
<SectionErrorBoundary name="products">
<div id="products" data-section="products">
<SectionErrorBoundary name="products">
<FeaturesRevealCardsBento
tag="Industry Portfolio"
title="Industrial Precision Parts"
description="High-grade components built for heavy usage."
items={[
{
title: "Pump Assembly",
description: "High-pressure industrial liquid movement.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/harvesters-combine-parts-plant-are-waiting-sales_146671-19060.jpg?_wi=2",
},
{
title: "Digital Sensors",
description: "Precision diagnostic feedback.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-specialist-using-vr-visualize-solar-panel-designs_482257-119177.jpg",
},
{
title: "Hydraulic Unit",
description: "Power-driven mechanical actuation.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545651.jpg",
},
{
title: "Control Module",
description: "Integrated automation central.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-adjusts-breakers-control-cabinet-panel-setup_169016-71169.jpg",
},
{
title: "Pneumatic Valve",
description: "Air-flow precision management.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-detail-machinery_114579-2839.jpg",
},
{
title: "Robotic Arm",
description: "Automated handling precision.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333340.jpg",
},
{
title: "Cooling System",
description: "Thermodynamic management solutions.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333335.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Industry Portfolio"
title="Industrial Precision Parts"
description="High-grade components built for heavy usage."
items={[
{ title: "Pump Assembly", description: "High-pressure industrial liquid movement.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/harvesters-combine-parts-plant-are-waiting-sales_146671-19060.jpg" },
{ title: "Digital Sensors", description: "Precision diagnostic feedback.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-specialist-using-vr-visualize-solar-panel-designs_482257-119177.jpg" },
{ title: "Hydraulic Unit", description: "Power-driven mechanical actuation.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545651.jpg" },
{ title: "Control Module", description: "Integrated automation central.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-adjusts-breakers-control-cabinet-panel-setup_169016-71169.jpg" },
{ title: "Pneumatic Valve", description: "Air-flow precision management.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-detail-machinery_114579-2839.jpg" },
{ title: "Robotic Arm", description: "Automated handling precision.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333340.jpg" },
{ title: "Cooling System", description: "Thermodynamic management solutions.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333335.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsIconCards
tag="Performance"
title="Built for Results"
description="Measured success in global manufacturing deployments."
metrics={[
{
icon: Globe,
title: "Countries",
value: "45+",
},
{
icon: Building2,
title: "Facilities",
value: "800+",
},
{
icon: Award,
title: "Patents",
value: "120",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Performance"
title="Built for Results"
description="Measured success in global manufacturing deployments."
metrics={[
{ icon: "Globe", title: "Countries", value: "45+" },
{ icon: "Building2", title: "Facilities", value: "800+" },
{ icon: "Award", title: "Patents", value: "120" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialMarqueeOverlayCards
tag="Trusted by Leaders"
title="Client Feedback"
description="What industry leaders say about Novia."
testimonials={[
{
name: "Sarah Miller",
role: "VP Operations",
company: "Global Manufacturing",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg",
},
{
name: "David Chen",
role: "Chief Engineer",
company: "TechAuto Corp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-overalls-steel-factory-background_176420-5565.jpg",
},
{
name: "Elena Rodriguez",
role: "CTO",
company: "EnergiGroup",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dark-skin-gamer-developer-working-video-game-midnight-from-business-office-using-professional-laptop_482257-2428.jpg",
},
{
name: "Marcus Thorne",
role: "Operations Dir",
company: "HeavyInd",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-industry-expert-examines-production-data-solar-tech-facility_482257-126107.jpg",
},
{
name: "Lisa Wang",
role: "PMO",
company: "Global Logistics",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/manager-overseeing-smart-factory-giving-instructions-engineers_482257-126678.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Trusted by Leaders"
title="Client Feedback"
description="What industry leaders say about Novia."
testimonials={[
{ name: "Sarah Miller", role: "VP Operations", company: "Global Manufacturing", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg" },
{ name: "David Chen", role: "Chief Engineer", company: "TechAuto Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-overalls-steel-factory-background_176420-5565.jpg" },
{ name: "Elena Rodriguez", role: "CTO", company: "EnergiGroup", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dark-skin-gamer-developer-working-video-game-midnight-from-business-office-using-professional-laptop_482257-2428.jpg" },
{ name: "Marcus Thorne", role: "Operations Dir", company: "HeavyInd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-industry-expert-examines-production-data-solar-tech-facility_482257-126107.jpg" },
{ name: "Lisa Wang", role: "PMO", company: "Global Logistics", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/manager-overseeing-smart-factory-giving-instructions-engineers_482257-126678.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqSimple
tag="Support"
title="Common Questions"
description="Get answers about our processes and technology."
items={[
{
question: "Can Novia integrate with legacy systems?",
answer: "Yes, our modular interfaces are designed for seamless integration with legacy industrial hardware.",
},
{
question: "What is the typical deployment timeline?",
answer: "Deployment timelines are tailored to facility size, typically ranging from 4 to 12 weeks for full-scale integration.",
},
{
question: "Do you provide on-site technical training?",
answer: "Absolutely, our engineering team provides comprehensive hands-on training for all your operators and maintenance staff.",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Support"
title="Common Questions"
description="Get answers about our processes and technology."
items={[
{ question: "Can Novia integrate with legacy systems?", answer: "Yes, our modular interfaces are designed for seamless integration with legacy industrial hardware." },
{ question: "What is the typical deployment timeline?", answer: "Deployment timelines are tailored to facility size, typically ranging from 4 to 12 weeks for full-scale integration." },
{ question: "Do you provide on-site technical training?", answer: "Absolutely, our engineering team provides comprehensive hands-on training for all your operators and maintenance staff." },
]}
/>
</SectionErrorBoundary>
</div>
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Get Started"
text="Ready to transform your industrial workflow? Let's discuss your requirements."
primaryButton={{
text: "Contact Us",
href: "mailto:info@noviaindustries.com",
}}
secondaryButton={{
text: "Request Quote",
href: "#",
}}
/>
</SectionErrorBoundary>
</div>
tag="Get Started"
text="Ready to transform your industrial workflow? Let's discuss your requirements."
primaryButton={{ text: "Contact Us", href: "mailto:info@noviaindustries.com" }}
secondaryButton={{ text: "Request Quote", href: "#" }}
/>
</SectionErrorBoundary>
</div>
</>
);
}
}