From 98ae51c55d67cc01ace3741668da9f59809f05b6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:52:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b50f1e6..4e74902 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> ); -} \ No newline at end of file +} -- 2.49.1