Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-08 04:40:23 +00:00

View File

@@ -75,17 +75,17 @@ export default function LandingPage() {
carouselItems={[
{
id: "c1",
imageSrc: "http://img.b2bpic.net/free-photo/polygonal-blue-abstract-background-shapes-network-neural-connections-big-data-neural-concept_90220-514.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/polygonal-blue-abstract-background-shapes-network-neural-connections-big-data-neural-concept_90220-514.jpg?_wi=1",
imageAlt: "Dashboard",
},
{
id: "c2",
imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg?_wi=1",
imageAlt: "Networking",
},
{
id: "c3",
imageSrc: "http://img.b2bpic.net/free-photo/digital-connection-technology-social-media_53876-124327.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/digital-connection-technology-social-media_53876-124327.jpg?_wi=1",
imageAlt: "Chat UI",
},
{
@@ -167,7 +167,7 @@ export default function LandingPage() {
text: "Get Started",
href: "#",
},
imageSrc: "http://img.b2bpic.net/free-photo/polygonal-blue-abstract-background-shapes-network-neural-connections-big-data-neural-concept_90220-514.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/polygonal-blue-abstract-background-shapes-network-neural-connections-big-data-neural-concept_90220-514.jpg?_wi=2",
imageAlt: "modern AI interface dashboard",
},
{
@@ -185,7 +185,7 @@ export default function LandingPage() {
text: "Get Pro",
href: "#",
},
imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg?_wi=2",
imageAlt: "abstract AI network connection",
},
{
@@ -203,7 +203,7 @@ export default function LandingPage() {
text: "Contact Us",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/digital-connection-technology-social-media_53876-124327.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/digital-connection-technology-social-media_53876-124327.jpg?_wi=2",
imageAlt: "AI chatbot interface mobile",
},
]}