Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/about-us/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const milestones = [
year: "2024",
title: "AI Engineering Focus",
description:
"Deepened investment in AI engineering, AI security, and MLOps. Now shipping AI systems that reach production.",
"Deepened investment in AI engineering and MLOps. Now shipping AI systems that reach production.",
},
{
year: "2025",
Expand Down
8 changes: 4 additions & 4 deletions app/ai-safety/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -685,10 +685,10 @@ export default function AISafetyPage() {
</svg>
</CalButton>
<Link
href="/services/ai-security"
href="/services/ai-engineering"
className="inline-flex items-center justify-center px-8 py-4 text-base font-semibold text-text-primary bg-surface-elevated border border-border rounded-lg hover:border-accent hover:text-accent-light transition-all duration-200"
>
View AI Security Services
View AI Engineering Services
</Link>
</motion.div>
</div>
Expand Down Expand Up @@ -1090,10 +1090,10 @@ export default function AISafetyPage() {
</svg>
</CalButton>
<Link
href="/services/ai-security"
href="/services/ai-engineering"
className="inline-flex items-center justify-center px-8 py-4 text-base font-semibold text-text-primary bg-surface-elevated border border-border rounded-xl hover:border-accent hover:text-accent-light transition-all duration-200"
>
View AI Security Services
View AI Engineering Services
</Link>
</div>

Expand Down
1 change: 0 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ export default function RootLayout({
knowsAbout: [
"Artificial Intelligence",
"Machine Learning",
"AI Security",
"LLM Applications",
"Software Engineering",
"Cloud Computing",
Expand Down
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ const faqSchema = {
},
{
"@type": "Question",
name: "How do you handle AI security and compliance?",
name: "How do you handle security and compliance?",
acceptedAnswer: {
"@type": "Answer",
text: "Security is built into every AI system we develop. Not bolted on later. We implement secure LLM architectures, prevent prompt injection, ensure data privacy, and meet compliance requirements (SOC 2, HIPAA, GDPR). Our AI security expertise comes from building production systems that enterprises trust.",
text: "Security is built into every system we develop. Not bolted on later. We implement secure architectures, ensure data privacy, and meet compliance requirements (SOC 2, HIPAA, GDPR). Our security practices come from building production systems that enterprises trust.",
},
},
],
Expand Down
Loading
Loading