Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-02 17:19:36 +00:00

View File

@@ -34,37 +34,21 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Features", name: "Features", id: "#features"},
id: "#features",
},
{ {
name: "Platform", name: "Platform", id: "#platform"},
id: "#platform",
},
{ {
name: "Pricing", name: "Pricing", id: "#pricing"},
id: "#pricing",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="MeliuSafe" brandName="MeliuSafe"
/> />
@@ -76,13 +60,9 @@ export default function LandingPage() {
description="Continuous AI-powered structural monitoring detects settlement, strain, and stress before they become expensive problems. Submillimeter precision, 24/7 realtime alerts, 510 year battery life." description="Continuous AI-powered structural monitoring detects settlement, strain, and stress before they become expensive problems. Submillimeter precision, 24/7 realtime alerts, 510 year battery life."
buttons={[ buttons={[
{ {
text: "Request a Demo", text: "Request a Demo", href: "#contact"},
href: "#contact",
},
{ {
text: "See How It Works", text: "See How It Works", href: "#features"},
href: "#features",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/healthcare-experts-discuss-recovery-strategies-treatment-center_482257-95008.jpg" imageSrc="http://img.b2bpic.net/free-photo/healthcare-experts-discuss-recovery-strategies-treatment-center_482257-95008.jpg"
imageAlt="MeliuSafe AI-powered structural health monitoring dashboard" imageAlt="MeliuSafe AI-powered structural health monitoring dashboard"
@@ -109,37 +89,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
tag: "Real-Time Alerts", tag: "Real-Time Alerts", title: "Instant Anomaly Detection", subtitle: "24/7 Monitoring", description: "Receive immediate notifications on any detected structural anomalies, enabling rapid response and mitigation of potential risks.", imageSrc: "http://img.b2bpic.net/free-photo/lock-icon-front-side_187299-39511.jpg", imageAlt: "Real-time alerts icon"},
title: "Instant Anomaly Detection",
subtitle: "24/7 Monitoring",
description: "Receive immediate notifications on any detected structural anomalies, enabling rapid response and mitigation of potential risks.",
imageSrc: "http://img.b2bpic.net/free-photo/lock-icon-front-side_187299-39511.jpg",
imageAlt: "Real-time alerts icon",
},
{ {
tag: "Sub-Millimeter Precision", tag: "Sub-Millimeter Precision", title: "Unrivaled Accuracy", subtitle: "Micro-level Shifts", description: "Our advanced sensors detect the slightest structural movements and changes with sub-millimeter precision, far beyond human capability.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250207.jpg", imageAlt: "Sub-millimeter precision icon"},
title: "Unrivaled Accuracy",
subtitle: "Micro-level Shifts",
description: "Our advanced sensors detect the slightest structural movements and changes with sub-millimeter precision, far beyond human capability.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250207.jpg",
imageAlt: "Sub-millimeter precision icon",
},
{ {
tag: "Extended Battery Life", tag: "Extended Battery Life", title: "Long-Term Reliability", subtitle: "5-10 Years Power", description: "Benefit from low-maintenance sensors with an impressive 5-10 year battery life, ensuring continuous monitoring without frequent interventions.", imageSrc: "http://img.b2bpic.net/free-photo/3d-environment-project-scene_23-2148896010.jpg", imageAlt: "Long battery life icon"},
title: "Long-Term Reliability",
subtitle: "5-10 Years Power",
description: "Benefit from low-maintenance sensors with an impressive 5-10 year battery life, ensuring continuous monitoring without frequent interventions.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-environment-project-scene_23-2148896010.jpg",
imageAlt: "Long battery life icon",
},
{ {
tag: "Predictive Analytics", tag: "Predictive Analytics", title: "Future-Proof Your Assets", subtitle: "AI-Driven Insights", description: "Leverage AI-powered predictive models to forecast potential degradation and plan proactive maintenance, optimizing budgets and preventing failures.", imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-particles-network-communications-design_1048-15848.jpg", imageAlt: "Predictive analytics icon"},
title: "Future-Proof Your Assets",
subtitle: "AI-Driven Insights",
description: "Leverage AI-powered predictive models to forecast potential degradation and plan proactive maintenance, optimizing budgets and preventing failures.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-particles-network-communications-design_1048-15848.jpg",
imageAlt: "Predictive analytics icon",
},
]} ]}
title="Intelligent Monitoring for Critical Assets" title="Intelligent Monitoring for Critical Assets"
description="MeliuSafe offers a comprehensive suite of features designed for precision, reliability, and ease of integration across diverse infrastructure types." description="MeliuSafe offers a comprehensive suite of features designed for precision, reliability, and ease of integration across diverse infrastructure types."
@@ -154,20 +110,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "99.9%", description: "Detection Accuracy"},
value: "99.9%",
description: "Detection Accuracy",
},
{ {
id: "m2", id: "m2", value: "5-10 Years", description: "Sensor Battery Life"},
value: "5-10 Years",
description: "Sensor Battery Life",
},
{ {
id: "m3", id: "m3", value: "30%", description: "Maintenance Cost Reduction"},
value: "30%",
description: "Maintenance Cost Reduction",
},
]} ]}
title="Measurable Results, Unmatched Reliability" title="Measurable Results, Unmatched Reliability"
description="Our platform delivers tangible benefits, driving efficiency, reducing risks, and extending asset lifespans for our partners." description="Our platform delivers tangible benefits, driving efficiency, reducing risks, and extending asset lifespans for our partners."
@@ -182,47 +129,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Sensor Network Deployment", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/salina-turda-salt-mine-romania_1268-20549.jpg", imageAlt: "MeliuSafe sensor network deployment"},
name: "Sensor Network Deployment",
price: "Custom Quote",
imageSrc: "http://img.b2bpic.net/free-photo/salina-turda-salt-mine-romania_1268-20549.jpg",
imageAlt: "MeliuSafe sensor network deployment",
},
{ {
id: "p2", id: "p2", name: "AI Data Analytics Engine", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-smartwatch-hologram-presentation-wearable-gadget_53876-97061.jpg", imageAlt: "AI data analytics engine"},
name: "AI Data Analytics Engine",
price: "Custom Quote",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-smartwatch-hologram-presentation-wearable-gadget_53876-97061.jpg",
imageAlt: "AI data analytics engine",
},
{ {
id: "p3", id: "p3", name: "Real-time Dashboard & Alerts", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/back-shot-business-womens-with-medical-face-mask-working-together-management-presentation-using-tablet-computer-while-sitting-company-office-team-respecting-social-distance_482257-17559.jpg", imageAlt: "Real-time structural health dashboard"},
name: "Real-time Dashboard & Alerts",
price: "Custom Quote",
imageSrc: "http://img.b2bpic.net/free-photo/back-shot-business-womens-with-medical-face-mask-working-together-management-presentation-using-tablet-computer-while-sitting-company-office-team-respecting-social-distance_482257-17559.jpg",
imageAlt: "Real-time structural health dashboard",
},
{ {
id: "p4", id: "p4", name: "Historical Data & Reporting", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/male-administrator-using-chroma-key-display-digital-analysis_482257-126246.jpg", imageAlt: "Historical data reports"},
name: "Historical Data & Reporting",
price: "Custom Quote",
imageSrc: "http://img.b2bpic.net/free-photo/male-administrator-using-chroma-key-display-digital-analysis_482257-126246.jpg",
imageAlt: "Historical data reports",
},
{ {
id: "p5", id: "p5", name: "Predictive Maintenance Modules", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/modern-businessman-employs-virtual-reality-headset-digital-environment-focused-performance_482257-136139.jpg", imageAlt: "Predictive maintenance forecasting"},
name: "Predictive Maintenance Modules",
price: "Custom Quote",
imageSrc: "http://img.b2bpic.net/free-photo/modern-businessman-employs-virtual-reality-headset-digital-environment-focused-performance_482257-136139.jpg",
imageAlt: "Predictive maintenance forecasting",
},
{ {
id: "p6", id: "p6", name: "API Integration & Custom Solutions", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/data-center-technician-using-artificial-intelligence-tablet-close-up_482257-125938.jpg", imageAlt: "API integration"},
name: "API Integration & Custom Solutions",
price: "Custom Quote",
imageSrc: "http://img.b2bpic.net/free-photo/data-center-technician-using-artificial-intelligence-tablet-close-up_482257-125938.jpg",
imageAlt: "API integration",
},
]} ]}
title="Full-Spectrum Structural Intelligence" title="Full-Spectrum Structural Intelligence"
description="Explore the core components and capabilities of the MeliuSafe platform, tailored for diverse operational needs and integration levels." description="Explore the core components and capabilities of the MeliuSafe platform, tailored for diverse operational needs and integration levels."
@@ -233,68 +150,34 @@ export default function LandingPage() {
<PricingCardThree <PricingCardThree
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="none"
plans={[ plans={[
{ {
id: "plan-pilot", id: "plan-pilot", name: "Pilot Program", badge: "Start Smart", badgeIcon: Sparkles,
name: "Pilot Program", price: "Starting at $X,XXX/month", buttons: [
badge: "Start Smart",
badgeIcon: Sparkles,
price: "Starting at $X,XXX/month",
buttons: [
{ {
text: "Request Pilot Demo", text: "Request Pilot Demo", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"Limited Sensor Deployment", "Limited Sensor Deployment", "Basic AI Monitoring", "Standard Dashboard Access", "Initial Data Reports", "Dedicated Onboarding Support"],
"Basic AI Monitoring",
"Standard Dashboard Access",
"Initial Data Reports",
"Dedicated Onboarding Support",
],
}, },
{ {
id: "plan-enterprise", id: "plan-enterprise", name: "Enterprise Suite", badge: "Comprehensive", badgeIcon: Shield,
name: "Enterprise Suite", price: "Custom Pricing", buttons: [
badge: "Comprehensive",
badgeIcon: Shield,
price: "Custom Pricing",
buttons: [
{ {
text: "Consult an Expert", text: "Consult an Expert", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"Full-Scale Sensor Network", "Full-Scale Sensor Network", "Advanced AI Analytics Engine", "Real-time Dashboard & Alerts", "Historical & Predictive Reporting", "Priority Support & SLAs", "API Access & Integrations"],
"Advanced AI Analytics Engine",
"Real-time Dashboard & Alerts",
"Historical & Predictive Reporting",
"Priority Support & SLAs",
"API Access & Integrations",
],
}, },
{ {
id: "plan-custom", id: "plan-custom", name: "Custom Integration", badge: "Bespoke", badgeIcon: Zap,
name: "Custom Integration", price: "Contact for Quote", buttons: [
badge: "Bespoke",
badgeIcon: Zap,
price: "Contact for Quote",
buttons: [
{ {
text: "Build Your Solution", text: "Build Your Solution", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"Tailored Sensor Deployments", "Tailored Sensor Deployments", "Bespoke AI Model Development", "Deep System Integrations", "Advanced Custom Reporting", "24/7 Premium Support", "Dedicated Technical Account Manager"],
"Bespoke AI Model Development",
"Deep System Integrations",
"Advanced Custom Reporting",
"24/7 Premium Support",
"Dedicated Technical Account Manager",
],
}, },
]} ]}
title="Tailored Solutions for Your Infrastructure" title="Tailored Solutions for Your Infrastructure"
@@ -310,33 +193,20 @@ export default function LandingPage() {
author="Maria Rodriguez, City Engineer, Metropolis Department of Public Works" author="Maria Rodriguez, City Engineer, Metropolis Department of Public Works"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/close-up-interviewee-taking-notes_23-2149037866.jpg", src: "http://img.b2bpic.net/free-photo/close-up-interviewee-taking-notes_23-2149037866.jpg", alt: "Maria Rodriguez"},
alt: "Maria Rodriguez",
},
{ {
src: "http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211340.jpg", src: "http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211340.jpg", alt: "Michael Chen"},
alt: "Michael Chen",
},
{ {
src: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124275.jpg", src: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124275.jpg", alt: "Emily Rodriguez"},
alt: "Emily Rodriguez",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", alt: "David Kim"},
alt: "David Kim",
},
{ {
src: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850983.jpg", src: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850983.jpg", alt: "Sarah Johnson"},
alt: "Sarah Johnson",
},
{ {
src: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg", src: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg", alt: "Alex Lee"},
alt: "Alex Lee",
},
]} ]}
ratingAnimation="blur-reveal" ratingAnimation="blur-reveal"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
tag="Client Stories"
title="Trusted by Industry Leaders" title="Trusted by Industry Leaders"
/> />
</div> </div>
@@ -347,35 +217,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "How does MeliuSafe differ from traditional monitoring?", content: "MeliuSafe provides continuous, real-time, AI-powered insights with sub-millimeter precision, significantly surpassing the intermittent, manual, and often subjective assessments of traditional methods."},
title: "How does MeliuSafe differ from traditional monitoring?",
content: "MeliuSafe provides continuous, real-time, AI-powered insights with sub-millimeter precision, significantly surpassing the intermittent, manual, and often subjective assessments of traditional methods.",
},
{ {
id: "q2", id: "q2", title: "What types of infrastructure can MeliuSafe monitor?", content: "Our platform is versatile and can monitor a wide range of infrastructure including bridges, high-rise buildings, tunnels, dams, historical structures, and industrial facilities."},
title: "What types of infrastructure can MeliuSafe monitor?",
content: "Our platform is versatile and can monitor a wide range of infrastructure including bridges, high-rise buildings, tunnels, dams, historical structures, and industrial facilities.",
},
{ {
id: "q3", id: "q3", title: "What is the typical battery life of your sensors?", content: "MeliuSafe sensors are designed for longevity, typically offering an impressive 5 to 10 years of battery life, minimizing maintenance needs and operational disruptions."},
title: "What is the typical battery life of your sensors?",
content: "MeliuSafe sensors are designed for longevity, typically offering an impressive 5 to 10 years of battery life, minimizing maintenance needs and operational disruptions.",
},
{ {
id: "q4", id: "q4", title: "How long does installation and setup take?", content: "Installation time varies based on project scope, but our deeptech sensors are designed for efficient deployment. A typical setup can range from a few days to a few weeks, followed by a brief calibration period."},
title: "How long does installation and setup take?",
content: "Installation time varies based on project scope, but our deeptech sensors are designed for efficient deployment. A typical setup can range from a few days to a few weeks, followed by a brief calibration period.",
},
{ {
id: "q5", id: "q5", title: "What kind of data do we receive, and how is it accessed?", content: "You receive actionable insights, including settlement, strain, and stress data, accessible via our secure, real-time dashboard. Custom reports and API integrations are also available for deeper analysis."},
title: "What kind of data do we receive, and how is it accessed?",
content: "You receive actionable insights, including settlement, strain, and stress data, accessible via our secure, real-time dashboard. Custom reports and API integrations are also available for deeper analysis.",
},
{ {
id: "q6", id: "q6", title: "Do you offer ongoing support and maintenance?", content: "Yes, we provide comprehensive ongoing support, including technical assistance, platform updates, and sensor maintenance services, ensuring optimal performance and peace of mind."},
title: "Do you offer ongoing support and maintenance?",
content: "Yes, we provide comprehensive ongoing support, including technical assistance, platform updates, and sensor maintenance services, ensuring optimal performance and peace of mind.",
},
]} ]}
title="Common Questions, Clear Answers" title="Common Questions, Clear Answers"
description="Find quick answers to the most frequently asked questions about MeliuSafe, our technology, and how we can support your infrastructure goals." description="Find quick answers to the most frequently asked questions about MeliuSafe, our technology, and how we can support your infrastructure goals."
@@ -390,33 +242,19 @@ export default function LandingPage() {
description="Ready to explore a pilot program, request a demo, or discuss a custom solution? Our team is eager to connect and demonstrate how MeliuSafe can secure your infrastructure." description="Ready to explore a pilot program, request a demo, or discuss a custom solution? Our team is eager to connect and demonstrate how MeliuSafe can secure your infrastructure."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
{ {
name: "organization", name: "organization", type: "text", placeholder: "Organization Name", required: true,
type: "text",
placeholder: "Organization Name",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Phone Number (optional)"},
type: "tel",
placeholder: "Phone Number (optional)",
},
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "How can MeliuSafe help your infrastructure?", rows: 4,
placeholder: "How can MeliuSafe help your infrastructure?",
rows: 4,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/green-screen-device-smiling-colleagues-doing-brainstorming_482257-123555.jpg" imageSrc="http://img.b2bpic.net/free-photo/green-screen-device-smiling-colleagues-doing-brainstorming_482257-123555.jpg"
imageAlt="Professional meeting discussing structural blueprints and data" imageAlt="Professional meeting discussing structural blueprints and data"
@@ -429,13 +267,9 @@ export default function LandingPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="MeliuSafe" logoText="MeliuSafe"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>