Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 90e949fcb3 | |||
| 1c8267e880 | |||
| 8ad03a8044 |
@@ -12,7 +12,7 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Award, CheckCircle, Lightbulb, Mail, Package, Quote, Star, TrendingUp, Zap } from 'lucide-react';
|
import { Award, CheckCircle, Lightbulb, Mail, Package, Quote, Star, TrendingUp, Zap, Shield, Users, Lock } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -286,7 +286,9 @@ export default function LandingPage() {
|
|||||||
{ label: "Browse Agents", href: "#products" },
|
{ label: "Browse Agents", href: "#products" },
|
||||||
{ label: "Pricing", href: "#pricing" },
|
{ label: "Pricing", href: "#pricing" },
|
||||||
{ label: "Documentation", href: "https://docs.agenthub.com" },
|
{ label: "Documentation", href: "https://docs.agenthub.com" },
|
||||||
{ label: "API Reference", href: "https://api.agenthub.com" }
|
{ label: "API Reference", href: "https://api.agenthub.com" },
|
||||||
|
{ label: "Security Compliance", href: "https://security.agenthub.com" },
|
||||||
|
{ label: "Status Page", href: "https://status.agenthub.com" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -294,27 +296,22 @@ export default function LandingPage() {
|
|||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Blog", href: "/blog" },
|
{ label: "Blog", href: "/blog" },
|
||||||
{ label: "Careers", href: "/careers" },
|
{ label: "Careers", href: "/careers" },
|
||||||
{ label: "Contact", href: "#contact" }
|
{ label: "Contact", href: "#contact" },
|
||||||
|
{ label: "Partners", href: "/partners" },
|
||||||
|
{ label: "Testimonials", href: "#testimonials" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal", items: [
|
title: "Legal", items: [
|
||||||
{ label: "Privacy Policy", href: "/privacy" },
|
{ label: "Privacy Policy", href: "/privacy" },
|
||||||
{ label: "Terms of Service", href: "/terms" },
|
{ label: "Terms of Service", href: "/terms" },
|
||||||
{ label: "Security", href: "/security" },
|
{ label: "Security Policy", href: "/security" },
|
||||||
{ label: "Compliance", href: "/compliance" }
|
{ label: "GDPR Compliance", href: "/gdpr" },
|
||||||
]
|
{ label: "SOC 2 Certified", href: "/soc2" }
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Resources", items: [
|
|
||||||
{ label: "Developer Community", href: "https://community.agenthub.com" },
|
|
||||||
{ label: "Status Page", href: "https://status.agenthub.com" },
|
|
||||||
{ label: "Support", href: "mailto:support@agenthub.com" },
|
|
||||||
{ label: "Partner Program", href: "#contact" }
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 AgentHub. All rights reserved. Powering AI automation worldwide."
|
copyrightText="© 2025 AgentHub. All rights reserved. SOC 2 Type II Certified • GDPR Compliant • Enterprise Security."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user