From 12c6dca75a449dfb374f91b2da5cd84b837d2bba Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:12:23 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 161 +++++++++++++---------------------------------- 1 file changed, 42 insertions(+), 119 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b185a1b..1280e3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,32 +23,28 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Robotic Systems", href: "/projects" }, { label: "Solutions", href: "/about" }, { label: "Innovations", href: "/achievements" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "#" }, { label: "Careers", href: "#" }, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "Blog", href: "#" }, { label: "Support", href: "/contact" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact", href: "mailto:contact@robonova.io" }, @@ -95,46 +91,26 @@ export default function HomePage() { tag="Innovation" features={[ { - id: "1", - title: "Robotic Arm Automation", - description: - "Advanced precision robotic arm system designed for industrial automation, manufacturing, and complex assembly tasks. Features multi-axis articulation, real-time sensor feedback, and AI-powered motion planning.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/advanced-robotic-arm-performing-precisio-1772618995753-3cffd11f.png?_wi=1", - imageAlt: "Advanced robotic arm system", - }, + id: "1", title: "Robotic Arm Automation", description: + "Advanced precision robotic arm system designed for industrial automation, manufacturing, and complex assembly tasks. Features multi-axis articulation, real-time sensor feedback, and AI-powered motion planning.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/advanced-robotic-arm-performing-precisio-1772618995753-3cffd11f.png", imageAlt: "Advanced robotic arm system"}, { - id: "2", - title: "Humanoid Assistant", - description: - "Intelligent humanoid robot with natural language processing and computer vision. Designed for human-robot collaboration in service, hospitality, and research environments.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/humanoid-robot-with-intelligent-features-1772618995937-6a06d6e5.png?_wi=1", - imageAlt: "Humanoid assistant robot", - }, + id: "2", title: "Humanoid Assistant", description: + "Intelligent humanoid robot with natural language processing and computer vision. Designed for human-robot collaboration in service, hospitality, and research environments.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/humanoid-robot-with-intelligent-features-1772618995937-6a06d6e5.png", imageAlt: "Humanoid assistant robot"}, { - id: "3", - title: "Autonomous Drone", - description: - "Autonomous inspection and surveillance drone with advanced computer vision and AI navigation. Perfect for infrastructure monitoring, aerial surveys, and environmental data collection.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/autonomous-drone-performing-advanced-ins-1772618995128-aa428cca.png?_wi=1", - imageAlt: "Autonomous inspection drone", - }, + id: "3", title: "Autonomous Drone", description: + "Autonomous inspection and surveillance drone with advanced computer vision and AI navigation. Perfect for infrastructure monitoring, aerial surveys, and environmental data collection.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/autonomous-drone-performing-advanced-ins-1772618995128-aa428cca.png", imageAlt: "Autonomous inspection drone"}, { - id: "4", - title: "Industrial System", - description: - "Integrated industrial robotic system combining multiple robotic units with centralized control. Optimized for high-precision manufacturing, quality control, and scalable production workflows.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/industrial-robotic-system-with-multiple--1772618995667-3739aed3.png", - imageAlt: "Industrial robotic system", - }, + id: "4", title: "Industrial System", description: + "Integrated industrial robotic system combining multiple robotic units with centralized control. Optimized for high-precision manufacturing, quality control, and scalable production workflows.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/industrial-robotic-system-with-multiple--1772618995667-3739aed3.png", imageAlt: "Industrial robotic system"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} /> @@ -158,49 +134,21 @@ export default function HomePage() { description="See what partners and clients say about RoboNova's innovative robotics solutions" testimonials={[ { - id: "1", - title: "Revolutionary Automation Platform", - quote: - "RoboNova's robotics solutions transformed our manufacturing process. The precision and reliability are unmatched in the industry.", - name: "Sarah Chen", - role: "Director of Operations", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/professional-headshot-of-a-tech-industry-1772618995208-68b9bcd4.png?_wi=1", - imageAlt: "Sarah Chen", - }, + id: "1", title: "Revolutionary Automation Platform", quote: + "RoboNova's robotics solutions transformed our manufacturing process. The precision and reliability are unmatched in the industry.", name: "Sarah Chen", role: "Director of Operations", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/professional-headshot-of-a-tech-industry-1772618995208-68b9bcd4.png", imageAlt: "Sarah Chen"}, { - id: "2", - title: "Innovation at Its Finest", - quote: - "The humanoid robot integration exceeded our expectations. It's intuitive, reliable, and truly intelligent.", - name: "Michael Rodriguez", - role: "Chief Technology Officer", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/professional-headshot-of-a-tech-innovato-1772618994983-67493660.png?_wi=1", - imageAlt: "Michael Rodriguez", - }, + id: "2", title: "Innovation at Its Finest", quote: + "The humanoid robot integration exceeded our expectations. It's intuitive, reliable, and truly intelligent.", name: "Michael Rodriguez", role: "Chief Technology Officer", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/professional-headshot-of-a-tech-innovato-1772618994983-67493660.png", imageAlt: "Michael Rodriguez"}, { - id: "3", - title: "Game-Changing Technology", - quote: - "RoboNova's autonomous drone system has revolutionized our inspection workflows. Efficiency increased by 300%.", - name: "Emily Watson", - role: "VP of Engineering", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/professional-headshot-of-an-industry-lea-1772618995561-bee60aa5.png?_wi=1", - imageAlt: "Emily Watson", - }, + id: "3", title: "Game-Changing Technology", quote: + "RoboNova's autonomous drone system has revolutionized our inspection workflows. Efficiency increased by 300%.", name: "Emily Watson", role: "VP of Engineering", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/professional-headshot-of-an-industry-lea-1772618995561-bee60aa5.png", imageAlt: "Emily Watson"}, { - id: "4", - title: "Best Robotics Partner", - quote: - "Working with RoboNova has been instrumental in our digital transformation. Their expertise and support are exceptional.", - name: "David Park", - role: "President", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/professional-business-portrait-clean-and-1772618995438-53933b2f.png", - imageAlt: "David Park", - }, + id: "4", title: "Best Robotics Partner", quote: + "Working with RoboNova has been instrumental in our digital transformation. Their expertise and support are exceptional.", name: "David Park", role: "President", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/professional-business-portrait-clean-and-1772618995438-53933b2f.png", imageAlt: "David Park"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -212,14 +160,7 @@ export default function HomePage() { title="Partnered with Industry Leaders" description="RoboNova collaborates with the world's most innovative technology companies" names={[ - "TechCorp Industries", - "AutoMation Systems", - "FutureInnovations", - "RoboTech Global", - "AI Solutions Ltd", - "Advanced Manufacturing", - "SmartRobotics Co", - ]} + "TechCorp Industries", "AutoMation Systems", "FutureInnovations", "RoboTech Global", "AI Solutions Ltd", "Advanced Manufacturing", "SmartRobotics Co"]} textboxLayout="default" useInvertedBackground={true} speed={40} @@ -233,41 +174,23 @@ export default function HomePage() { description="Get answers to common questions about RoboNova's robotics solutions and services" faqs={[ { - id: "1", - title: "What types of robots does RoboNova develop?", - content: - "RoboNova specializes in developing advanced robotics systems including robotic arms for industrial automation, humanoid robots for service applications, autonomous drones for inspection, and integrated industrial systems for manufacturing.", - }, + id: "1", title: "What types of robots does RoboNova develop?", content: + "RoboNova specializes in developing advanced robotics systems including robotic arms for industrial automation, humanoid robots for service applications, autonomous drones for inspection, and integrated industrial systems for manufacturing."}, { - id: "2", - title: "How can I integrate RoboNova robots into my business?", - content: - "Our team provides comprehensive integration services including system design, installation, training, and ongoing support. We work closely with clients to customize solutions that fit their specific operational needs.", - }, + id: "2", title: "How can I integrate RoboNova robots into my business?", content: + "Our team provides comprehensive integration services including system design, installation, training, and ongoing support. We work closely with clients to customize solutions that fit their specific operational needs."}, { - id: "3", - title: "What is the typical project timeline?", - content: - "Project timelines vary based on complexity and customization requirements. Simple integrations typically take 4-8 weeks, while complex industrial systems may take 3-6 months. We provide detailed timelines during the consultation phase.", - }, + id: "3", title: "What is the typical project timeline?", content: + "Project timelines vary based on complexity and customization requirements. Simple integrations typically take 4-8 weeks, while complex industrial systems may take 3-6 months. We provide detailed timelines during the consultation phase."}, { - id: "4", - title: "Do you offer ongoing maintenance and support?", - content: - "Yes, we provide comprehensive maintenance packages including preventive maintenance, technical support, software updates, and emergency response services to ensure optimal system performance.", - }, + id: "4", title: "Do you offer ongoing maintenance and support?", content: + "Yes, we provide comprehensive maintenance packages including preventive maintenance, technical support, software updates, and emergency response services to ensure optimal system performance."}, { - id: "5", - title: "What industries does RoboNova serve?", - content: - "We serve manufacturing, logistics, healthcare, hospitality, research institutions, and infrastructure industries. Our solutions are customizable for various sector-specific requirements.", - }, + id: "5", title: "What industries does RoboNova serve?", content: + "We serve manufacturing, logistics, healthcare, hospitality, research institutions, and infrastructure industries. Our solutions are customizable for various sector-specific requirements."}, { - id: "6", - title: "Are RoboNova robots compatible with existing systems?", - content: - "Our robots are designed with flexible integration capabilities. We can integrate with existing manufacturing systems, ERP software, and IoT platforms through our API and standard communication protocols.", - }, + id: "6", title: "Are RoboNova robots compatible with existing systems?", content: + "Our robots are designed with flexible integration capabilities. We can integrate with existing manufacturing systems, ERP software, and IoT platforms through our API and standard communication protocols."}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From f85e9408fbfef4933431277f27846ef09bf2831d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:12:23 +0000 Subject: [PATCH 2/2] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 47 ++++++++++++--------------------------- 1 file changed, 14 insertions(+), 33 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 1e256e6..96ab141 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -17,32 +17,28 @@ export default function ProjectsPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Robotic Systems", href: "/projects" }, { label: "Solutions", href: "/about" }, { label: "Innovations", href: "/achievements" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "#" }, { label: "Careers", href: "#" }, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "Blog", href: "#" }, { label: "Support", href: "/contact" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact", href: "mailto:contact@robonova.io" }, @@ -74,37 +70,22 @@ export default function ProjectsPage() { tag="Innovation" features={[ { - id: "1", - title: "Robotic Arm Automation", - description: - "Advanced precision robotic arm system designed for industrial automation, manufacturing, and complex assembly tasks. Features multi-axis articulation, real-time sensor feedback, and AI-powered motion planning. Perfect for high-precision tasks requiring consistent accuracy and reliability across diverse manufacturing environments.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/advanced-robotic-arm-performing-precisio-1772618995753-3cffd11f.png?_wi=2", - imageAlt: "Advanced robotic arm system", - }, + id: "1", title: "Robotic Arm Automation", description: + "Advanced precision robotic arm system designed for industrial automation, manufacturing, and complex assembly tasks. Features multi-axis articulation, real-time sensor feedback, and AI-powered motion planning. Perfect for high-precision tasks requiring consistent accuracy and reliability across diverse manufacturing environments.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/advanced-robotic-arm-performing-precisio-1772618995753-3cffd11f.png", imageAlt: "Advanced robotic arm system"}, { - id: "2", - title: "Humanoid Assistant", - description: - "Intelligent humanoid robot with natural language processing and computer vision. Designed for human-robot collaboration in service, hospitality, and research environments. Capable of understanding complex commands and performing nuanced physical tasks while maintaining safety in human-present environments.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/humanoid-robot-with-intelligent-features-1772618995937-6a06d6e5.png?_wi=2", - imageAlt: "Humanoid assistant robot", - }, + id: "2", title: "Humanoid Assistant", description: + "Intelligent humanoid robot with natural language processing and computer vision. Designed for human-robot collaboration in service, hospitality, and research environments. Capable of understanding complex commands and performing nuanced physical tasks while maintaining safety in human-present environments.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/humanoid-robot-with-intelligent-features-1772618995937-6a06d6e5.png", imageAlt: "Humanoid assistant robot"}, { - id: "3", - title: "Autonomous Drone", - description: - "Autonomous inspection and surveillance drone with advanced computer vision and AI navigation. Perfect for infrastructure monitoring, aerial surveys, and environmental data collection. Equipped with intelligent obstacle avoidance and real-time data transmission capabilities.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/autonomous-drone-performing-advanced-ins-1772618995128-aa428cca.png?_wi=2", - imageAlt: "Autonomous inspection drone", - }, + id: "3", title: "Autonomous Drone", description: + "Autonomous inspection and surveillance drone with advanced computer vision and AI navigation. Perfect for infrastructure monitoring, aerial surveys, and environmental data collection. Equipped with intelligent obstacle avoidance and real-time data transmission capabilities.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATaHRHqSm63zABUsy7pnIq1Zy3/autonomous-drone-performing-advanced-ins-1772618995128-aa428cca.png", imageAlt: "Autonomous inspection drone"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} /> -- 2.49.1