Update src/app/page.tsx
This commit is contained in:
@@ -76,15 +76,15 @@ export default function LandingPage() {
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Redefining Industrial Potential"
|
||||
description="At Semi Robotics, we blend advanced engineering with human-centric design to create adaptive robotics for complex tasks. Our team is dedicated to pushing the boundaries of automation."
|
||||
title="Redefining Daily Care Through Robotics"
|
||||
description="At Semi Robotics, we are dedicated to enhancing quality of life for the elderly. We specialize in producing sophisticated semi-automated robotic assistants designed specifically to support daily needs, including precision-assisted feeding."
|
||||
bulletPoints={[
|
||||
{ title: "Precision Control", description: "High-accuracy actuator systems for delicate assembly." },
|
||||
{ title: "Modular Architecture", description: "Easily scale your production with modular robotic units." },
|
||||
{ title: "Advanced AI Integration", description: "Smart, adaptive learning algorithms for continuous improvement." },
|
||||
{ title: "Assisted Feeding Systems", description: "High-accuracy robotic arms designed for gentle and safe meal assistance." },
|
||||
{ title: "Human-Centric Design", description: "Built to prioritize patient comfort, dignity, and independence." },
|
||||
{ title: "Safety and Ease", description: "Intuitive controls and robust safety protocols for seamless operation." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2314.jpg"
|
||||
imageAlt="Robotic precision handling"
|
||||
imageAlt="Robotic assistance technology"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -96,15 +96,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Cobot-X1", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/engineer-cooperation-two-asian-male-female-technician-maintenance-inspect-relay-robot-system-with-tablet-laptop-control-quality-operate-process-work-heavy-industry-40-manufacturing-factory_609648-106.jpg" },
|
||||
{ id: "p2", name: "SenseArray-Pro", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174373.jpg" },
|
||||
{ id: "p3", name: "Control-Core Alpha", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-technician-calibrating-assembly-lines-robotic-arms-pc_482257-125215.jpg" },
|
||||
{ id: "p4", name: "Gripper-Precise", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/wheel-bicycle-mountain-bike-gear-derailleur_1232-3840.jpg" },
|
||||
{ id: "p5", name: "BasePlatform-Modular", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/3d-robot-arms-grunge-metallic-surface_1048-10845.jpg" },
|
||||
{ id: "p6", name: "Palletizer-HD", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/modern-automated-assembly-line-cars-latest-technological-neutral-technologies-production-cars-plant-assembly-shop-modern-cars_645730-531.jpg" },
|
||||
{ id: "p1", name: "CareFeed Pro", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/engineer-cooperation-two-asian-male-female-technician-maintenance-inspect-relay-robot-system-with-tablet-laptop-control-quality-operate-process-work-heavy-industry-40-manufacturing-factory_609648-106.jpg" },
|
||||
{ id: "p2", name: "AssistArm Modular", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174373.jpg" },
|
||||
{ id: "p3", name: "Independence Base", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-technician-calibrating-assembly-lines-robotic-arms-pc_482257-125215.jpg" },
|
||||
]}
|
||||
title="Our Robotic Solutions"
|
||||
description="Discover our catalog of specialized robotics designed to enhance your industrial performance."
|
||||
title="Our Specialized Solutions"
|
||||
description="Explore our line of robotics engineered for compassionate care and daily living assistance."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -114,24 +111,24 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Industry 4.0 Ready", description: "Seamless integration with existing IoT workflows.", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545636.jpg" },
|
||||
{ title: "Scalable Ecosystem", description: "Grow your fleet as your demands increase.", imageSrc: "http://img.b2bpic.net/free-photo/specialist-uses-device-inspect-solar-plant-machinery-closeup_482257-120431.jpg" },
|
||||
{ title: "Safety Protocols", description: "Built-in fail-safes for secure human-machine interaction.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-industry-40-concept_23-2149408314.jpg" },
|
||||
{ title: "Compassionate Automation", description: "Technology built for personalized care and support.", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545636.jpg" },
|
||||
{ title: "Caregiver Support", description: "Augmenting the capacity of caregivers with reliable, automated tools.", imageSrc: "http://img.b2bpic.net/free-photo/specialist-uses-device-inspect-solar-plant-machinery-closeup_482257-120431.jpg" },
|
||||
{ title: "Safety First", description: "Multi-layered safety protocols ensuring every interaction is gentle and secure.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-industry-40-concept_23-2149408314.jpg" },
|
||||
]}
|
||||
title="Why Semi Robotics?"
|
||||
description="Technical excellence and reliable performance for your manufacturing ecosystem."
|
||||
title="Why Our Robotics?"
|
||||
description="Bridging the gap between modern technology and elderly care with precision and empathy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={true}
|
||||
title="Global Impact"
|
||||
tag="Trusted Metrics"
|
||||
title="Driving Impact"
|
||||
tag="Our Progress"
|
||||
metrics={[
|
||||
{ id: "m1", value: "150+", description: "Units deployed globally" },
|
||||
{ id: "m2", value: "99.8%", description: "Uptime reliability" },
|
||||
{ id: "m3", value: "40%", description: "Production efficiency gain" },
|
||||
{ id: "m1", value: "1000+", description: "Care sessions supported" },
|
||||
{ id: "m2", value: "99.9%", description: "Safety success rate" },
|
||||
{ id: "m3", value: "24/7", description: "Continuous support readiness" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -143,26 +140,23 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Mark Roberts", role: "Lead Engineer", testimonial: "The precision of their robotic arms is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/teens-doing-experiments-robotics-laboratory-boy-protective-glasses-touching-robot_1268-23720.jpg" },
|
||||
{ id: "t2", name: "Elena Martinez", role: "Operations Manager", testimonial: "Production efficiency skyrocketed since deployment.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-tablet_23-2149214242.jpg" },
|
||||
{ id: "t3", name: "Sam Chen", role: "CTO", testimonial: "A truly modern solution for scaling our factory.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-man-using-smartphone-pub_1262-3485.jpg" },
|
||||
{ id: "t4", name: "Sarah Jenkins", role: "Plant Director", testimonial: "Reliability and support are world-class.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg" },
|
||||
{ id: "t5", name: "David Thorne", role: "Engineering Director", testimonial: "The best industrial robotics partner we've worked with.", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346619.jpg" },
|
||||
{ id: "t1", name: "Dr. Aris Thorne", role: "Geriatric Specialist", testimonial: "The precision of these feeding robots has significantly improved patient independence.", imageSrc: "http://img.b2bpic.net/free-photo/teens-doing-experiments-robotics-laboratory-boy-protective-glasses-touching-robot_1268-23720.jpg" },
|
||||
{ id: "t2", name: "Elena Martinez", role: "Care Facility Director", testimonial: "Our staff and residents are equally impressed with the reliability of this technology.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-tablet_23-2149214242.jpg" },
|
||||
]}
|
||||
title="Trusted by Leaders"
|
||||
description="See why top engineering firms choose Semi Robotics."
|
||||
title="Empowering Lives"
|
||||
description="Hear how Semi Robotics is transforming daily care experiences."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Let's Engineer Tomorrow"
|
||||
description="Ready to automate? Reach out to our team for custom consultations."
|
||||
title="Partner with Us"
|
||||
description="Learn more about implementing our assistive technologies in your care facilities."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email" },
|
||||
{ name: "company", type: "text", placeholder: "Company" },
|
||||
{ name: "facility", type: "text", placeholder: "Facility Name" },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Your message here..." }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-engineer-conducts-simulations-solar-panel-designs_482257-117843.jpg"
|
||||
@@ -174,12 +168,12 @@ export default function LandingPage() {
|
||||
logoText="Semi Robotics"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Products", items: [{ label: "Industrial Arms", href: "#products" }, { label: "Sensors", href: "#products" }] },
|
||||
{ title: "Resources", items: [{ label: "Documentation", href: "#" }, { label: "Safety", href: "#" }] },
|
||||
{ title: "Products", items: [{ label: "Assisted Living", href: "#products" }, { label: "Feeding Tech", href: "#products" }] },
|
||||
{ title: "Resources", items: [{ label: "Research", href: "#" }, { label: "Safety", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user