regalert-landing / index.html
Proverb's picture
RegAlert is a regulatory‑monitoring service that sends you timely alerts when new rules or updates are published—especially useful in fast‑changing sectors like fintech. Here’s how it works: It constantly checks official sources (central banks, regulators, financial authorities) in South africa. When something changes—like a new payment rule, licence requirement or compliance guideline—it sends a same‑day alert to your inbox or dashboard. It often includes commentary and analysis to explain how the update might affect your business, and can help you adjust your product, marketing or internal processes accordingly. Some providers integrate RegAlert into broader platforms (like RegASK), combining AI‑driven tracking, translation, summarisation, task assignment and compliance workflows. What this means for your business: You don’t need to manually scan dozens of regulatory websites each day. You get clarity on what changed and why it matters. You can act quickly—update your marketing, adjust product features, or change internal policies—before non‑compliance becomes an issue. Use cases: Fintechs, Consumer‑health or food industries monitoring labelling, claims or import rules globally RegASK . Any business needing expert guidance on local rules in emerging markets. So, RegAlert lets you stay ahead of regulatory risk—to respond fast, keep compliant and keep operating smoothly. - Initial Deployment
fbec017 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RegAlert - Regulatory Monitoring Service</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.hero-gradient {
background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #3b82f6 100%);
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.glow {
box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
}
.animated-underline {
position: relative;
display: inline-block;
}
.animated-underline::after {
content: '';
position: absolute;
width: 100%;
height: 2px;
bottom: -2px;
left: 0;
background-color: #3b82f6;
transform: scaleX(0);
transition: transform 0.3s ease;
}
.animated-underline:hover::after {
transform: scaleX(1);
}
.alert-pulse {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
}
70% {
box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
}
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-md sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i class="fas fa-bell text-blue-600 text-2xl mr-2"></i>
<span class="text-xl font-bold text-blue-600">RegAlert</span>
</div>
<div class="hidden sm:ml-6 sm:flex sm:space-x-8">
<a href="#features" class="animated-underline border-blue-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Features</a>
<a href="#how-it-works" class="animated-underline border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">How It Works</a>
<a href="#use-cases" class="animated-underline border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Use Cases</a>
<a href="#pricing" class="animated-underline border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Pricing</a>
</div>
</div>
<div class="hidden sm:ml-6 sm:flex sm:items-center">
<button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300 transform hover:scale-105">
Get Started
</button>
</div>
<div class="-mr-2 flex items-center sm:hidden">
<button type="button" id="mobile-menu-button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars text-xl"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden sm:hidden">
<div class="pt-2 pb-3 space-y-1">
<a href="#features" class="bg-blue-50 border-blue-500 text-blue-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Features</a>
<a href="#how-it-works" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">How It Works</a>
<a href="#use-cases" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Use Cases</a>
<a href="#pricing" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Pricing</a>
<div class="mt-4 pl-3">
<button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md text-sm font-medium w-full">
Get Started
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="hero-gradient text-white">
<div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8">
<div class="text-center">
<h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl">
Stay Ahead of Regulatory Changes
</h1>
<p class="mt-6 max-w-2xl mx-auto text-xl">
Get same-day alerts when new rules or updates are published in South Africa's fast-changing regulatory landscape.
</p>
<div class="mt-10 flex justify-center space-x-4">
<button class="bg-white text-blue-600 px-8 py-3 rounded-md text-lg font-bold hover:bg-gray-100 transition duration-300 transform hover:scale-105">
Start Free Trial
</button>
<button class="border-2 border-white text-white px-8 py-3 rounded-md text-lg font-bold hover:bg-white hover:text-blue-600 transition duration-300 transform hover:scale-105">
See Demo
</button>
</div>
</div>
</div>
</div>
<!-- Trust Badges -->
<div class="bg-gray-50 py-8">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<p class="text-center text-gray-500 mb-6">Trusted by leading companies in:</p>
<div class="flex flex-wrap justify-center items-center gap-8 md:gap-16">
<div class="text-gray-700 font-bold flex items-center">
<i class="fas fa-university text-blue-500 mr-2 text-xl"></i>
<span>Fintech</span>
</div>
<div class="text-gray-700 font-bold flex items-center">
<i class="fas fa-heartbeat text-blue-500 mr-2 text-xl"></i>
<span>Healthcare</span>
</div>
<div class="text-gray-700 font-bold flex items-center">
<i class="fas fa-utensils text-blue-500 mr-2 text-xl"></i>
<span>Food Industry</span>
</div>
<div class="text-gray-700 font-bold flex items-center">
<i class="fas fa-globe text-blue-500 mr-2 text-xl"></i>
<span>Emerging Markets</span>
</div>
</div>
</div>
</div>
<!-- Features Section -->
<div id="features" class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
Regulatory Monitoring Made Simple
</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto">
Focus on your business while we track regulatory changes for you
</p>
</div>
<div class="mt-16 grid gap-8 md:grid-cols-2 lg:grid-cols-3">
<!-- Feature 1 -->
<div class="feature-card bg-white p-8 rounded-lg border border-gray-200 transition duration-300 ease-in-out">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-100 text-blue-600 mb-6">
<i class="fas fa-search text-xl"></i>
</div>
<h3 class="text-lg font-medium text-gray-900 mb-2">Comprehensive Monitoring</h3>
<p class="text-gray-500">
We constantly check official sources (central banks, regulators, financial authorities) in South Africa.
</p>
</div>
<!-- Feature 2 -->
<div class="feature-card bg-white p-8 rounded-lg border border-gray-200 transition duration-300 ease-in-out">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-100 text-blue-600 mb-6">
<i class="fas fa-bell text-xl"></i>
</div>
<h3 class="text-lg font-medium text-gray-900 mb-2">Timely Alerts</h3>
<p class="text-gray-500">
Receive same-day alerts when something changes—like a new payment rule or compliance guideline.
</p>
</div>
<!-- Feature 3 -->
<div class="feature-card bg-white p-8 rounded-lg border border-gray-200 transition duration-300 ease-in-out">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-100 text-blue-600 mb-6">
<i class="fas fa-chart-line text-xl"></i>
</div>
<h3 class="text-lg font-medium text-gray-900 mb-2">Expert Analysis</h3>
<p class="text-gray-500">
Includes commentary to explain how updates might affect your business and what actions to take.
</p>
</div>
<!-- Feature 4 -->
<div class="feature-card bg-white p-8 rounded-lg border border-gray-200 transition duration-300 ease-in-out">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-100 text-blue-600 mb-6">
<i class="fas fa-tasks text-xl"></i>
</div>
<h3 class="text-lg font-medium text-gray-900 mb-2">Compliance Workflows</h3>
<p class="text-gray-500">
Some providers integrate RegAlert with task assignment and compliance workflows.
</p>
</div>
<!-- Feature 5 -->
<div class="feature-card bg-white p-8 rounded-lg border border-gray-200 transition duration-300 ease-in-out">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-100 text-blue-600 mb-6">
<i class="fas fa-language text-xl"></i>
</div>
<h3 class="text-lg font-medium text-gray-900 mb-2">Translation Services</h3>
<p class="text-gray-500">
Get regulatory updates translated and summarized for easy understanding.
</p>
</div>
<!-- Feature 6 -->
<div class="feature-card bg-white p-8 rounded-lg border border-gray-200 transition duration-300 ease-in-out">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-100 text-blue-600 mb-6">
<i class="fas fa-robot text-xl"></i>
</div>
<h3 class="text-lg font-medium text-gray-900 mb-2">AI-Powered Tracking</h3>
<p class="text-gray-500">
Advanced AI identifies relevant changes from thousands of regulatory documents.
</p>
</div>
</div>
</div>
</div>
<!-- How It Works Section -->
<div id="how-it-works" class="py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
How RegAlert Works
</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
A simple three-step process to keep you compliant
</p>
</div>
<div class="mt-16">
<div class="relative">
<!-- Vertical line -->
<div class="hidden md:block absolute top-0 bottom-0 left-1/2 w-0.5 bg-blue-200 transform -translate-x-1/2"></div>
<!-- Step 1 -->
<div class="relative md:flex mb-12">
<div class="md:w-1/2 md:pr-12 mb-6 md:mb-0">
<div class="bg-white p-6 rounded-lg shadow-md h-full">
<div class="flex items-center mb-4">
<div class="flex items-center justify-center h-10 w-10 rounded-full bg-blue-600 text-white font-bold text-lg mr-4">1</div>
<h3 class="text-xl font-bold text-gray-900">Monitoring</h3>
</div>
<p class="text-gray-600">
Our system continuously scans official regulatory sources in South Africa, including central banks, financial authorities, and government websites.
</p>
</div>
</div>
<div class="md:w-1/2 md:pl-12 hidden md:block">
<div class="bg-blue-50 p-6 rounded-lg h-full flex items-center">
<img src="https://cdn-icons-png.flaticon.com/512/3443/3443317.png" alt="Monitoring" class="h-32 mx-auto">
</div>
</div>
</div>
<!-- Step 2 -->
<div class="relative md:flex mb-12">
<div class="md:w-1/2 md:pr-12 order-last">
<div class="bg-white p-6 rounded-lg shadow-md h-full">
<div class="flex items-center mb-4">
<div class="flex items-center justify-center h-10 w-10 rounded-full bg-blue-600 text-white font-bold text-lg mr-4">2</div>
<h3 class="text-xl font-bold text-gray-900">Alert Generation</h3>
</div>
<p class="text-gray-600">
When we detect relevant changes, our system generates immediate alerts with key details. Our AI analyzes the impact and provides actionable insights.
</p>
</div>
</div>
<div class="md:w-1/2 md:pl-12 mb-6 md:mb-0 order-first hidden md:block">
<div class="bg-blue-50 p-6 rounded-lg h-full flex items-center">
<div class="relative mx-auto">
<img src="https://cdn-icons-png.flaticon.com/512/1827/1827504.png" alt="Alert" class="h-32">
<div class="absolute -top-2 -right-2 h-8 w-8 rounded-full bg-red-500 flex items-center justify-center text-white alert-pulse">
<span class="text-xs font-bold">!</span>
</div>
</div>
</div>
</div>
</div>
<!-- Step 3 -->
<div class="relative md:flex">
<div class="md:w-1/2 md:pr-12 mb-6 md:mb-0">
<div class="bg-white p-6 rounded-lg shadow-md h-full">
<div class="flex items-center mb-4">
<div class="flex items-center justify-center h-10 w-10 rounded-full bg-blue-600 text-white font-bold text-lg mr-4">3</div>
<h3 class="text-xl font-bold text-gray-900">Actionable Delivery</h3>
</div>
<p class="text-gray-600">
You receive the alert in your preferred format (email, dashboard, mobile) with clear guidance on what changed and how it affects your business.
</p>
</div>
</div>
<div class="md:w-1/2 md:pl-12 hidden md:block">
<div class="bg-blue-50 p-6 rounded-lg h-full flex items-center">
<img src="https://cdn-icons-png.flaticon.com/512/3062/3062633.png" alt="Delivery" class="h-32 mx-auto">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Benefits Section -->
<div class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
What This Means for Your Business
</h2>
</div>
<div class="mt-12 grid gap-8 md:grid-cols-3">
<!-- Benefit 1 -->
<div class="bg-gray-50 p-8 rounded-lg">
<div class="flex items-center mb-4">
<div class="flex-shrink-0">
<i class="fas fa-clock text-blue-600 text-2xl"></i>
</div>
<h3 class="ml-3 text-lg font-medium text-gray-900">Save Time</h3>
</div>
<p class="text-gray-600">
No more manually scanning dozens of regulatory websites each day. We do the heavy lifting for you.
</p>
</div>
<!-- Benefit 2 -->
<div class="bg-gray-50 p-8 rounded-lg">
<div class="flex items-center mb-4">
<div class="flex-shrink-0">
<i class="fas fa-lightbulb text-blue-600 text-2xl"></i>
</div>
<h3 class="ml-3 text-lg font-medium text-gray-900">Gain Clarity</h3>
</div>
<p class="text-gray-600">
Get clear explanations on what changed and why it matters to your specific business.
</p>
</div>
<!-- Benefit 3 -->
<div class="bg-gray-50 p-8 rounded-lg">
<div class="flex items-center mb-4">
<div class="flex-shrink-0">
<i class="fas fa-bolt text-blue-600 text-2xl"></i>
</div>
<h3 class="ml-3 text-lg font-medium text-gray-900">Act Quickly</h3>
</div>
<p class="text-gray-600">
Update your marketing, adjust product features, or change internal policies before non-compliance becomes an issue.
</p>
</div>
</div>
</div>
</div>
<!-- Use Cases Section -->
<div id="use-cases" class="py-16 bg-blue-600 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-3xl font-extrabold sm:text-4xl">
Who Benefits from RegAlert?
</h2>
<p class="mt-4 max-w-2xl text-xl lg:mx-auto">
Ideal for businesses operating in regulated industries
</p>
</div>
<div class="mt-12 grid gap-8 md:grid-cols-2 lg:grid-cols-4">
<!-- Use Case 1 -->
<div class="bg-white text-gray-800 p-6 rounded-lg shadow-lg">
<div class="flex items-center justify-center h-16 w-16 rounded-full bg-blue-100 text-blue-600 mb-4 mx-auto">
<i class="fas fa-money-bill-wave text-2xl"></i>
</div>
<h3 class="text-lg font-bold text-center mb-2">Fintech Companies</h3>
<p class="text-gray-600 text-center">
Stay compliant with payment rules, licensing requirements, and financial regulations.
</p>
</div>
<!-- Use Case 2 -->
<div class="bg-white text-gray-800 p-6 rounded-lg shadow-lg">
<div class="flex items-center justify-center h-16 w-16 rounded-full bg-blue-100 text-blue-600 mb-4 mx-auto">
<i class="fas fa-heartbeat text-2xl"></i>
</div>
<h3 class="text-lg font-bold text-center mb-2">Healthcare Providers</h3>
<p class="text-gray-600 text-center">
Monitor changes in healthcare regulations, drug approvals, and patient data rules.
</p>
</div>
<!-- Use Case 3 -->
<div class="bg-white text-gray-800 p-6 rounded-lg shadow-lg">
<div class="flex items-center justify-center h-16 w-16 rounded-full bg-blue-100 text-blue-600 mb-4 mx-auto">
<i class="fas fa-utensils text-2xl"></i>
</div>
<h3 class="text-lg font-bold text-center mb-2">Food Industry</h3>
<p class="text-gray-600 text-center">
Track labeling requirements, import/export rules, and food safety standards.
</p>
</div>
<!-- Use Case 4 -->
<div class="bg-white text-gray-800 p-6 rounded-lg shadow-lg">
<div class="flex items-center justify-center h-16 w-16 rounded-full bg-blue-100 text-blue-600 mb-4 mx-auto">
<i class="fas fa-globe-africa text-2xl"></i>
</div>
<h3 class="text-lg font-bold text-center mb-2">Emerging Markets</h3>
<p class="text-gray-600 text-center">
Get expert guidance on local rules and regulations in fast-changing markets.
</p>
</div>
</div>
</div>
</div>
<!-- Testimonials -->
<div 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">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
What Our Customers Say
</h2>
</div>
<div class="mt-12 grid gap-8 md:grid-cols-3">
<!-- Testimonial 1 -->
<div class="bg-white p-8 rounded-lg shadow-sm">
<div class="flex items-center mb-4">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/women/32.jpg" alt="Sarah M.">
</div>
<div class="ml-4">
<h4 class="text-sm font-bold text-gray-900">Sarah M.</h4>
<p class="text-xs text-gray-500">Fintech CEO</p>
</div>
</div>
<div class="text-yellow-400 mb-2">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="text-gray-600 italic">
"RegAlert saved us from a major compliance issue when new payment regulations were introduced. We had our systems updated before our competitors even knew about the changes."
</p>
</div>
<!-- Testimonial 2 -->
<div class="bg-white p-8 rounded-lg shadow-sm">
<div class="flex items-center mb-4">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/men/45.jpg" alt="James T.">
</div>
<div class="ml-4">
<h4 class="text-sm font-bold text-gray-900">James T.</h4>
<p class="text-xs text-gray-500">Healthcare Compliance Officer</p>
</div>
</div>
<div class="text-yellow-400 mb-2">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="text-gray-600 italic">
"The expert analysis that comes with each alert helps us understand exactly what we need to do. It's like having an in-house regulatory team at a fraction of the cost."
</p>
</div>
<!-- Testimonial 3 -->
<div class="bg-white p-8 rounded-lg shadow-sm">
<div class="flex items-center mb-4">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/women/68.jpg" alt="Priya K.">
</div>
<div class="ml-4">
<h4 class="text-sm font-bold text-gray-900">Priya K.</h4>
<p class="text-xs text-gray-500">Food Import Business Owner</p>
</div>
</div>
<div class="text-yellow-400 mb-2">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<p class="text-gray-600 italic">
"We were constantly struggling with changing import regulations. With RegAlert, we're always the first to know about changes and can adjust our shipments accordingly."
</p>
</div>
</div>
</div>
</div>
<!-- Pricing Section -->
<div id="pricing" class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
Simple, Transparent Pricing
</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto">
Choose the plan that fits your business needs
</p>
</div>
<div class="mt-16 space-y-8 lg:space-y-0 lg:grid lg:grid-cols-3 lg:gap-x-8">
<!-- Basic Plan -->
<div class="bg-white border border-gray-200 rounded-lg shadow-sm divide-y divide-gray-200">
<div class="p-6">
<h2 class="text-lg font-medium text-gray-900">Basic</h2>
<p class="mt-4 text-sm text-gray-500">
For small businesses with basic regulatory needs
</p>
<p class="mt-8">
<span class="text-4xl font-extrabold text-gray-900">R499</span>
<span class="text-base font-medium text-gray-500">/mo</span>
</p>
<button class="mt-8 block w-full py-3 px-6 border border-transparent rounded-md text-center font-medium text-white bg-blue-600 hover:bg-blue-700">
Get started
</button>
</div>
<div class="pt-6 pb-8 px-6">
<h3 class="text-xs font-medium text-gray-900 tracking-wide uppercase">What's included</h3>
<ul class="mt-6 space-y-4">
<li class="flex items-start">
<div class="flex-shrink-0 h-5 w-5 text-green-500">
<i class="fas fa-check"></i>
</div>
<p class="ml-3 text-sm text-gray-700">Monitoring of 5 regulatory sources</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 h-5 w-5 text-green-500">
<i class="fas fa-check"></i>
</div>
<p class="ml-3 text-sm text-gray-700">Email alerts for critical changes</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 h-5 w-5 text-green-500">
<i class="fas fa-check"></i>
</div>
<p class="ml-3 text-sm text-gray-700">Basic impact analysis</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 h-5 w-5 text-green-500">
<i class="fas fa-check"></i>
</div>
<p class="ml-3 text-sm text-gray-700">Up to 2 user accounts</p>
</li>
</ul>
</div>
</div>
<!-- Professional Plan (Featured) -->
<div class="bg-white border-2 border-blue-500 rounded-lg shadow-xl divide-y divide-gray-200 glow">
<div class="p-6">
<div class="flex justify-between">
<h2 class="text-lg font-medium text-gray-900">Professional</h2>
<span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
Most Popular
</span>
</div>
<p class="mt-4 text-sm text-gray-500">
For growing businesses with more complex needs
</p>
<p class="mt-8">
<span class="text-4xl font-extrabold text-gray-900">R1,299</span>
<span class="text-base font-medium text-gray-500">/mo</span>
</p>
<button class="mt-8 block w-full py-3 px-6 border border-transparent rounded-md text-center font-medium text-white bg-blue-600 hover:bg-blue-700">
Get started
</button>
</div>
<div class="pt-6 pb-8 px-6">
<h3 class="text-xs font-medium text-gray-900 tracking-wide uppercase">What's included</h3>
<ul class="mt-6 space-y-4">
<li class="flex items-start">
<div class="flex-shrink-0 h-5 w-5 text-green-500">
<i class="fas fa-check"></i>
</div>
<p class="ml-3 text-sm text-gray-700">Everything in Basic, plus:</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 h-5 w-5 text-green-500">
<i class="fas fa-check"></i>
</div>
<p class="ml-3 text-sm text-gray-700">Monitoring of 15+ regulatory sources</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 h-5 w-5 text-green-500">
<i class="fas fa-check"></i>
</div>
<p class="ml-3 text-sm text-gray-700">Email, SMS, and dashboard alerts</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 h-5 w-5 text-green-500">
<i class="fas fa-check"></i>
</div>
<p class="ml-3 text-sm text-gray-700">Detailed impact analysis</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 h-5 w-5 text-green-500">
<i class="fas fa-check"></i>
</div>
<p class="ml-3 text-sm text-gray-700">Up to 10 user accounts</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 h-5 w-5 text-green-500">
<i class="fas fa-check"></i>
</div>
<p class="ml-3 text-sm text-gray-700">Priority support</p>
</li>
</ul>
</div>
</div>
<!-- Enterprise Plan -->
<div class="bg-white border border-gray-200 rounded-lg shadow-sm divide-y divide-gray-200">
<div class="p-6">
<h2 class="text-lg font-medium text-gray-900">Enterprise</h2>
<p class="mt-4 text-sm text-gray-500">
For large organizations with advanced needs
</p>
<p class="mt-8">
<span class="text-4xl font-extrabold text-gray-900">Custom</span>
</p>
<button class="mt-8 block w-full py-3 px-6 border border-transparent rounded-md text-center font-medium text-white bg-blue-600 hover:bg-blue-700">
Contact sales
</button>
</div>
<div class="pt-6 pb-8 px-6">
<h3 class="text-xs font-medium text-gray-900 tracking-wide uppercase">What's included</h3>
<ul class="mt-6 space-y-4">
<li class="flex items-start">
<div class="flex-shrink-0 h-5 w-5 text-green-500">
<i class="fas fa-check"></i>
</div>
<p class="ml-3 text-sm text-gray-700">Everything in Professional, plus:</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 h-5 w-5 text-green-500">
<i class="fas fa-check"></i>
</div>
<p class="ml-3 text-sm text-gray-700">Custom monitoring sources</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 h-5 w-5 text-green-500">
<i class="fas fa-check"></i>
</div>
<p class="ml-3 text-sm text-gray-700">API access</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 h-5 w-5 text-green-500">
<i class="fas fa-check"></i>
</div>
<p class="ml-3 text-sm text-gray-700">Dedicated account manager</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 h-5 w-5 text-green-500">
<i class="fas fa-check"></i>
</div>
<p class="ml-3 text-sm text-gray-700">Compliance workflow integration</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 h-5 w-5 text-green-500">
<i class="fas fa-check"></i>
</div>
<p class="ml-3 text-sm text-gray-700">Unlimited users</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- CTA Section -->
<div class="bg-blue-700">
<div class="max-w-2xl mx-auto text-center py-16 px-4 sm:py-20 sm:px-6 lg:px-8">
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
<span class="block">Ready to simplify regulatory compliance?</span>
<span class="block">Start your free 14-day trial today.</span>
</h2>
<p class="mt-4 text-lg leading-6 text-blue-200">
No credit card required. Cancel anytime.
</p>
<button class="mt-8 w-full inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-blue-50 sm:w-auto">
Get Started
<i class="fas fa-arrow-right ml-2"></i>
</button>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-800">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Product</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">Features</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Pricing</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">API</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Integrations</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Resources</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">Documentation</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Guides</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Blog</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Support</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Company</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">About</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Careers</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Privacy</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Terms</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Connect</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">Twitter</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">LinkedIn</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Facebook</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Contact Us</a></li>
</ul>
</div>
</div>
<div class="mt-12 border-t border-gray-700 pt-8 flex flex-col md:flex-row justify-between items-center">
<div class="flex items-center">
<i class="fas fa-bell text-blue-400 text-2xl mr-2"></i>
<span class="text-xl font-bold text-white">RegAlert</span>
</div>
<p class="mt-4 md:mt-0 text-base text-gray-400">
&copy; 2023 RegAlert. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
targetElement.scrollIntoView({
behavior: 'smooth'
});
// Close mobile menu if open
const mobileMenu = document.getElementById('mobile-menu');
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
// Animation on scroll
function animateOnScroll() {
const elements = document.querySelectorAll('.feature-card, .animated-underline');
elements.forEach(element => {
const elementPosition = element.getBoundingClientRect().top;
const screenPosition = window.innerHeight / 1.3;
if (elementPosition < screenPosition) {
element.style.opacity = '1';
element.style.transform = 'translateY(0)';
}
});
}
// Set initial state for animation
document.querySelectorAll('.feature-card, .animated-underline').forEach(element => {
element.style.opacity = '0';
element.style.transform = 'translateY(20px)';
element.style.transition = 'opacity 0.5s ease, transform 0.5s ease';
});
// Run animation on load and scroll
window.addEventListener('load', animateOnScroll);
window.addEventListener('scroll', animateOnScroll);
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Proverb/regalert-landing" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>