From 47abc06d0730d6428ae8fe56f5b9f9caab5737b5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 17:27:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb0d798..2765df6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, ]} /> @@ -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} -- 2.49.1