Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-06 17:27:40 +00:00

View File

@@ -46,12 +46,12 @@ export default function LandingPage() {
{ text: "See Demo", href: "#features" },
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-dots-design_1048-14068.jpg", imageAlt: "Dashboard overview" },
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Platform homepage" },
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots-lines_1048-5910.jpg", imageAlt: "Tech connectivity" },
{ imageSrc: "http://img.b2bpic.net/free-photo/three-coworkers-looking-monitor_23-2149370564.jpg", imageAlt: "Expert team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884885.jpg", imageAlt: "Metrics dashboard" },
{ imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-thread-flat-lay_23-2148999165.jpg", imageAlt: "System flow" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-dots-design_1048-14068.jpg?_wi=1", imageAlt: "Dashboard overview" },
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=1", imageAlt: "Platform homepage" },
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots-lines_1048-5910.jpg?_wi=1", imageAlt: "Tech connectivity" },
{ imageSrc: "http://img.b2bpic.net/free-photo/three-coworkers-looking-monitor_23-2149370564.jpg?_wi=1", imageAlt: "Expert team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884885.jpg?_wi=1", imageAlt: "Metrics dashboard" },
{ imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-thread-flat-lay_23-2148999165.jpg?_wi=1", imageAlt: "System flow" },
]}
/>
</div>
@@ -63,16 +63,16 @@ export default function LandingPage() {
animationType="slide-up"
features={[
{
title: "Real-time Analytics", description: "Get instant insights into your workflow metrics with our advanced dashboard.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-dots-design_1048-14068.jpg", imageAlt: "modern saas dashboard design" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884885.jpg", imageAlt: "metrics dashboard illustration" }
title: "Real-time Analytics", description: "Get instant insights into your workflow metrics with our advanced dashboard.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-dots-design_1048-14068.jpg?_wi=2", imageAlt: "modern saas dashboard design" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884885.jpg?_wi=2", imageAlt: "metrics dashboard illustration" }
},
{
title: "Smart Automation", description: "Automate routine tasks using our AI engines to save time and increase productivity.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots-lines_1048-5910.jpg", imageAlt: "futuristic interface design" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-thread-flat-lay_23-2148999165.jpg", imageAlt: "network concept flat lay" }
title: "Smart Automation", description: "Automate routine tasks using our AI engines to save time and increase productivity.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots-lines_1048-5910.jpg?_wi=2", imageAlt: "futuristic interface design" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-thread-flat-lay_23-2148999165.jpg?_wi=2", imageAlt: "network concept flat lay" }
},
{
title: "Seamless Integration", description: "Connect effortlessly with your existing stack for a truly unified ecosystem.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "ux design illustration" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/three-coworkers-looking-monitor_23-2149370564.jpg", imageAlt: "expert team working" }
title: "Seamless Integration", description: "Connect effortlessly with your existing stack for a truly unified ecosystem.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=2", imageAlt: "ux design illustration" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/three-coworkers-looking-monitor_23-2149370564.jpg?_wi=2", imageAlt: "expert team working" }
},
]}
showStepNumbers={true}