Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-21 10:36:07 +00:00

View File

@@ -8,7 +8,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import FooterBase from '@/components/sections/footer/FooterBase';
import { AlertCircle, AlertTriangle, BarChart3, Brain, CheckCircle, FileText, HelpCircle, History, Layers, Lock, Scan, Shield, Sparkles, Trending, TrendingUp, Zap } from 'lucide-react';
import { AlertCircle, AlertTriangle, BarChart3, Brain, CheckCircle, FileText, HelpCircle, History, Layers, Lock, Scan, Shield, Sparkles, TrendingUp, Zap } from 'lucide-react';
export default function LandingPage() {
return (
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroCentered
title="TruthShield"
description="AI Authenticity Scanner - Advanced Media Verification Engine"
background="radial-gradient"
background={{ variant: "radial-gradient" }}
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFeKkVIvowmoEGrHkWOeXDC1Tf/a-sleek-modern-mobile-interface-showing--1774089302866-4a2193d2.png", alt: "TruthShield Upload Interface"
@@ -95,7 +95,7 @@ export default function LandingPage() {
description="Real-time statistics from your media authenticity scans"
tag="Live Metrics"
tagIcon={BarChart3}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="scale-rotate"
@@ -120,16 +120,16 @@ export default function LandingPage() {
animationType="blur-reveal"
blogs={[
{
id: "scan-1", category: "Authentic", title: "family_photo_2024.jpg", excerpt: "Real Media - No AI artifacts detected. Confidence: High", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFeKkVIvowmoEGrHkWOeXDC1Tf/a-mobile-list-view-of-recent-analysis-hi-1774089303566-e6721854.png?_wi=1", imageAlt: "Authentic media verified", authorName: "TruthShield AI", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFeKkVIvowmoEGrHkWOeXDC1Tf/a-modern-analysis-results-screen-with-a--1774089303254-65172ba8.png", date: "2 hours ago"
id: "scan-1", category: "Authentic", title: "family_photo_2024.jpg", excerpt: "Real Media - No AI artifacts detected. Confidence: High", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFeKkVIvowmoEGrHkWOeXDC1Tf/a-mobile-list-view-of-recent-analysis-hi-1774089303566-e6721854.png", imageAlt: "Authentic media verified", authorName: "TruthShield AI", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFeKkVIvowmoEGrHkWOeXDC1Tf/a-modern-analysis-results-screen-with-a--1774089303254-65172ba8.png", date: "2 hours ago"
},
{
id: "scan-2", category: "AI Generated", title: "suspicious_video.mp4", excerpt: "Synthetic Media - GAN patterns detected. Confidence: High", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFeKkVIvowmoEGrHkWOeXDC1Tf/a-mobile-list-view-of-recent-analysis-hi-1774089303566-e6721854.png?_wi=2", imageAlt: "AI-generated media detected", authorName: "TruthShield AI", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFeKkVIvowmoEGrHkWOeXDC1Tf/a-modern-analysis-results-screen-with-a--1774089303254-65172ba8.png", date: "5 hours ago"
id: "scan-2", category: "AI Generated", title: "suspicious_video.mp4", excerpt: "Synthetic Media - GAN patterns detected. Confidence: High", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFeKkVIvowmoEGrHkWOeXDC1Tf/a-mobile-list-view-of-recent-analysis-hi-1774089303566-e6721854.png", imageAlt: "AI-generated media detected", authorName: "TruthShield AI", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFeKkVIvowmoEGrHkWOeXDC1Tf/a-modern-analysis-results-screen-with-a--1774089303254-65172ba8.png", date: "5 hours ago"
},
{
id: "scan-3", category: "Uncertain", title: "edited_image.png", excerpt: "Uncertain Result - Mixed signals detected. Confidence: Medium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFeKkVIvowmoEGrHkWOeXDC1Tf/a-mobile-list-view-of-recent-analysis-hi-1774089303566-e6721854.png?_wi=3", imageAlt: "Uncertain media verification", authorName: "TruthShield AI", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFeKkVIvowmoEGrHkWOeXDC1Tf/a-modern-analysis-results-screen-with-a--1774089303254-65172ba8.png", date: "1 day ago"
id: "scan-3", category: "Uncertain", title: "edited_image.png", excerpt: "Uncertain Result - Mixed signals detected. Confidence: Medium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFeKkVIvowmoEGrHkWOeXDC1Tf/a-mobile-list-view-of-recent-analysis-hi-1774089303566-e6721854.png", imageAlt: "Uncertain media verification", authorName: "TruthShield AI", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFeKkVIvowmoEGrHkWOeXDC1Tf/a-modern-analysis-results-screen-with-a--1774089303254-65172ba8.png", date: "1 day ago"
},
{
id: "scan-4", category: "Authentic", title: "professional_screenshot.png", excerpt: "Real Media - Authentic capture detected. Confidence: High", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFeKkVIvowmoEGrHkWOeXDC1Tf/a-mobile-list-view-of-recent-analysis-hi-1774089303566-e6721854.png?_wi=4", imageAlt: "Authentic screenshot verified", authorName: "TruthShield AI", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFeKkVIvowmoEGrHkWOeXDC1Tf/a-modern-analysis-results-screen-with-a--1774089303254-65172ba8.png", date: "3 days ago"
id: "scan-4", category: "Authentic", title: "professional_screenshot.png", excerpt: "Real Media - Authentic capture detected. Confidence: High", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFeKkVIvowmoEGrHkWOeXDC1Tf/a-mobile-list-view-of-recent-analysis-hi-1774089303566-e6721854.png", imageAlt: "Authentic screenshot verified", authorName: "TruthShield AI", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFeKkVIvowmoEGrHkWOeXDC1Tf/a-modern-analysis-results-screen-with-a--1774089303254-65172ba8.png", date: "3 days ago"
}
]}
/>
@@ -141,7 +141,7 @@ export default function LandingPage() {
description="Enterprise-grade AI authenticity verification with advanced cybersecurity protocols"
tag="Advanced Technology"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="blur-reveal"