Spaces:
Running
Running
File size: 45,477 Bytes
fbec017 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 |
<!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">
© 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> |