Merge version_1 into main #2

Open
bender wants to merge 5 commits from version_1 into main
2 changed files with 38 additions and 36 deletions

View File

@@ -16,7 +16,8 @@ export const metadata: Metadata = {
openGraph: {
title: "Automated Penetration Testing Platform", description: "Continuous security validation without manual overhead. Protect your infrastructure from emerging threats.", type: "website", siteName: "SecureAutomate", url: "https://secureautomate.com", images: [
{
url: "https://img.b2bpic.net/free-photo/employee-receiving-access-denied-notification-pc-display-data-center_482257-118043.jpg", alt: "SecureAutomate Platform"},
url: "https://img.b2bpic.net/free-photo/employee-receiving-access-denied-notification-pc-display-data-center_482257-118043.jpg", alt: "SecureAutomate Platform"
},
],
},
twitter: {

View File

@@ -81,7 +81,7 @@ export default function SecurityPlatformPage() {
imageSrc="https://img.b2bpic.net/free-photo/security-guard-using-walkie-talkie-handling-crowd-angry-aggressive-people-trying-break-into-shopping-mall-black-friday-crazy-anxious-shoppers-breaking-into-store-buy-things-sale_482257-67439.jpg"
imageAlt="Security team collaboration"
imagePosition="right"
mediaAnimation="slide-up"
mediaAnimation="opacity"
useInvertedBackground={true}
/>
</div>
@@ -230,9 +230,8 @@ export default function SecurityPlatformPage() {
]}
textboxLayout="default"
useInvertedBackground={true}
animationType="smooth"
animationType="slide-up"
showCard={true}
faqsAnimation="smooth"
/>
</div>
@@ -260,38 +259,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>
);
}