Merge version_2 into main #4
@@ -99,15 +99,21 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Precision", title: "Millimeter-Perfect Accuracy", subtitle: "Advanced Positioning Systems", description: "Our robotic arms achieve sub-millimeter precision with advanced sensor arrays and real-time calibration. Perfect for assembly, welding, and micro-manufacturing tasks requiring exceptional accuracy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlniNn3HF171rDhIskXo2AKDJH/close-up-of-a-robotic-gripper-performing-1773176252440-349c974f.png", imageAlt: "Precision robotic gripper performing assembly"
|
||||
tag: "Precision", title: "Millimeter-Perfect Accuracy", subtitle: "Advanced Positioning Systems", description: "Our robotic arms achieve sub-millimeter precision with advanced sensor arrays and real-time calibration. Perfect for assembly, welding, and micro-manufacturing tasks requiring exceptional accuracy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlniNn3HF171rDhIskXo2AKDJH/close-up-of-a-robotic-gripper-performing-1773176252440-349c974f.png", imageAlt: "Precision robotic gripper performing assembly", buttons: [
|
||||
{ text: "See Precision in Action", href: "https://example.com/precision-demo" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Integration", title: "Seamless System Integration", subtitle: "Plug-and-Play Compatibility", description: "Integrate with existing manufacturing infrastructure instantly. Our systems work with legacy equipment and modern IoT platforms, enabling rapid deployment without production downtime.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlniNn3HF171rDhIskXo2AKDJH/robotic-arm-integrated-seamlessly-into-a-1773176252752-571e3a93.png", imageAlt: "Robotic system integrated into production line"
|
||||
tag: "Integration", title: "Seamless System Integration", subtitle: "Plug-and-Play Compatibility", description: "Integrate with existing manufacturing infrastructure instantly. Our systems work with legacy equipment and modern IoT platforms, enabling rapid deployment without production downtime.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlniNn3HF171rDhIskXo2AKDJH/robotic-arm-integrated-seamlessly-into-a-1773176252752-571e3a93.png", imageAlt: "Robotic system integrated into production line", buttons: [
|
||||
{ text: "View Integration Demo", href: "https://example.com/integration-demo" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Intelligence", title: "AI-Powered Autonomy", subtitle: "Machine Learning Optimization", description: "Machine learning algorithms continuously optimize performance, predict maintenance needs, and adapt to changing production demands. True autonomous operation with human oversight.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlniNn3HF171rDhIskXo2AKDJH/robot-powered-by-artificial-intelligence-1773176252813-a33a5624.png", imageAlt: "AI-powered robot with neural network visualization"
|
||||
tag: "Intelligence", title: "AI-Powered Autonomy", subtitle: "Machine Learning Optimization", description: "Machine learning algorithms continuously optimize performance, predict maintenance needs, and adapt to changing production demands. True autonomous operation with human oversight.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlniNn3HF171rDhIskXo2AKDJH/robot-powered-by-artificial-intelligence-1773176252813-a33a5624.png", imageAlt: "AI-powered robot with neural network visualization", buttons: [
|
||||
{ text: "Explore AI Capabilities", href: "https://example.com/ai-demo" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user