Files
AFC-Demo/resources/views/welcome.blade.php
T

388 lines
24 KiB
PHP
Raw Normal View History

2025-10-16 14:22:46 +02:00
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
2025-10-16 16:44:19 +02:00
<title>TrustedAI - Advanced Anti-Financial Crime Solutions</title>
2025-10-16 14:22:46 +02:00
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.bunny.net">
2025-10-16 15:22:45 +02:00
<link href="https://fonts.bunny.net/css?family=inter:400,500,600,700" rel="stylesheet" />
2025-10-16 14:22:46 +02:00
2025-10-16 15:22:45 +02:00
@vite(['resources/css/app.css', 'resources/js/app.js'])
2025-10-16 14:22:46 +02:00
</head>
2025-10-16 15:22:45 +02:00
<body class="bg-slate-50 text-slate-900 antialiased">
<!-- Navigation -->
<nav class="bg-white shadow-sm border-b border-gray-200">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center h-16">
<!-- Logo -->
<div class="flex items-center">
<div class="flex-shrink-0">
<div class="flex items-center">
<div class="w-8 h-8 bg-gradient-to-r from-indigo-600 via-purple-600 to-cyan-500 rounded-xl flex items-center justify-center shadow-lg">
<svg class="w-5 h-5 text-white" fill="currentColor" viewBox="0 0 20 20">
<path d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"/>
</svg>
</div>
<span class="ml-2 text-xl font-bold text-slate-900">TrustedAI</span>
</div>
</div>
</div>
<!-- Desktop Navigation -->
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-8">
<a href="#solutions" class="text-slate-600 hover:text-indigo-600 px-3 py-2 text-sm font-medium transition-colors">Solutions</a>
<a href="#features" class="text-slate-600 hover:text-indigo-600 px-3 py-2 text-sm font-medium transition-colors">Features</a>
<a href="#industries" class="text-slate-600 hover:text-indigo-600 px-3 py-2 text-sm font-medium transition-colors">Industries</a>
<a href="#about" class="text-slate-600 hover:text-indigo-600 px-3 py-2 text-sm font-medium transition-colors">About</a>
<a href="#contact" class="text-slate-600 hover:text-indigo-600 px-3 py-2 text-sm font-medium transition-colors">Contact</a>
</div>
</div>
<!-- Auth Links -->
<div class="flex items-center space-x-4">
2025-10-16 14:22:46 +02:00
@if (Route::has('login'))
@auth
2025-10-16 15:22:45 +02:00
<a href="{{ url('/dashboard') }}" class="bg-gradient-to-r from-indigo-600 to-purple-600 hover:from-indigo-700 hover:to-purple-700 text-white px-4 py-2 rounded-lg text-sm font-medium transition-all duration-300 shadow-lg hover:shadow-xl">
2025-10-16 14:22:46 +02:00
Dashboard
</a>
@else
2025-10-16 15:22:45 +02:00
<a href="{{ route('login') }}" class="text-slate-600 hover:text-indigo-600 px-3 py-2 text-sm font-medium transition-colors">
2025-10-16 14:22:46 +02:00
Log in
2025-10-16 15:22:45 +02:00
</a>
@if (Route::has('register'))
<a href="{{ route('register') }}" class="bg-gradient-to-r from-indigo-600 to-purple-600 hover:from-indigo-700 hover:to-purple-700 text-white px-4 py-2 rounded-lg text-sm font-medium transition-all duration-300 shadow-lg hover:shadow-xl">
Get Started
2025-10-16 14:22:46 +02:00
</a>
@endif
@endauth
2025-10-16 15:22:45 +02:00
@endif
2025-10-16 14:22:46 +02:00
</div>
2025-10-16 15:22:45 +02:00
</div>
2025-10-16 14:22:46 +02:00
</div>
2025-10-16 15:22:45 +02:00
</nav>
2025-10-16 14:22:46 +02:00
2025-10-16 15:22:45 +02:00
<!-- Hero Section -->
<section class="gradient-bg hero-pattern">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20">
<div class="text-center">
<h1 class="text-4xl md:text-6xl font-bold text-slate-800 mb-6">
Advanced AI-Powered
<span class="block bg-gradient-to-r from-blue-600 via-indigo-600 to-emerald-600 bg-clip-text text-transparent">Anti-Financial Crime</span>
Solutions
</h1>
<p class="text-xl text-slate-700 mb-8 max-w-3xl mx-auto font-medium">
Protect your financial institution with cutting-edge AI technology that detects, prevents, and investigates financial crimes with unprecedented accuracy and speed.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="#demo" class="bg-gradient-to-r from-emerald-500 to-cyan-500 hover:from-emerald-600 hover:to-cyan-600 text-white px-8 py-3 rounded-xl text-lg font-semibold transition-all duration-300 shadow-lg hover:shadow-xl hover:scale-105">
Request Demo
</a>
<a href="#learn-more" class="bg-slate-200 hover:bg-slate-300 border border-slate-300 text-slate-700 px-8 py-3 rounded-xl text-lg font-semibold transition-all duration-300">
Learn More
</a>
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="bg-white py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8 text-center">
<div>
<div class="text-4xl font-bold stat-number mb-2">99.7%</div>
<div class="text-gray-600">Detection Accuracy</div>
</div>
<div>
<div class="text-4xl font-bold stat-number mb-2">50ms</div>
<div class="text-gray-600">Average Response Time</div>
</div>
<div>
<div class="text-4xl font-bold stat-number mb-2">500+</div>
<div class="text-gray-600">Financial Institutions</div>
</div>
<div>
<div class="text-4xl font-bold stat-number mb-2">$2.3B</div>
<div class="text-gray-600">Fraud Prevented</div>
</div>
</div>
</div>
</section>
<!-- AFC Features Section -->
<section id="features" class="py-20 bg-slate-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-slate-900 mb-4">
Comprehensive Anti-Financial Crime Suite
</h2>
<p class="text-xl text-slate-600 max-w-3xl mx-auto">
Our AI-powered platform provides end-to-end protection against money laundering, fraud, and other financial crimes.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Feature 1 -->
<div class="bg-white rounded-xl p-8 card-hover modern-shadow">
<div class="w-12 h-12 bg-gradient-to-r from-indigo-100 to-purple-100 rounded-xl flex items-center justify-center mb-6">
<svg class="w-6 h-6 text-indigo-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"/>
</svg>
</div>
<h3 class="text-xl font-semibold text-slate-900 mb-4">Real-Time Transaction Monitoring</h3>
<p class="text-slate-600">
Advanced machine learning algorithms analyze transactions in real-time to identify suspicious patterns and behaviors instantly.
</p>
</div>
<!-- Feature 2 -->
<div class="bg-white rounded-xl p-8 card-hover modern-shadow">
<div class="w-12 h-12 bg-gradient-to-r from-emerald-100 to-cyan-100 rounded-xl flex items-center justify-center mb-6">
<svg class="w-6 h-6 text-emerald-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/>
</svg>
</div>
<h3 class="text-xl font-semibold text-slate-900 mb-4">AI-Powered Risk Scoring</h3>
<p class="text-slate-600">
Sophisticated risk assessment models provide accurate scoring for customers, transactions, and entities based on multiple risk factors.
</p>
</div>
<!-- Feature 3 -->
<div class="bg-white rounded-xl p-8 card-hover modern-shadow">
<div class="w-12 h-12 bg-gradient-to-r from-purple-100 to-pink-100 rounded-xl flex items-center justify-center mb-6">
<svg class="w-6 h-6 text-purple-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"/>
</svg>
</div>
<h3 class="text-xl font-semibold text-slate-900 mb-4">Network Analysis</h3>
<p class="text-slate-600">
Uncover complex money laundering networks through advanced graph analytics and relationship mapping.
</p>
</div>
<!-- Feature 4 -->
<div class="bg-white rounded-xl p-8 card-hover modern-shadow">
<div class="w-12 h-12 bg-gradient-to-r from-red-100 to-orange-100 rounded-xl flex items-center justify-center mb-6">
<svg class="w-6 h-6 text-red-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4c-.77-.833-1.964-.833-2.732 0L3.732 16.5c-.77.833.192 2.5 1.732 2.5z"/>
</svg>
</div>
<h3 class="text-xl font-semibold text-slate-900 mb-4">Regulatory Compliance</h3>
<p class="text-slate-600">
Automated compliance reporting and regulatory updates ensure adherence to AML/KYC requirements across jurisdictions.
</p>
</div>
<!-- Feature 5 -->
<div class="bg-white rounded-xl p-8 card-hover modern-shadow">
<div class="w-12 h-12 bg-gradient-to-r from-yellow-100 to-amber-100 rounded-xl flex items-center justify-center mb-6">
<svg class="w-6 h-6 text-yellow-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v10a2 2 0 002 2h8a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/>
</svg>
</div>
<h3 class="text-xl font-semibold text-slate-900 mb-4">Case Management</h3>
<p class="text-slate-600">
Streamlined investigation workflows with automated case creation, assignment, and tracking capabilities.
</p>
</div>
<!-- Feature 6 -->
<div class="bg-white rounded-xl p-8 card-hover modern-shadow">
<div class="w-12 h-12 bg-gradient-to-r from-cyan-100 to-blue-100 rounded-xl flex items-center justify-center mb-6">
<svg class="w-6 h-6 text-cyan-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"/>
</svg>
</div>
<h3 class="text-xl font-semibold text-slate-900 mb-4">Continuous Learning</h3>
<p class="text-slate-600">
Self-improving AI models that adapt to new threats and patterns, ensuring your protection evolves with the landscape.
</p>
</div>
</div>
</div>
</section>
<!-- Industries Section -->
<section id="industries" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">
Trusted by Leading Financial Institutions
</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
Our solutions are deployed across various sectors, protecting billions in assets worldwide.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="text-center">
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-4">
<svg class="w-8 h-8 text-blue-600" fill="currentColor" viewBox="0 0 20 20">
<path d="M4 4a2 2 0 00-2 2v1h16V6a2 2 0 00-2-2H4zM18 9H2v5a2 2 0 002 2h12a2 2 0 002-2V9zM4 13a1 1 0 011-1h1a1 1 0 110 2H5a1 1 0 01-1-1zm5-1a1 1 0 100 2h1a1 1 0 100-2H9z"/>
</svg>
</div>
<h3 class="text-lg font-semibold text-gray-900 mb-2">Commercial Banks</h3>
<p class="text-gray-600">Comprehensive AML/KYC solutions for retail and corporate banking operations.</p>
</div>
<div class="text-center">
<div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mx-auto mb-4">
<svg class="w-8 h-8 text-green-600" fill="currentColor" viewBox="0 0 20 20">
<path d="M8.433 7.418c.155-.103.346-.196.567-.267v1.698a2.305 2.305 0 01-.567-.267C8.07 8.34 8 8.114 8 8c0-.114.07-.34.433-.582zM11 12.849v-1.698c.22.071.412.164.567.267.364.243.433.468.433.582 0 .114-.07.34-.433.582a2.305 2.305 0 01-.567.267z"/>
</svg>
</div>
<h3 class="text-lg font-semibold text-gray-900 mb-2">Investment Firms</h3>
<p class="text-gray-600">Advanced fraud detection for trading platforms and investment management.</p>
</div>
<div class="text-center">
<div class="w-16 h-16 bg-purple-100 rounded-full flex items-center justify-center mx-auto mb-4">
<svg class="w-8 h-8 text-purple-600" fill="currentColor" viewBox="0 0 20 20">
<path d="M4 3a2 2 0 100 4h12a2 2 0 100-4H4z"/>
</svg>
</div>
<h3 class="text-lg font-semibold text-gray-900 mb-2">Fintech Companies</h3>
<p class="text-gray-600">Scalable solutions for digital payment platforms and neobanks.</p>
</div>
<div class="text-center">
<div class="w-16 h-16 bg-orange-100 rounded-full flex items-center justify-center mx-auto mb-4">
<svg class="w-8 h-8 text-orange-600" fill="currentColor" viewBox="0 0 20 20">
<path d="M3 4a1 1 0 011-1h12a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1V4zM3 10a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H4a1 1 0 01-1-1v-6zM14 9a1 1 0 00-1 1v6a1 1 0 001 1h2a1 1 0 001-1v-6a1 1 0 00-1-1h-2z"/>
</svg>
</div>
<h3 class="text-lg font-semibold text-gray-900 mb-2">Insurance Companies</h3>
<p class="text-gray-600">Fraud prevention and risk assessment for insurance claims and policies.</p>
</div>
</div>
</div>
</section>
<!-- Trust Indicators -->
<section class="py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-2xl font-bold text-gray-900 mb-4">Certified & Compliant</h2>
<p class="text-gray-600">Our platform meets the highest security and compliance standards</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 items-center">
<div class="text-center">
<div class="w-16 h-16 bg-white rounded-lg flex items-center justify-center mx-auto mb-3 shadow-sm">
<span class="text-sm font-bold text-blue-600">SOC 2</span>
</div>
<p class="text-sm text-gray-600">SOC 2 Type II</p>
</div>
<div class="text-center">
<div class="w-16 h-16 bg-white rounded-lg flex items-center justify-center mx-auto mb-3 shadow-sm">
<span class="text-sm font-bold text-green-600">ISO</span>
</div>
<p class="text-sm text-gray-600">ISO 27001</p>
</div>
<div class="text-center">
<div class="w-16 h-16 bg-white rounded-lg flex items-center justify-center mx-auto mb-3 shadow-sm">
<span class="text-sm font-bold text-purple-600">PCI</span>
</div>
<p class="text-sm text-gray-600">PCI DSS</p>
</div>
<div class="text-center">
<div class="w-16 h-16 bg-white rounded-lg flex items-center justify-center mx-auto mb-3 shadow-sm">
<span class="text-sm font-bold text-orange-600">GDPR</span>
</div>
<p class="text-sm text-gray-600">GDPR Compliant</p>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section id="demo" class="gradient-bg py-20">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl md:text-4xl font-bold text-slate-800 mb-6">
Ready to Transform Your Financial Crime Prevention?
</h2>
<p class="text-xl text-slate-700 mb-8 font-medium">
Join hundreds of financial institutions already protecting their operations with TrustedAI.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="#contact" class="bg-gradient-to-r from-emerald-500 to-cyan-500 hover:from-emerald-600 hover:to-cyan-600 text-white px-8 py-3 rounded-xl text-lg font-semibold transition-all duration-300 shadow-lg hover:shadow-xl hover:scale-105">
Schedule Demo
</a>
<a href="#pricing" class="bg-slate-200 hover:bg-slate-300 border border-slate-300 text-slate-700 px-8 py-3 rounded-xl text-lg font-semibold transition-all duration-300">
View Pricing
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-slate-900 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<!-- Company Info -->
<div class="col-span-1 md:col-span-2">
<div class="flex items-center mb-4">
<div class="w-8 h-8 bg-gradient-to-r from-indigo-600 via-purple-600 to-cyan-500 rounded-xl flex items-center justify-center shadow-lg">
<svg class="w-5 h-5 text-white" fill="currentColor" viewBox="0 0 20 20">
<path d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"/>
</svg>
</div>
<span class="ml-2 text-xl font-bold">TrustedAI</span>
</div>
<p class="text-gray-400 mb-6 max-w-md">
Leading provider of AI-powered anti-financial crime solutions, protecting financial institutions worldwide with cutting-edge technology.
</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24">
<path d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"/>
</svg>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24">
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
</svg>
</a>
</div>
</div>
<!-- Solutions -->
<div>
<h3 class="text-lg font-semibold mb-4">Solutions</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Transaction Monitoring</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Risk Assessment</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Case Management</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Regulatory Reporting</a></li>
</ul>
</div>
<!-- Company -->
<div>
<h3 class="text-lg font-semibold mb-4">Company</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">About Us</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Careers</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Press</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Contact</a></li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
<p>&copy; 2025 TrustedAI. All rights reserved. | Privacy Policy | Terms of Service</p>
</div>
</div>
</footer>
2025-10-16 14:22:46 +02:00
</body>
</html>