From c1027ba2f89fe11a4d831784905a4ed43bf7430b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:54:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29f38ef..570854b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,13 +102,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Deep Technology", description: "AI, machine learning, advanced computing, and foundational technologies redefining industries.", tag: "Category", imageSrc: "http://img.b2bpic.net/free-photo/software-developer-data-center-using-artificial-intelligence_482257-112605.jpg", imageAlt: "Deep technology landscape" + id: "1", title: "Deep Technology", description: "AI, machine learning, advanced computing, and foundational technologies redefining industries.", tag: "Category", imageSrc: "http://img.b2bpic.net/free-photo/software-developer-data-center-using-artificial-intelligence_482257-112605.jpg?_wi=1", imageAlt: "Deep technology landscape" }, { - id: "2", title: "B2B SaaS", description: "Enterprise platforms enabling businesses to operate more intelligently and efficiently.", tag: "Category", imageSrc: "http://img.b2bpic.net/free-photo/software-developer-data-center-using-artificial-intelligence_482257-112605.jpg", imageAlt: "Enterprise software" + id: "2", title: "B2B SaaS", description: "Enterprise platforms enabling businesses to operate more intelligently and efficiently.", tag: "Category", imageSrc: "http://img.b2bpic.net/free-photo/software-developer-data-center-using-artificial-intelligence_482257-112605.jpg?_wi=2", imageAlt: "Enterprise software" }, { - id: "3", title: "Emerging Technologies", description: "New technology frontiers where innovation is creating entirely new market categories.", tag: "Category", imageSrc: "http://img.b2bpic.net/free-photo/software-developer-data-center-using-artificial-intelligence_482257-112605.jpg", imageAlt: "Emerging tech frontiers" + id: "3", title: "Emerging Technologies", description: "New technology frontiers where innovation is creating entirely new market categories.", tag: "Category", imageSrc: "http://img.b2bpic.net/free-photo/software-developer-data-center-using-artificial-intelligence_482257-112605.jpg?_wi=3", imageAlt: "Emerging tech frontiers" } ]} animationType="blur-reveal" @@ -144,13 +144,13 @@ export default function LandingPage() { animationType="scale-rotate" products={[ { - id: "1", name: "AI-Driven Analytics", price: "Enterprise Software", imageSrc: "http://img.b2bpic.net/free-photo/software-developer-data-center-using-artificial-intelligence_482257-112605.jpg", imageAlt: "AI analytics platform" + id: "1", name: "AI-Driven Analytics", price: "Enterprise Software", imageSrc: "http://img.b2bpic.net/free-photo/software-developer-data-center-using-artificial-intelligence_482257-112605.jpg?_wi=4", imageAlt: "AI analytics platform" }, { - id: "2", name: "Fintech Infrastructure", price: "Payments & Banking", imageSrc: "http://img.b2bpic.net/free-photo/software-developer-data-center-using-artificial-intelligence_482257-112605.jpg", imageAlt: "Fintech platform" + id: "2", name: "Fintech Infrastructure", price: "Payments & Banking", imageSrc: "http://img.b2bpic.net/free-photo/software-developer-data-center-using-artificial-intelligence_482257-112605.jpg?_wi=5", imageAlt: "Fintech platform" }, { - id: "3", name: "Deep Tech Innovation", price: "Advanced Computing", imageSrc: "http://img.b2bpic.net/free-photo/software-developer-data-center-using-artificial-intelligence_482257-112605.jpg", imageAlt: "Deep tech company" + id: "3", name: "Deep Tech Innovation", price: "Advanced Computing", imageSrc: "http://img.b2bpic.net/free-photo/software-developer-data-center-using-artificial-intelligence_482257-112605.jpg?_wi=6", imageAlt: "Deep tech company" } ]} /> -- 2.49.1