Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-26 09:11:15 +00:00
2 changed files with 14 additions and 12 deletions

View File

@@ -75,7 +75,7 @@ export default function LandingPage() {
},
]}
layoutOrder="default"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-futuristic-sleek-ai-dashboard-displayi-1774516180330-c58b7e25.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-futuristic-sleek-ai-dashboard-displayi-1774516180330-c58b7e25.png"
imageAlt="AI dashboard showing early signal detection"
mediaAnimation="opacity"
/>
@@ -85,6 +85,8 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
animationType="blur-reveal"
names={[]}
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-minimalist-abstract-logo-representing--1774516181212-1f2ca694.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-stylized-contemporary-logo-for-a-globa-1774516181263-c8310387.png",
@@ -103,7 +105,7 @@ export default function LandingPage() {
<FeatureCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="two-columns-per-row"
gridVariant="two-items-per-row"
useInvertedBackground={false}
features={[
{
@@ -143,7 +145,7 @@ export default function LandingPage() {
id: "platform",
name: "The Platform",
price: "Custom",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-split-image-showing-a-dynamic-interact-1774516180813-77e552da.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-split-image-showing-a-dynamic-interact-1774516180813-77e552da.png",
imageAlt: "AI intelligence dashboard",
priceButtonProps: {
text: "Explore Platform",
@@ -154,7 +156,7 @@ export default function LandingPage() {
id: "api",
name: "API Programmatic Intelligence",
price: "Custom",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-split-image-showing-a-dynamic-interact-1774516180813-77e552da.png?_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-split-image-showing-a-dynamic-interact-1774516180813-77e552da.png",
imageAlt: "Abstract code for API integration",
priceButtonProps: {
text: "API & MCP Access",

View File

@@ -65,9 +65,9 @@ export default function LandingPage() {
imageAlt: "Abstract visualization of global data points",
},
items: [
"Real-time indexing",
"Multi-source synthesis",
"Customizable feeds",
{ text: "Real-time indexing" },
{ text: "Multi-source synthesis" },
{ text: "Customizable feeds" },
],
reverse: false,
},
@@ -76,13 +76,13 @@ export default function LandingPage() {
title: "Pattern Recognition Engine",
description: "Identify emerging trends and risks before they hit the headlines.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-futuristic-sleek-ai-dashboard-displayi-1774516180330-c58b7e25.png?_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-futuristic-sleek-ai-dashboard-displayi-1774516180330-c58b7e25.png",
imageAlt: "A futuristic, sleek AI dashboard",
},
items: [
"Predictive analytics",
"Anomaly detection",
"Sentiment analysis",
{ text: "Predictive analytics" },
{ text: "Anomaly detection" },
{ text: "Sentiment analysis" },
],
reverse: true,
},
@@ -95,7 +95,7 @@ export default function LandingPage() {
imageAlt: "A researcher analyzing complex data",
},
items: [
"Interactive dashboards",
{ text: "Interactive dashboards" },
],
},
]}