Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 17:54:38 +00:00

View File

@@ -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"
}
]}
/>