File size: 56,905 Bytes
54f9de6 |
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 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Weekly Accounting - Get Your Complete Financial Picture</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
body {
font-family: 'Inter', sans-serif;
scroll-behavior: smooth;
}
.gradient-bg {
background: linear-gradient(135deg, #4f46e5 0%, #2563eb 100%);
}
.comparison-table {
border-collapse: separate;
border-spacing: 0;
}
.comparison-table tbody tr:nth-child(odd) {
background-color: #f8fafc;
}
.comparison-table td:first-child {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}
.comparison-table td:last-child {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
.progress-bar {
position: relative;
height: 6px;
border-radius: 3px;
}
.progress-fill {
position: absolute;
height: 100%;
border-radius: 3px;
background: linear-gradient(90deg, #10b981 0%, #059669 100%);
}
.checkmark {
background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}
.step-indicator.active {
background-color: #4f46e5;
border-color: #4f46e5;
}
.dropdown-content {
display: none;
position: absolute;
z-index: 1;
}
.dropdown:hover .dropdown-content {
display: block;
}
input:checked + .toggle-dot {
transform: translateX(100%);
}
</style>
</head>
<body class="text-gray-800 bg-gray-50">
<!-- Header -->
<header class="gradient-bg text-white">
<div class="container mx-auto px-4 py-6">
<div class="flex justify-between items-center">
<div class="w-48 md:w-64">
<img src="https://weeklyaccounting.com/wp-content/uploads/2024/12/weekly-accounting-dark-3-1024x192.png" alt="Weekly Accounting Logo" class="w-full">
</div>
<div class="hidden md:block">
<a href="tel:+15551234567" class="text-white hover:text-gray-200 text-lg font-medium">
<i class="fas fa-phone-alt mr-2"></i> (555) 123-4567
</a>
</div>
</div>
<div class="py-12 md:py-20 grid grid-cols-1 md:grid-cols-2 gap-8 items-center">
<div>
<h1 class="text-3xl md:text-4xl lg:text-5xl font-bold leading-tight mb-4">
Get Your <span class="underline decoration-yellow-400">FREE</span> Integrated Financial Model + 30-Minute Strategy Call
</h1>
<p class="text-xl md:text-2xl mb-8 opacity-90">
Discover what your current financial reports aren't telling you about your business. Normally $2,999 - yours free.
</p>
<a href="#form-section" class="bg-white text-indigo-700 hover:bg-gray-100 px-8 py-4 rounded-lg font-bold text-lg transition duration-300 inline-block">
Claim Your Free Analysis
</a>
</div>
<div class="relative">
<div class="bg-white p-4 rounded-xl shadow-2xl">
<div class="flex items-center mb-2">
<div class="w-2 h-2 bg-red-500 rounded-full mr-1"></div>
<div class="w-2 h-2 bg-yellow-500 rounded-full mr-1"></div>
<div class="w-2 h-2 bg-green-500 rounded-full"></div>
</div>
<div class="border border-gray-200 rounded-lg overflow-hidden">
<div class="grid grid-cols-2">
<div class="bg-gray-100 p-4 border-r border-gray-200">
<h3 class="font-bold text-gray-700 mb-2">Traditional P&L</h3>
<div class="h-48 bg-gradient-to-br from-gray-200 to-gray-300 rounded flex items-center justify-center text-gray-500">
Basic Data Only
</div>
</div>
<div class="p-4">
<h3 class="font-bold text-indigo-600 mb-2">Weekly Accounting IFM</h3>
<div class="h-48 bg-gradient-to-br from-blue-50 to-blue-100 rounded flex items-center justify-center">
<div class="text-center">
<div class="w-16 h-16 bg-indigo-600 rounded-full flex items-center justify-center mx-auto mb-2">
<i class="fas fa-chart-line text-white text-2xl"></i>
</div>
<span class="text-indigo-600 font-medium">Comprehensive Insights</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Problem Section -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold mb-6">What If Your Bookkeeper Is Only Showing You Half the Story?</h2>
<p class="text-xl text-gray-600 mb-8">
Your P&L says you made $200K last month. Great! But here's what it doesn't tell you:
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 max-w-5xl mx-auto">
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200">
<div class="w-12 h-12 bg-indigo-100 rounded-full flex items-center justify-center mb-4">
<span class="text-2xl">🤔</span>
</div>
<h3 class="font-bold text-lg mb-2">New vs Repeat Customers</h3>
<p class="text-gray-600">How much revenue comes from customer loyalty versus new acquisition?</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200">
<div class="w-12 h-12 bg-indigo-100 rounded-full flex items-center justify-center mb-4">
<span class="text-2xl">📉</span>
</div>
<h3 class="font-bold text-lg mb-2">Customer Retention Rate</h3>
<p class="text-gray-600">What percentage of customers come back to buy again?</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200">
<div class="w-12 h-12 bg-indigo-100 rounded-full flex items-center justify-center mb-4">
<span class="text-2xl">💸</span>
</div>
<h3 class="font-bold text-lg mb-2">Marketing Channel ROI</h3>
<p class="text-gray-600">Which channels drive the most profitable customers?</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200">
<div class="w-12 h-12 bg-indigo-100 rounded-full flex items-center justify-center mb-4">
<span class="text-2xl">⚠️</span>
</div>
<h3 class="font-bold text-lg mb-2">Future Revenue Risk</h3>
<p class="text-gray-600">How much revenue will you lose if you stop acquiring new customers today?</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200">
<div class="w-12 h-12 bg-indigo-100 rounded-full flex items-center justify-center mb-4">
<span class="text-2xl">🎯</span>
</div>
<h3 class="font-bold text-lg mb-2">Customer Lifetime Value</h3>
<p class="text-gray-600">What's the true long-term value of each customer segment?</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200">
<div class="w-12 h-12 bg-indigo-100 rounded-full flex items-center justify-center mb-4">
<span class="text-2xl">🔍</span>
</div>
<h3 class="font-bold text-lg mb-2">Hidden Profit Leaks</h3>
<p class="text-gray-600">Where is your business losing money without realizing it?</p>
</div>
</div>
<div class="max-w-4xl mx-auto mt-16 p-8 bg-gradient-to-r from-blue-50 to-indigo-50 rounded-xl border border-indigo-100">
<p class="text-center text-lg italic mb-6">
"Traditional bookkeeping tracks the past. It tells you what happened, not what's going to happen."
</p>
<p class="text-center">
The most successful businesses don't just count their money - they predict it. They know exactly where their revenue comes from, why customers stay or leave, and what levers to pull to grow predictably.
</p>
</div>
<div class="max-w-4xl mx-auto mt-16">
<h3 class="text-2xl font-bold mb-6 text-center">Meanwhile, you're making critical decisions with incomplete information:</h3>
<div class="space-y-4">
<div class="flex items-start">
<div class="flex-shrink-0 mt-1 text-red-500 mr-3">❌</div>
<p class="text-gray-700">Your financial reports show revenue but not revenue quality</p>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1 text-red-500 mr-3">❌</div>
<p class="text-gray-700">You know your total customers but not your repeat rate</p>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1 text-red-500 mr-3">❌</div>
<p class="text-gray-700">You see marketing costs but not true ROI by channel</p>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1 text-red-500 mr-3">❌</div>
<p class="text-gray-700">You track expenses but can't predict future cash needs</p>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1 text-red-500 mr-3">❌</div>
<p class="text-gray-700">You have sales data but no insight into customer behavior patterns</p>
</div>
</div>
</div>
</div>
</section>
<!-- Solution Preview -->
<section class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Here's the Complete Financial Picture Your Bookkeeper Can't Provide</h2>
</div>
<div class="max-w-3xl mx-auto bg-white rounded-xl overflow-hidden shadow-lg mb-8">
<div class="relative pt-[56.25%] bg-gray-200">
<div class="absolute inset-0 flex items-center justify-center">
<div class="text-center">
<div class="w-16 h-16 bg-indigo-600 rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-play text-white text-2xl"></i>
</div>
<p class="text-gray-700">Preview: Customer Roll Forward Analysis</p>
</div>
</div>
</div>
<div class="p-6">
<p class="text-lg text-gray-700">
This is the level of detail we'll uncover about your business - the hidden patterns and insights that traditional bookkeeping completely misses.
</p>
</div>
</div>
</div>
</section>
<!-- Offer Section -->
<section class="py-16 bg-gradient-to-br from-indigo-600 to-blue-600 text-white">
<div class="container mx-auto px-4">
<div class="max-w-3xl mx-auto text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Get the Complete Financial Story For FREE</h2>
<p class="text-xl opacity-90">
We'll dig deeper than any bookkeeper and build you the same Integrated Financial Model we normally charge $2,999 for. Plus, one of our fractional CFOs will reveal exactly what your current reports are missing.
</p>
</div>
<div class="max-w-5xl mx-auto grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="bg-white/10 backdrop-blur-sm rounded-xl p-6 border border-white/20">
<div class="w-12 h-12 bg-white/20 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-chart-pie text-xl"></i>
</div>
<h3 class="font-bold text-lg mb-2">Complete Integrated Financial Model</h3>
<p class="text-white/90 text-sm">(normally $2,999) - goes 3 levels deeper than traditional reports</p>
</div>
<div class="bg-white/10 backdrop-blur-sm rounded-xl p-6 border border-white/20">
<div class="w-12 h-12 bg-white/20 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-users text-xl"></i>
</div>
<h3 class="font-bold text-lg mb-2">Customer Behavior Analysis</h3>
<p class="text-white/90 text-sm">See exactly how customers really behave</p>
</div>
<div class="bg-white/10 backdrop-blur-sm rounded-xl p-6 border border-white/20">
<div class="w-12 h-12 bg-white/20 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-phone-alt text-xl"></i>
</div>
<h3 class="font-bold text-lg mb-2">30-Minute Eye-Opening Call</h3>
<p class="text-white/90 text-sm">With a fractional CFO</p>
</div>
<div class="bg-white/10 backdrop-blur-sm rounded-xl p-6 border border-white/20">
<div class="w-12 h-12 bg-white/20 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-calculator text-xl"></i>
</div>
<h3 class="font-bold text-lg mb-2">True Unit Economics</h3>
<p class="text-white/90 text-sm">Understand your real profit per customer</p>
</div>
<div class="bg-white/10 backdrop-blur-sm rounded-xl p-6 border border-white/20">
<div class="w-12 h-12 bg-white/20 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-search-dollar text-xl"></i>
</div>
<h3 class="font-bold text-lg mb-2">Revenue Quality Assessment</h3>
<p class="text-white/90 text-sm">Not all revenue is created equal</p>
</div>
<div class="bg-white/10 backdrop-blur-sm rounded-xl p-6 border border-white/20">
<div class="w-12 h-12 bg-white/20 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-handshake text-xl"></i>
</div>
<h3 class="font-bold text-lg mb-2">No sales pitch</h3>
<p class="text-white/90 text-sm">Just the complete financial truth about your business</p>
</div>
</div>
</div>
</section>
<!-- Credibility Section -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold mb-6">The Deep Financial Analysis Traditional Bookkeepers Can't Provide</h2>
<p class="text-xl text-gray-600">
While most bookkeepers focus on compliance and tax prep, our fractional CFOs uncover the strategic insights that drive growth. We've revealed hidden profit leaks and growth opportunities for businesses doing $30K-$75K monthly expenses across every industry.
</p>
</div>
<div class="max-w-5xl mx-auto grid grid-cols-1 md:grid-cols-3 gap-8 mb-16">
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200">
<div class="flex items-center mb-4">
<div class="w-10 h-10 rounded-full bg-indigo-100 flex items-center justify-center text-indigo-600 font-bold mr-3">DP</div>
<div>
<h4 class="font-bold">David Park</h4>
<p class="text-sm text-gray-600">CEO MarketFlow</p>
</div>
</div>
<p class="text-gray-700 italic">"We were profitable on paper but losing money in reality. Weekly Accounting showed us exactly where."</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200">
<div class="flex items-center mb-4">
<div class="w-10 h-10 rounded-full bg-indigo-100 flex items-center justify-center text-indigo-600 font-bold mr-3">LC</div>
<div>
<h4 class="font-bold">Lisa Chen</h4>
<p class="text-sm text-gray-600">Founder GrowthLab</p>
</div>
</div>
<p class="text-gray-700 italic">"Our bookkeeper never told us 80% of our profit came from just 20% of our customers."</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200">
<div class="flex items-center mb-4">
<div class="w-10 h-10 rounded-full bg-indigo-100 flex items-center justify-center text-indigo-600 font-bold mr-3">JW</div>
<div>
<h4 class="font-bold">James Wilson</h4>
<p class="text-sm text-gray-600">CMO TechStart</p>
</div>
</div>
<p class="text-gray-700 italic">"Finally understand why our marketing wasn't working - our CAC was 3x higher than we thought."</p>
</div>
</div>
<div class="max-w-4xl mx-auto">
<h3 class="text-2xl font-bold mb-8 text-center">Traditional Bookkeeping vs. Weekly Accounting IFM</h3>
<div class="overflow-x-auto">
<table class="comparison-table w-full">
<thead>
<tr class="text-left">
<th class="p-4 bg-gray-100 font-semibold text-gray-700">Traditional Bookkeeping</th>
<th class="p-4 bg-indigo-100 font-semibold text-indigo-700">Weekly Accounting IFM</th>
</tr>
</thead>
<tbody>
<tr>
<td class="p-4">Shows total revenue</td>
<td class="p-4">Breaks down new vs repeat revenue</td>
</tr>
<tr>
<td class="p-4">Tracks marketing spend</td>
<td class="p-4">Calculates true ROI by channel</td>
</tr>
<tr>
<td class="p-4">Lists customer count</td>
<td class="p-4">Reveals retention & churn rates</td>
</tr>
<tr>
<td class="p-4">Records transactions</td>
<td class="p-4">Predicts future cash flow</td>
</tr>
<tr>
<td class="p-4">Monthly reports</td>
<td class="p-4">Real-time financial insights</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<!-- Urgency Section -->
<section class="py-16 bg-indigo-50">
<div class="container mx-auto px-4">
<div class="max-w-3xl mx-auto text-center bg-white rounded-xl p-8 shadow-lg">
<h2 class="text-3xl font-bold mb-6 text-indigo-700">Only 10 Deep-Dive Analyses Available This Month</h2>
<p class="text-xl text-gray-600 mb-6">
Each comprehensive financial analysis takes 3-4 hours of dedicated CFO time to complete properly. We're limiting this to 10 businesses this month to ensure we can provide the depth of insight you deserve.
</p>
<div class="mt-8 mb-6">
<div class="flex justify-between text-sm text-gray-600 mb-1">
<span>Spots filled: 4 of 10</span>
<span>40%</span>
</div>
<div class="progress-bar bg-gray-200">
<div class="progress-fill" style="width: 40%"></div>
</div>
</div>
<p class="text-lg font-medium text-gray-700 mb-6">6 spots remaining</p>
<a href="#form-section" class="bg-indigo-600 hover:bg-indigo-700 text-white px-8 py-4 rounded-lg font-bold text-lg transition duration-300 inline-block">
Claim Your Spot Now
</a>
</div>
</div>
</section>
<!-- Form Section -->
<section id="form-section" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Uncover Your Complete Financial Story</h2>
<p class="text-xl text-gray-600">Book your call and we'll reveal what's missing from your current reports</p>
</div>
<!-- Form Steps -->
<div class="bg-gray-50 rounded-xl p-6 md:p-8 shadow-sm relative overflow-hidden">
<div class="absolute top-0 left-0 right-0 h-1 bg-gray-200">
<div class="h-full bg-indigo-600 step-progress" style="width: 33%"></div>
</div>
<!-- Step 1: Calendar -->
<div id="step-1" class="form-step active">
<h3 class="text-2xl font-bold mb-6 text-center">Select your preferred 30-minute time slot</h3>
<p class="text-center text-gray-600 mb-8">Available slots: Weekdays 9am-5pm EST • Next available: Tomorrow at 2:00pm</p>
<div class="grid grid-cols-2 md:grid-cols-4 gap-4 mb-8">
<button class="date-option py-3 px-4 bg-white border-2 border-gray-300 rounded-lg text-center hover:border-indigo-400 transition">
<div class="font-medium">Mon, June 5</div>
<div class="text-sm text-gray-600">10:30 AM</div>
</button>
<button class="date-option py-3 px-4 bg-white border-2 border-gray-300 rounded-lg text-center hover:border-indigo-400 transition">
<div class="font-medium">Mon, June 5</div>
<div class="text-sm text-gray-600">2:00 PM</div>
</button>
<button class="date-option py-3 px-4 bg-white border-2 border-gray-300 rounded-lg text-center hover:border-indigo-400 transition">
<div class="font-medium">Tue, June 6</div>
<div class="text-sm text-gray-600">9:00 AM</div>
</button>
<button class="date-option py-3 px-4 bg-white border-2 border-gray-300 rounded-lg text-center hover:border-indigo-400 transition">
<div class="font-medium">Tue, June 6</div>
<div class="text-sm text-gray-600">4:30 PM</div>
</button>
<button class="date-option py-3 px-4 bg-white border-2 border-gray-300 rounded-lg text-center hover:border-indigo-400 transition">
<div class="font-medium">Wed, June 7</div>
<div class="text-sm text-gray-600">11:00 AM</div>
</button>
<button class="date-option py-3 px-4 bg-white border-2 border-gray-300 rounded-lg text-center hover:border-indigo-400 transition">
<div class="font-medium">Wed, June 7</div>
<div class="text-sm text-gray-600">3:15 PM</div>
</button>
<button class="date-option py-3 px-4 bg-white border-2 border-gray-300 rounded-lg text-center hover:border-indigo-400 transition">
<div class="font-medium">Thu, June 8</div>
<div class="text-sm text-gray-600">10:00 AM</div>
</button>
<button class="date-option py-3 px-4 bg-white border-2 border-gray-300 rounded-lg text-center hover:border-indigo-400 transition">
<div class="font-medium">Fri, June 9</div>
<div class="text-sm text-gray-600">1:30 PM</div>
</button>
</div>
<div class="flex flex-col md:flex-row justify-center gap-4 md:gap-6 items-center text-sm text-gray-600">
<div class="flex items-center">
<div class="w-5 h-5 bg-indigo-100 rounded-full flex items-center justify-center mr-2">
<i class="fas fa-bolt text-indigo-600 text-xs"></i>
</div>
<span>Your CFO will analyze your business before the call</span>
</div>
<div class="flex items-center">
<div class="w-5 h-5 bg-indigo-100 rounded-full flex items-center justify-center mr-2">
<i class="fas fa-lock text-indigo-600 text-xs"></i>
</div>
<span>Free analysis - no hidden agenda</span>
</div>
</div>
<div class="flex justify-center mt-10">
<button class="next-step-btn bg-indigo-600 hover:bg-indigo-700 text-white px-8 py-3 rounded-lg font-bold text-lg transition duration-300">
Continue to Step 2 <i class="fas fa-arrow-right ml-2"></i>
</button>
</div>
</div>
<!-- Step 2: Contact Info -->
<div id="step-2" class="form-step hidden">
<div class="flex justify-center mb-6">
<div class="flex space-x-2">
<div class="step-indicator w-3 h-3 border-2 border-indigo-600 rounded-full active"></div>
<div class="step-indicator w-3 h-3 border-2 border-indigo-600 rounded-full active"></div>
<div class="step-indicator w-3 h-3 border-2 border-gray-300 rounded-full"></div>
</div>
</div>
<h3 class="text-2xl font-bold mb-2 text-center">Almost there! We just need your contact details</h3>
<p class="text-center text-gray-600 mb-8">Step 2 of 3</p>
<form class="space-y-4">
<div>
<label for="company" class="block text-gray-700 font-medium mb-1">Company/Business Name*</label>
<input type="text" id="company" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
</div>
<div>
<label for="name" class="block text-gray-700 font-medium mb-1">Your Name*</label>
<input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
</div>
<div>
<label for="email" class="block text-gray-700 font-medium mb-1">Email Address*</label>
<input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
</div>
<div>
<label for="phone" class="block text-gray-700 font-medium mb-1">Phone Number*</label>
<input type="tel" id="phone" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
</div>
</form>
<p class="text-center text-gray-600 mt-6">
We'll send you a calendar invite and a preview of what we'll uncover about your business.
</p>
<div class="flex justify-center gap-4 mt-8">
<button class="prev-step-btn text-gray-600 hover:text-gray-800 px-6 py-2 rounded-lg font-medium text-lg transition duration-300">
<i class="fas fa-arrow-left mr-2"></i> Back
</button>
<button class="next-step-btn bg-indigo-600 hover:bg-indigo-700 text-white px-8 py-3 rounded-lg font-bold text-lg transition duration-300">
Continue to Step 3 <i class="fas fa-arrow-right ml-2"></i>
</button>
</div>
</div>
<!-- Step 3: Business Details -->
<div id="step-3" class="form-step hidden">
<div class="flex justify-center mb-6">
<div class="flex space-x-2">
<div class="step-indicator w-3 h-3 border-2 border-indigo-600 rounded-full active"></div>
<div class="step-indicator w-3 h-3 border-2 border-indigo-600 rounded-full active"></div>
<div class="step-indicator w-3 h-3 border-2 border-indigo-600 rounded-full active"></div>
</div>
</div>
<h3 class="text-2xl font-bold mb-2 text-center">Help us prepare your complete financial analysis</h3>
<p class="text-center text-gray-600 mb-8">Step 3 of 3</p>
<p class="text-center text-gray-700 mb-8">
Tell us about your current situation so we can show you exactly what you're missing.
</p>
<form class="space-y-4">
<div>
<label class="block text-gray-700 font-medium mb-1">Current Monthly Revenue*</label>
<select class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
<option value="">Select your monthly revenue range</option>
<option>Under $30K</option>
<option>$30K-$75K</option>
<option>$75K-$150K</option>
<option>$150K-$300K</option>
<option>$300K+</option>
</select>
</div>
<div>
<label class="block text-gray-700 font-medium mb-1">Biggest Financial Challenge*</label>
<select class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
<option value="">Select your biggest challenge</option>
<option>Can't predict revenue 3+ months out</option>
<option>Unclear profit margins by product/service</option>
<option>Don't know if marketing spend is working</option>
<option>Cash flow unpredictability</option>
<option>Can't tell which customers are most profitable</option>
<option>Considering raising capital</option>
<option>Other</option>
</select>
</div>
<div>
<label class="block text-gray-700 font-medium mb-1">Industry*</label>
<select class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
<option value="">Select your industry</option>
<option>E-commerce</option>
<option>SaaS/Software</option>
<option>Professional Services</option>
<option>Manufacturing</option>
<option>Retail</option>
<option>Restaurant/Food</option>
<option>Construction/Trades</option>
<option>Healthcare</option>
<option>Other</option>
</select>
</div>
<div>
<label class="block text-gray-700 font-medium mb-1">Number of Employees*</label>
<select class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
<option value="">Select number of employees</option>
<option>Just me</option>
<option>2-5</option>
<option>6-15</option>
<option>16-30</option>
<option>31+</option>
</select>
</div>
<div>
<label class="block text-gray-700 font-medium mb-1">Accounting Software*</label>
<select class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
<option value="">Select your accounting software</option>
<option>QuickBooks</option>
<option>Xero</option>
<option>FreshBooks</option>
<option>Excel/Spreadsheets</option>
<option>Other</option>
</select>
</div>
<div>
<label class="block text-gray-700 font-medium mb-1">Do you currently work with a bookkeeper/accountant?*</label>
<div class="flex space-x-4 mt-2">
<label class="inline-flex items-center">
<input type="radio" name="bookkeeper" value="yes" class="h-4 w-4 text-indigo-600 focus:ring-indigo-500">
<span class="ml-2">Yes</span>
</label>
<label class="inline-flex items-center">
<input type="radio" name="bookkeeper" value="no" class="h-4 w-4 text-indigo-600 focus:ring-indigo-500">
<span class="ml-2">No</span>
</label>
</div>
</div>
<div>
<label class="block text-gray-700 font-medium mb-1">What You're Hoping to Learn (Optional)</label>
<textarea rows="3" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500" placeholder="What specific insights are you hoping to discover about your business finances..."></textarea>
</div>
</form>
<div class="flex justify-center gap-4 mt-8">
<button class="prev-step-btn text-gray-600 hover:text-gray-800 px-6 py-2 rounded-lg font-medium text-lg transition duration-300">
<i class="fas fa-arrow-left mr-2"></i> Back
</button>
<button id="submit-btn" class="bg-indigo-600 hover:bg-indigo-700 text-white px-8 py-3 rounded-lg font-bold text-lg transition duration-300">
Reveal What's Missing From My Reports
</button>
</div>
</div>
<!-- Confirmation (hidden initially) -->
<div id="confirmation" class="hidden p-8 text-center">
<div class="w-24 h-24 bg-green-100 rounded-full flex items-center justify-center mx-auto mb-6">
<i class="fas fa-check text-green-600 text-4xl"></i>
</div>
<h3 class="text-3xl font-bold mb-3">You're All Set! 🎉</h3>
<p class="text-xl text-gray-600 mb-8">Your 30-minute Complete Financial Analysis Call is confirmed for:</p>
<div class="bg-indigo-50 rounded-lg p-4 mb/8 inline-block">
<p class="text-indigo-700 font-bold text-lg">Tuesday, June 6 at 2:00 PM EST</p>
</div>
<div class="max-w-lg mx-auto mt-12 text-left space-y-4">
<h4 class="text-xl font-bold mb-4">What happens next:</h4>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-4">
<div class="w-6 h-6 bg-indigo-100 rounded-full flex items-center justify-center">
<i class="fas fa-check text-indigo-600 text-xs"></i>
</div>
</div>
<p class="text-gray-700">Within 24 hours: Calendar invite and prep email sent</p>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-4">
<div class="w-6 h-6 bg-indigo-100 rounded-full flex items-center justify-center">
<i class="fas fa-check text-indigo-600 text-xs"></i>
</div>
</div>
<p class="text-gray-700">24 hours before call: Your custom financial analysis delivered</p>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-4">
<div class="w-6 h-6 bg-indigo-100 rounded-full flex items-center justify-center">
<i class="fas fa-check text-indigo-600 text-xs"></i>
</div>
</div>
<p class="text-gray-700">Day of call: Your CFO will reveal exactly what your current reports are missing</p>
</div>
</div>
<div class="mt-10 mb-6">
<h4 class="font-bold mb-4">Add to calendar:</h4>
<div class="flex justify-center space-x-4">
<button class="px-4 py-2 bg-blue-500 hover:bg-blue-600 text-white rounded">
<i class="fab fa-google mr-2"></i> Google Calendar
</button>
<button class="px-4 py-2 bg-blue-600 hover:bg-blue-700 text-white rounded">
<i class="fab fa-windows mr-2"></i> Outlook
</button>
<button class="px-4 py-2 bg-gray-800 hover:bg-gray-900 text-white rounded">
<i class="fab fa-apple mr-2"></i> iPhone
</button>
</div>
</div>
<div class="text-gray-600 text-sm mt-8">
<p class="mb-4"><i class="fas fa-lock mr-2"></i> Your information is 100% secure</p>
<p class="mb-4"><i class="fas fa-phone-alt mr-2"></i> Need to reschedule? Just reply to your confirmation email</p>
<p><i class="fas fa-search mr-2"></i> Average client discovers 4-7 major blind spots in their current reporting</p>
</div>
<p class="mt-8 text-gray-700">
Questions? Reply to your confirmation email or call <a href="tel:+15551234567" class="text-indigo-600 hover:underline">(555) 123-4567</a>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto">
<h2 class="text-3xl md:text-4xl font-bold mb-12 text-center">Frequently Asked Questions</h2>
<div class="space-y-6">
<div class="bg-white p-6 rounded-xl shadow-sm">
<h3 class="font-bold text-lg mb-2">"How is this different from what my bookkeeper provides?"</h3>
<p class="text-gray-700">Your bookkeeper tracks what happened. We show you why it happened and what's going to happen next. It's the difference between a rearview mirror and a GPS.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm">
<h3 class="font-bold text-lg mb-2">"Will you tell me my bookkeeper is doing something wrong?"</h3>
<p class="text-gray-700">Not at all. Bookkeepers serve an important compliance function. We're showing you the strategic layer that sits on top of good bookkeeping.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm">
<h3 class="font-bold text-lg mb-2">"What if my financial reports are already detailed?"</h3>
<p class="text-gray-700">Most "detailed" reports still only show the what, not the why or what's next. We'll show you customer behavior patterns, marketing ROI, and predictive metrics that standard reports miss.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm">
<h3 class="font-bold text-lg mb-2">"Do I need to switch from my current bookkeeper?"</h3>
<p class="text-gray-700">No. Our analysis works with any bookkeeping system. We're adding strategic insights, not replacing basic accounting functions.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Final CTA -->
<section class="py-16 gradient-bg text-white">
<div class="container mx-auto px-4 text-center">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Stop Looking at Half the Picture. See Everything.</h2>
<p class="text-xl mb-8 max-w-3xl mx-auto">
Your current financial reports are like reading only the first chapter of a book. In 30 minutes, you'll finally see the complete story of your business finances.
</p>
<div class="flex flex-col items-center">
<a href="#form-section" class="bg-white text-indigo-700 hover:bg-gray-100 px-8 py-4 rounded-lg font-bold text-lg transition duration-300 inline-block mb-6">
Reveal What's Missing From My Reports
</a>
<div class="bg-indigo-700/30 px-4 py-2 rounded-full text-sm">
Guarantee: If we don't reveal at least one significant blind spot in your current financial reporting, we'll send you $100.
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<img src="https://weeklyaccounting.com/wp-content/uploads/2024/12/weekly-accounting-dark-3-1024x192.png" alt="Weekly Accounting Logo" class="w-32 mb-4">
<p class="text-gray-400">Strategic financial insights for growing businesses.</p>
</div>
<div>
<h3 class="font-bold text-lg mb-4">Services</h3>
<ul class="space-y-2 text-gray-400">
<li><a href="#" class="hover:text-white transition">Fractional CFO</a></li>
<li><a href="#form-section" class="hover:text-white transition">Free Financial Analysis</a></li>
<li><a href="#" class="hover:text-white transition">Integrated Financial Models</a></li>
<li><a href="#" class="hover:text-white transition">Financial Strategy</a></li>
</ul>
</div>
<div>
<h3 class="font-bold text-lg mb-4">Company</h3>
<ul class="space-y-2 text-gray-400">
<li><a href="#" class="hover:text-white transition">About Us</a></li>
<li><a href="#" class="hover:text-white transition">Our Approach</a></li>
<li><a href="#" class="hover:text-white transition">Case Studies</a></li>
<li><a href="#" class="hover:text-white transition">Contact</a></li>
</ul>
</div>
<div>
<h3 class="font-bold text-lg mb-4">Contact</h3>
<ul class="space-y-2 text-gray-400">
<li class="flex items-center">
<i class="fas fa-phone-alt mr-2"></i> (555) 123-4567
</li>
<li class="flex items-center">
<i class="fas fa-envelope mr-2"></i> [email protected]
</li>
<li class="flex items-center">
<i class="fas fa-map-marker-alt mr-2"></i> New York, NY
</li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-500 text-sm">
<p>© 2023 Weekly Accounting. All rights reserved.</p>
</div>
</div>
</footer>
<script>
// Form navigation
document.addEventListener('DOMContentLoaded', function() {
const formSteps = document.querySelectorAll('.form-step');
const prevBtns = document.querySelectorAll('.prev-step-btn');
const nextBtns = document.querySelectorAll('.next-step-btn');
const submitBtn = document.getElementById('submit-btn');
const confirmation = document.getElementById('confirmation');
const progressBar = document.querySelector('.step-progress');
const dateOptions = document.querySelectorAll('.date-option');
let currentStep = 1;
// Next button click handler
nextBtns.forEach(btn => {
btn.addEventListener('click', function() {
// Validate current step
if (currentStep === 1) {
let hasSelected = false;
dateOptions.forEach(option => {
if (option.classList.contains('border-indigo-600')) {
hasSelected = true;
}
});
if (!hasSelected) {
alert('Please select a time slot');
return;
}
} else if (currentStep === 2) {
const requiredFields = ['company', 'name', 'email', 'phone'];
let isValid = true;
requiredFields.forEach(id => {
const field = document.getElementById(id);
if (!field.value.trim()) {
field.classList.add('border-red-500');
isValid = false;
} else {
field.classList.remove('border-red-500');
}
});
if (!isValid) {
alert('Please fill in all required fields');
return;
}
}
// Move to next step
if (currentStep < 3) {
document.getElementById(`step-${currentStep}`).classList.add('hidden');
currentStep++;
document.getElementById(`step-${currentStep}`).classList.remove('hidden');
progressBar.style.width = `${currentStep * 33}%`;
}
});
});
// Previous button click handler
prevBtns.forEach(btn => {
btn.addEventListener('click', function() {
if (currentStep > 1) {
document.getElementById(`step-${currentStep}`).classList.add('hidden');
currentStep--;
document.getElementById(`step-${currentStep}`).classList.remove('hidden');
progressBar.style.width = `${currentStep * 33}%`;
}
});
});
// Date selection
dateOptions.forEach(option => {
option.addEventListener('click', function() {
dateOptions.forEach(opt => {
opt.classList.remove('border-indigo-600', 'bg-indigo-50');
});
this.classList.add('border-indigo-600', 'bg-indigo-50');
});
});
// Form submission
submitBtn.addEventListener('click', function(e) {
e.preventDefault();
// Validate step 3
const requiredSelects = document.querySelectorAll('#step-3 select[required]');
const requiredRadios = document.querySelectorAll('#step-3 input[type="radio"][required]');
let isValid = true;
requiredSelects.forEach(select => {
if (!select.value) {
select.classList.add('border-red-500');
isValid = false;
} else {
select.classList.remove('border-red-500');
}
});
let radioSelected = false;
requiredRadios.forEach(radio => {
if (radio.checked) {
radioSelected = true;
}
});
if (!radioSelected) {
isValid = false;
}
if (!isValid) {
alert('Please fill in all required fields');
return;
}
// Show confirmation
document.getElementById(`step-${currentStep}`).classList.add('hidden');
confirmation.classList.remove('hidden');
});
});
</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=trippykat/wa2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |