diff --git a/src/app/page.tsx b/src/app/page.tsx
index 217e98f..5141799 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,64 +41,27 @@ export default function LandingPage() {
@@ -121,31 +72,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- icon: Zap,
- title: "Real-time Verification",
- description: "Instant analysis of URLs to determine bias, misinformation, and risk levels.",
- },
- {
- icon: AlertTriangle,
- title: "Scam Detection",
- description: "Identify fraudulent job listings and phishing attempts before you interact.",
- },
- {
- icon: Activity,
- title: "Deepfake Warnings",
- description: "AI-powered detection for manipulated media and synthetic content risks.",
- },
- {
- icon: Search,
- title: "Source Tracing",
- description: "Verify original publication dates and credibility of news outlets.",
- },
- {
- icon: Globe,
- title: "Global Coverage",
- description: "Monitoring multilingual content streams across the internet.",
- },
+ { icon: Zap, title: "Real-time Verification", description: "Instant analysis of URLs to determine bias, misinformation, and risk levels." },
+ { icon: AlertTriangle, title: "Scam Detection", description: "Identify fraudulent job listings and phishing attempts before you interact." },
+ { icon: Activity, title: "Deepfake Warnings", description: "AI-powered detection for manipulated media and synthetic content risks." },
+ { icon: Search, title: "Source Tracing", description: "Verify original publication dates and credibility of news outlets." },
+ { icon: Globe, title: "Global Coverage", description: "Monitoring multilingual content streams across the internet." },
]}
title="Advanced Trust Engine"
description="Our core analysis engine evaluates the credibility of digital content in seconds."
@@ -156,29 +87,12 @@ export default function LandingPage() {