diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8f0d4b7..8f0a1a5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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: { diff --git a/src/app/page.tsx b/src/app/page.tsx index c59c5a1..296fa0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -230,9 +230,8 @@ export default function SecurityPlatformPage() { ]} textboxLayout="default" useInvertedBackground={true} - animationType="smooth" + animationType="slide-up" showCard={true} - faqsAnimation="smooth" /> @@ -260,38 +259,40 @@ export default function SecurityPlatformPage() { /> - + ); } \ No newline at end of file