Merge version_1 into main #1

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

View File

@@ -44,7 +44,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Get Started", href: "contact"}}
text: "Get Started", href: "contact"
}}
animateOnLoad={true}
/>
</div>
@@ -76,13 +77,16 @@ export default function LandingPage() {
stats: [
{
title: "Threats Blocked", values: [12487, 15632, 18945],
description: "This week"},
description: "This week"
},
{
title: "System Uptime", values: [99.98, 99.99, 99.97],
valueSuffix: "%", description: "Average performance"},
valueSuffix: "%", description: "Average performance"
},
{
title: "Active Clients", values: [456, 523, 687],
description: "Protected globally"},
description: "Protected globally"
},
],
chartTitle: "Security Events Timeline", chartData: [
{ value: 45 },
@@ -94,13 +98,16 @@ export default function LandingPage() {
listTitle: "Recent Security Actions", listItems: [
{
icon: AlertCircle,
title: "Intrusion Attempt Blocked", status: "Mitigated"},
title: "Intrusion Attempt Blocked", status: "Mitigated"
},
{
icon: CheckCircle,
title: "Compliance Audit Passed", status: "Verified"},
title: "Compliance Audit Passed", status: "Verified"
},
{
icon: Shield,
title: "Firewall Updated", status: "Complete"},
title: "Firewall Updated", status: "Complete"
},
],
}}
/>
@@ -111,19 +118,23 @@ export default function LandingPage() {
features={[
{
id: "ai-systems", label: "AI Systems & Agents", title: "Advanced AI Automation & Development", items: [
"Custom AI Agents Development", "Business Process Automation", "AI Monitoring & Decision Systems"],
"Custom AI Agents Development", "Business Process Automation", "AI Monitoring & Decision Systems"
],
},
{
id: "cybersecurity", label: "Cybersecurity", title: "Enterprise-Grade Protection", items: [
"Security Audits & WMPT", "Cloud & Infrastructure Security", "Incident Response & Hardening"],
"Security Audits & WMPT", "Cloud & Infrastructure Security", "Incident Response & Hardening"
],
},
{
id: "engineering", label: "IT & Engineering", title: "Robust Infrastructure & Development", items: [
"Secure Web & App Development", "Cloud Architecture & DevOps", "Server & System Engineering"],
"Secure Web & App Development", "Cloud Architecture & DevOps", "Server & System Engineering"
],
},
{
id: "consulting", label: "Strategy & Consulting", title: "Expert Advisory & Implementation", items: [
"AI & Security Consulting", "Startup Tech Architecture", "Custom Enterprise Solutions"],
"AI & Security Consulting", "Startup Tech Architecture", "Custom Enterprise Solutions"
],
},
]}
animationType="blur-reveal"
@@ -167,8 +178,9 @@ export default function LandingPage() {
tagIcon={Award}
textboxLayout="default"
useInvertedBackground={false}
names=[
"TechCorp Global", "SecureNet Systems", "CloudScale AI", "DataVault Inc", "InnovateX Labs", "CyberShield Pro", "AI Dynamics"]
names={[
"TechCorp Global", "SecureNet Systems", "CloudScale AI", "DataVault Inc", "InnovateX Labs", "CyberShield Pro", "AI Dynamics"
]}
speed={40}
showCard={true}
/>