From 4cada0ea44e629e1d6e877b5b050d195a1961b6c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:48:15 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 64f1446..3532a2a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,15 +14,15 @@ const dmSans = DM_Sans({ }); export const metadata: Metadata = { - title: "Runtime File Antivirus Scanner | Real-Time Threat Detection", description: "ThreatShield: Advanced runtime antivirus scanning that detects threats as files execute. Enterprise-grade protection with 99.7% accuracy and sub-50ms response.", keywords: "antivirus, runtime scanning, malware detection, cybersecurity, endpoint protection, real-time threat detection", openGraph: { - title: "ThreatShield - Runtime Antivirus Scanner", description: "Detect threats in real-time as code executes. Advanced heuristic analysis protects your systems before damage occurs.", type: "website", siteName: "ThreatShield", images: [ + title: "VirusTotal Alternative | Runtime File Threat Detection", description: "Advanced runtime threat detection scanner for files and executables. Analyze malware in real-time with behavioral analysis, sandboxing, and instant threat identification.", keywords: "file scanner, malware analysis, threat detection, runtime scanning, file analyzer, executable analysis, virus detection, malware detection, endpoint security", openGraph: { + title: "Runtime File Threat Detection Scanner", description: "Scan files and detect threats in real-time with advanced behavioral analysis and threat intelligence.", type: "website", siteName: "FileThreatScan", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASa68rQ2xOUR4SjtZqFPYfC95l/a-modern-sleek-cybersecurity-dashboard-i-1772588505362-50975afa.png", alt: "A modern, sleek cybersecurity dashboard interface showing real-time threat detection and runtime fil" + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASa68rQ2xOUR4SjtZqFPYfC95l/a-modern-sleek-cybersecurity-dashboard-i-1772588505362-50975afa.png", alt: "Advanced file threat detection and malware analysis dashboard" } ] }, twitter: { - card: "summary_large_image", title: "ThreatShield - Real-Time Runtime Antivirus", description: "Enterprise-grade runtime threat detection and analysis. Catch sophisticated malware before it can execute.", images: [ + card: "summary_large_image", title: "Runtime File Threat Detection Scanner", description: "Analyze files for threats with advanced behavioral detection and threat intelligence.", images: [ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASa68rQ2xOUR4SjtZqFPYfC95l/a-modern-sleek-cybersecurity-dashboard-i-1772588505362-50975afa.png" ] }, -- 2.49.1 From 08f784ba170bb14994cbdcdee8fe9f3023db230f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:48:15 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 142 +++++++++++++++++++++++------------------------ 1 file changed, 71 insertions(+), 71 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ba32ab..3498027 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Award, CheckCircle, HelpCircle, Lock, Shield, Sparkles, TrendingUp, Zap } from 'lucide-react'; +import { Award, CheckCircle, HelpCircle, Lock, Zap, Sparkles, TrendingUp, AlertTriangle } from 'lucide-react'; export default function LandingPage() { return ( @@ -29,45 +29,45 @@ export default function LandingPage() { >
-
+
-- 2.49.1