From a0aaa85e6b432f3ea4af00d60c9f3f57e6d5d940 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 13:09:21 +0000 Subject: [PATCH 1/5] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c59c5a1..5b40d17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -230,9 +230,8 @@ export default function SecurityPlatformPage() { ]} textboxLayout="default" useInvertedBackground={true} - animationType="smooth" + animationType="slide-up" showCard={true} - faqsAnimation="smooth" /> -- 2.49.1 From 6a0cb87a2cf9554b3ab1361d12a456377e3946b5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 13:12:25 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: { -- 2.49.1 From 835dc5edf4a307f94a0721f241992157a0bae042 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 13:12:26 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b40d17..ac4dbd2 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,7 +230,7 @@ export default function SecurityPlatformPage() { ]} textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" + animationType="smooth" showCard={true} /> -- 2.49.1 From 7876eafe7c4bd7d86674842d67492c71bf1fc004 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 13:15:14 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 67 +++++++++++++++++++++++++----------------------- 1 file changed, 35 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac4dbd2..31f0e12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -232,6 +232,7 @@ export default function SecurityPlatformPage() { useInvertedBackground={true} animationType="smooth" showCard={true} + faqsAnimation="smooth" /> @@ -259,38 +260,40 @@ export default function SecurityPlatformPage() { /> - + ); } \ No newline at end of file -- 2.49.1 From c01bd0e6a103e2995d01b8f85b6c5c5f78a18a07 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 13:18:02 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 31f0e12..296fa0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -230,9 +230,8 @@ export default function SecurityPlatformPage() { ]} textboxLayout="default" useInvertedBackground={true} - animationType="smooth" + animationType="slide-up" showCard={true} - faqsAnimation="smooth" /> -- 2.49.1