Merge version_2 into main #3

Open
bender wants to merge 1 commits from version_2 into main

View File

@@ -12,7 +12,7 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactCenter from '@/components/sections/contact/ContactCenter';
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() {
return (
@@ -286,7 +286,9 @@ export default function LandingPage() {
{ label: "Browse Agents", href: "#products" },
{ label: "Pricing", href: "#pricing" },
{ 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,29 +296,24 @@ export default function LandingPage() {
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
{ label: "Contact", href: "#contact" }
{ label: "Contact", href: "#contact" },
{ label: "Partners", href: "/partners" },
{ label: "Testimonials", href: "#testimonials" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Security", href: "/security" },
{ label: "Compliance", href: "/compliance" }
]
},
{
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" }
{ label: "Security Policy", href: "/security" },
{ label: "GDPR Compliance", href: "/gdpr" },
{ label: "SOC 2 Certified", href: "/soc2" }
]
}
]}
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>
</ThemeProvider>
);
}
}