Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 002b1b156c | |||
| 8620e66800 | |||
| ebc94e24ed |
@@ -114,18 +114,30 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "ai-systems", label: "AI Systems & Agents", title: "Advanced AI Automation & Development", items: [
|
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"],
|
||||||
|
buttons: [
|
||||||
|
{ text: "Learn More", href: "#" }
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "cybersecurity", label: "Cybersecurity", title: "Enterprise-Grade Protection", items: [
|
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"],
|
||||||
|
buttons: [
|
||||||
|
{ text: "Learn More", href: "#" }
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "engineering", label: "IT & Engineering", title: "Robust Infrastructure & Development", items: [
|
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"],
|
||||||
|
buttons: [
|
||||||
|
{ text: "Learn More", href: "#" }
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "consulting", label: "Strategy & Consulting", title: "Expert Advisory & Implementation", items: [
|
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"],
|
||||||
|
buttons: [
|
||||||
|
{ text: "Learn More", href: "#" }
|
||||||
|
]
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
|
|||||||
Reference in New Issue
Block a user