Update src/app/page.tsx

This commit is contained in:
2026-02-12 13:15:19 +00:00
parent c46e9eecf5
commit c2e017ca15

View File

@@ -232,6 +232,7 @@ export default function SecurityPlatformPage() {
useInvertedBackground={true}
animationType="smooth"
showCard={true}
faqsAnimation="smooth"
/>
</div>
@@ -259,38 +260,40 @@ export default function SecurityPlatformPage() {
/>
</div>
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/close-up-shot-notebook-displaying-ai-machine-learning-algorithms_482257-122159.jpg"
imageAlt="Network security infrastructure"
columns={[
{
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Security", href: "https://example.com/security" },
{ label: "Roadmap", href: "https://example.com/roadmap" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "https://example.com/about" },
{ label: "Blog", href: "https://example.com/blog" },
{ label: "Careers", href: "https://example.com/careers" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Resources", items: [
{ label: "Documentation", href: "https://example.com/docs" },
{ label: "API Reference", href: "https://example.com/api" },
{ label: "Community", href: "https://example.com/community" },
{ label: "Support", href: "https://example.com/support" }
]
}
]}
logoText="SecureAutomate"
copyrightText="© 2025 SecureAutomate. All rights reserved."
/>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/close-up-shot-notebook-displaying-ai-machine-learning-algorithms_482257-122159.jpg"
imageAlt="Network security infrastructure"
columns={[
{
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Security", href: "https://example.com/security" },
{ label: "Roadmap", href: "https://example.com/roadmap" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "https://example.com/about" },
{ label: "Blog", href: "https://example.com/blog" },
{ label: "Careers", href: "https://example.com/careers" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Resources", items: [
{ label: "Documentation", href: "https://example.com/docs" },
{ label: "API Reference", href: "https://example.com/api" },
{ label: "Community", href: "https://example.com/community" },
{ label: "Support", href: "https://example.com/support" }
]
}
]}
logoText="SecureAutomate"
copyrightText="© 2025 SecureAutomate. All rights reserved."
/>
</div>
</ThemeProvider>
);
}