Spaces:
Running
Running
File size: 45,441 Bytes
cb7df77 |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Culver's Career Advantage | Land Your Fast Food Job</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>
.gradient-bg {
background: linear-gradient(135deg, #facc15 0%, #f97316 100%);
}
.job-shadow {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.pulse-animation {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(251, 146, 60, 0.7);
}
70% {
box-shadow: 0 0 0 10px rgba(251, 146, 60, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(251, 146, 60, 0);
}
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- 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">
<img class="h-8 w-auto" src="https://www.culvers.com/static/images/logo.png" alt="Culver's">
<span class="ml-3 text-xl font-bold text-orange-600">Career Advantage</span>
</div>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="#services" class="text-gray-700 hover:text-orange-600 px-3 py-2 text-sm font-medium">Services</a>
<a href="#process" class="text-gray-700 hover:text-orange-600 px-3 py-2 text-sm font-medium">Our Process</a>
<a href="#guarantee" class="text-gray-700 hover:text-orange-600 px-3 py-2 text-sm font-medium">Guarantee</a>
<a href="#testimonials" class="text-gray-700 hover:text-orange-600 px-3 py-2 text-sm font-medium">Success Stories</a>
<a href="#contact" class="bg-orange-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-orange-700">Get Started</a>
</div>
<div class="-mr-2 flex items-center md: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">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden bg-white shadow-lg rounded-b-lg">
<div class="pt-2 pb-3 space-y-1">
<a href="#services" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-orange-600 hover:bg-gray-50">Services</a>
<a href="#process" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-orange-600 hover:bg-gray-50">Our Process</a>
<a href="#guarantee" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-orange-600 hover:bg-gray-50">Guarantee</a>
<a href="#testimonials" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-orange-600 hover:bg-gray-50">Success Stories</a>
<a href="#contact" class="block px-3 py-2 text-base font-medium text-orange-600 hover:bg-orange-50">Get Started</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="gradient-bg">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8 lg:py-24">
<div class="lg:grid lg:grid-cols-2 lg:gap-8 lg:items-center">
<div>
<h1 class="text-4xl font-extrabold tracking-tight text-white sm:text-5xl lg:text-6xl">
Land Your Culver's Job
</h1>
<p class="mt-3 max-w-3xl text-lg leading-6 text-yellow-100">
We'll coach you through the entire application process and <span class="font-bold">guarantee</span> your job offer at Culver's or another fast food restaurant - or we'll refund your money.
</p>
<div class="mt-8 sm:flex">
<div class="rounded-md shadow">
<a href="#contact" class="flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-orange-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10">
Get Your Job Offer
</a>
</div>
<div class="mt-3 rounded-md shadow sm:mt-0 sm:ml-3">
<a href="#services" class="flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-orange-500 hover:bg-orange-600 md:py-4 md:text-lg md:px-10">
How It Works
</a>
</div>
</div>
</div>
<div class="mt-12 lg:mt-0">
<img class="rounded-lg job-shadow" src="https://images.unsplash.com/photo-1555396273-367ea4eb4db5?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1000&q=80" alt="Happy Culver's employee">
</div>
</div>
</div>
</div>
<!-- Stats Section -->
<div class="bg-white">
<div class="max-w-7xl mx-auto py-12 px-4 sm:py-16 sm:px-6 lg:px-8">
<div class="max-w-4xl mx-auto text-center">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
Fast Food Job Success Rate
</h2>
<p class="mt-3 text-xl text-gray-500">
Our proven methods dramatically improve your chances of getting hired
</p>
</div>
<div class="mt-10 grid grid-cols-2 gap-8 md:grid-cols-4">
<div class="text-center">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-orange-100 text-orange-600 mx-auto">
<i class="fas fa-percentage text-xl"></i>
</div>
<div class="pt-1">
<p class="text-4xl font-bold text-gray-900">93%</p>
<p class="text-sm font-medium text-gray-500">Success Rate</p>
</div>
</div>
<div class="text-center">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-orange-100 text-orange-600 mx-auto">
<i class="fas fa-clock text-xl"></i>
</div>
<div class="pt-1">
<p class="text-4xl font-bold text-gray-900">14</p>
<p class="text-sm font-medium text-gray-500">Days Average</p>
</div>
</div>
<div class="text-center">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-orange-100 text-orange-600 mx-auto">
<i class="fas fa-users text-xl"></i>
</div>
<div class="pt-1">
<p class="text-4xl font-bold text-gray-900">2,114</p>
<p class="text-sm font-medium text-gray-500">People Hired</p>
</div>
</div>
<div class="text-center">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-orange-100 text-orange-600 mx-auto">
<i class="fas fa-dollar-sign text-xl"></i>
</div>
<div class="pt-1">
<p class="text-4xl font-bold text-gray-900">$1.50+</p>
<p class="text-sm font-medium text-gray-500">Higher Wage</p>
</div>
</div>
</div>
</div>
</div>
<!-- Services Section -->
<div id="services" class="bg-gray-50 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-orange-600 font-semibold tracking-wide uppercase">Services</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Your Complete Fast Food Career Package
</p>
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
Everything you need to land your dream fast food job and succeed in your career
</p>
</div>
<div class="mt-10">
<div class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-10">
<div class="relative bg-white p-6 rounded-lg shadow-lg job-shadow">
<div class="absolute -top-4 -left-4 w-10 h-10 rounded-full bg-orange-500 flex items-center justify-center">
<i class="fas fa-star text-white"></i>
</div>
<h3 class="text-lg font-medium text-gray-900">
Culver's Application Mastery
</h3>
<p class="mt-2 text-base text-gray-500">
Step-by-step walkthrough of the Culver's application process with insider tips on exactly what hiring managers look for.
</p>
</div>
<div class="relative bg-white p-6 rounded-lg shadow-lg job-shadow">
<div class="absolute -top-4 -left-4 w-10 h-10 rounded-full bg-orange-500 flex items-center justify-center">
<i class="fas fa-clipboard-check text-white"></i>
</div>
<h3 class="text-lg font-medium text-gray-900">
Fast Food Resume Builder
</h3>
<p class="mt-2 text-base text-gray-500">
Professionally designed resume templates optimized specifically for fast food positions that get noticed.
</p>
</div>
<div class="relative bg-white p-6 rounded-lg shadow-lg job-shadow">
<div class="absolute -top-4 -left-4 w-10 h-10 rounded-full bg-orange-500 flex items-center justify-center">
<i class="fas fa-comment-alt text-white"></i>
</div>
<h3 class="text-lg font-medium text-gray-900">
Interview Preparation System
</h3>
<p class="mt-2 text-base text-gray-500">
Mock interviews with coaching on how to answer the most common fast food interview questions effectively.
</p>
</div>
<div class="relative bg-white p-6 rounded-lg shadow-lg job-shadow">
<div class="absolute -top-4 -left-4 w-10 h-10 rounded-full bg-orange-500 flex items-center justify-center">
<i class="fas fa-user-tie text-white"></i>
</div>
<h3 class="text-lg font-medium text-gray-900">
Hiring Manager Contact List
</h3>
<p class="mt-2 text-base text-gray-500">
Direct access to our network of Culver's and fast food hiring managers for fast-tracked applications.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Process Section -->
<div id="process" class="bg-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-orange-600 font-semibold tracking-wide uppercase">Process</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Our 4-Step Job Placement System
</p>
</div>
<div class="mt-10">
<div class="relative">
<!-- Vertical line -->
<div class="absolute left-1/2 w-1 h-full bg-orange-200 transform -translate-x-1/2"></div>
<div class="space-y-10 md:space-y-16">
<!-- Step 1 -->
<div class="flex flex-col md:flex-row items-center">
<div class="flex-shrink-0 flex items-center justify-center w-16 h-16 rounded-full bg-orange-600 text-white">
<span class="text-2xl font-bold">1</span>
</div>
<div class="mt-4 md:mt-0 md:ml-6">
<h3 class="text-lg font-medium text-gray-900">Assessment & Strategy Session</h3>
<p class="mt-2 text-base text-gray-500">
We'll analyze your skills, goals, and local job market to create a customized plan for your Culver's application.
</p>
</div>
</div>
<!-- Step 2 -->
<div class="flex flex-col md:flex-row items-center">
<div class="flex-shrink-0 flex items-center justify-center w-16 h-16 rounded-full bg-orange-600 text-white">
<span class="text-2xl font-bold">2</span>
</div>
<div class="mt-4 md:mt-0 md:ml-6">
<h3 class="text-lg font-medium text-gray-900">Application Enhancement</h3>
<p class="mt-2 text-base text-gray-500">
Our team will optimize every aspect of your application to highlight what hiring managers specifically look for in fast food candidates.
</p>
</div>
</div>
<!-- Step 3 -->
<div class="flex flex-col md:flex-row items-center">
<div class="flex-shrink-0 flex items-center justify-center w-16 h-16 rounded-full bg-orange-600 text-white">
<span class="text-2xl font-bold">3</span>
</div>
<div class="mt-4 md:mt-0 md:ml-6">
<h3 class="text-lg font-medium text-gray-900">Interview Training</h3>
<p class="mt-2 text-base text-gray-500">
You'll practice interviews with our coaches until you're delivering perfect responses that impress managers.
</p>
</div>
</div>
<!-- Step 4 -->
<div class="flex flex-col md:flex-row items-center">
<div class="flex-shrink-0 flex items-center justify-center w-16 h-16 rounded-full bg-orange-600 text-white">
<span class="text-2xl font-bold">4</span>
</div>
<div class="mt-4 md:mt-0 md:ml-6">
<h3 class="text-lg font-medium text-gray-900">Job Offer Guarantee</h3>
<p class="mt-2 text-base text-gray-500">
With your perfected application & interview skills, you'll land your job offer - guaranteed or your money back.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Guarantee Section -->
<div id="guarantee" class="bg-orange-50 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-orange-600 font-semibold tracking-wide uppercase">Guarantee</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Our Promise To You
</p>
</div>
<div class="mt-10 max-w-4xl mx-auto bg-white rounded-lg shadow-lg overflow-hidden job-shadow">
<div class="p-8 sm:p-10">
<div class="flex items-start">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-full bg-orange-100 text-orange-600">
<i class="fas fa-hand-holding-usd text-xl"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-2xl font-bold text-gray-900">
Job Offer Guarantee
</h3>
<p class="mt-2 text-lg text-gray-600">
We're so confident in our system that we offer a <span class="font-bold text-orange-600">100% money-back guarantee</span> if you don't receive a job offer at Culver's or another fast food restaurant of your choice within 30 days of completing our program.
</p>
</div>
</div>
<div class="mt-8 border-t border-gray-200 pt-8">
<div class="rounded-md bg-orange-50 p-6">
<div class="flex">
<div class="flex-shrink-0">
<i class="fas fa-info-circle text-orange-400 text-xl"></i>
</div>
<div class="ml-3">
<p class="text-sm text-orange-700">
<span class="font-semibold">Important:</span> To qualify for our guarantee, you must complete all coaching sessions and apply to at least 3 locations in your area.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonials -->
<div id="testimonials" class="bg-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-orange-600 font-semibold tracking-wide uppercase">Success Stories</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Real People, Real Results
</p>
</div>
<div class="mt-10 grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3">
<!-- Testimonial 1 -->
<div class="bg-white rounded-lg shadow-lg overflow-hidden job-shadow">
<div class="p-6">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/women/32.jpg" alt="Sarah L.">
</div>
<div class="ml-4">
<div class="text-lg font-medium text-gray-900">Sarah L.</div>
<div class="text-orange-500">Shift Leader, Culver's</div>
</div>
</div>
<div class="mt-4">
<p class="text-gray-600">
"I was struggling to even get interviews before working with Culver's Career Advantage. After completing their coaching, I had three job offers within two weeks! I chose to accept the one that paid $1.25 more per hour."
</p>
</div>
<div class="mt-4 flex items-center text-sm text-gray-500">
<i class="fas fa-map-marker-alt mr-2"></i> Madison, WI
</div>
</div>
</div>
<!-- Testimonial 2 -->
<div class="bg-white rounded-lg shadow-lg overflow-hidden job-shadow">
<div class="p-6">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/men/45.jpg" alt="Marcus J.">
</div>
<div class="ml-4">
<div class="text-lg font-medium text-gray-900">Marcus J.</div>
<div class="text-orange-500">Assistant Manager, Culver's</div>
</div>
</div>
<div class="mt-4">
<p class="text-gray-600">
"I used to think my lack of experience would prevent me from getting promoted. The interview coaching gave me the confidence to ask for management positions. I'm now assistant manager at my local Culver's!"
</p>
</div>
<div class="mt-4 flex items-center text-sm text-gray-500">
<i class="fas fa-map-marker-alt mr-2"></i> Indianapolis, IN
</div>
</div>
</div>
<!-- Testimonial 3 -->
<div class="bg-white rounded-lg shadow-lg overflow-hidden job-shadow">
<div class="p-6">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/women/67.jpg" alt="Tanya R.">
</div>
<div class="ml-4">
<div class="text-lg font-medium text-gray-900">Tanya R.</div>
<div class="text-orange-500">Cashier, Culver's</div>
</div>
</div>
<div class="mt-4">
<p class="text-gray-600">
"As someone returning to the workforce after years away, I was nervous about applying. The resume builder and application tips helped me land the perfect part-time position that works with my schedule."
</p>
</div>
<div class="mt-4 flex items-center text-sm text-gray-500">
<i class="fas fa-map-marker-alt mr-2"></i> Chicago, IL
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Pricing -->
<div class="bg-gray-50 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-orange-600 font-semibold tracking-wide uppercase">Investment</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Simple Pricing, Guaranteed Results
</p>
</div>
<div class="mt-12 space-y-12 md:space-y-0 md:grid md:grid-cols-2 md:gap-8 lg:grid-cols-3">
<!-- Standard Plan -->
<div class="relative bg-white rounded-lg shadow-lg overflow-hidden job-shadow">
<div class="p-6">
<div class="flex items-center justify-between">
<h3 class="text-lg font-medium text-gray-900">Standard</h3>
<span class="px-3 py-1 text-sm font-semibold rounded-full bg-orange-100 text-orange-800">Most Popular</span>
</div>
<p class="mt-4 text-gray-500">
Everything you need to land an entry-level position at Culver's or another fast food restaurant
</p>
<div class="mt-6">
<span class="text-4xl font-bold text-gray-900">$49</span>
<span class="text-base font-medium text-gray-500">/ one-time</span>
</div>
<ul class="mt-6 space-y-4">
<li class="flex">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span class="text-gray-500">Custom Resume Template</span>
</li>
<li class="flex">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span class="text-gray-500">Application Walkthrough</span>
</li>
<li class="flex">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span class="text-gray-500">Interview Question Guide</span>
</li>
<li class="flex">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span class="text-gray-500">Job Offer Guarantee</span>
</li>
</ul>
<div class="mt-8">
<a href="#contact" class="block w-full py-3 px-6 text-center rounded-md bg-orange-600 text-white font-medium hover:bg-orange-700">
Choose Standard
</a>
</div>
</div>
</div>
<!-- Premium Plan -->
<div class="relative bg-white rounded-lg shadow-lg overflow-hidden job-shadow">
<div class="absolute top-0 left-0 right-0 h-2 bg-orange-600"></div>
<div class="p-6">
<h3 class="text-lg font-medium text-gray-900">Premium</h3>
<p class="mt-4 text-gray-500">
Advanced tools for those looking to enter at higher positions or needing extra support
</p>
<div class="mt-6">
<span class="text-4xl font-bold text-gray-900">$99</span>
<span class="text-base font-medium text-gray-500">/ one-time</span>
</div>
<ul class="mt-6 space-y-4">
<li class="flex">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span class="text-gray-500">All Standard Features</span>
</li>
<li class="flex">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span class="text-gray-500">Two 1-on-1 Coaching Sessions</span>
</li>
<li class="flex">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span class="text-gray-500">Mock Interview & Feedback</span>
</li>
<li class="flex">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span class="text-gray-500">Higher Position Strategy</span>
</li>
<li class="flex">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span class="text-gray-500">Priority Support</span>
</li>
</ul>
<div class="mt-8">
<a href="#contact" class="block w-full py-3 px-6 text-center rounded-md bg-orange-600 text-white font-medium hover:bg-orange-700">
Choose Premium
</a>
</div>
</div>
</div>
<!-- Team Plan -->
<div class="relative bg-white rounded-lg shadow-lg overflow-hidden job-shadow">
<div class="p-6">
<h3 class="text-lg font-medium text-gray-900">Group</h3>
<p class="mt-4 text-gray-500">
For families or groups applying together to multiple fast food locations
</p>
<div class="mt-6">
<span class="text-4xl font-bold text-gray-900">$149</span>
<span class="text-base font-medium text-gray-500">/ one-time</span>
</div>
<ul class="mt-6 space-y-4">
<li class="flex">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span class="text-gray-500">Premium for 3 People</span>
</li>
<li class="flex">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span class="text-gray-500">Family Discount Bundles</span>
</li>
<li class="flex">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span class="text-gray-500">Group Coaching Session</span>
</li>
<li class="flex">
<i class="fas fa-check text-green-500 mt-1 mr-2"></i>
<span class="text-gray-500">Joint Resume Optimization</span>
</li>
</ul>
<div class="mt-8">
<a href="#contact" class="block w-full py-3 px-6 text-center rounded-md bg-orange-600 text-white font-medium hover:bg-orange-700">
Choose Group
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- FAQ -->
<div class="bg-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-orange-600 font-semibold tracking-wide uppercase">Questions</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Frequently Asked Questions
</p>
</div>
<div class="mt-12">
<dl class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-12">
<div class="relative">
<dt>
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-orange-500 text-white">
<i class="fas fa-question"></i>
</div>
<p class="ml-16 text-lg leading-6 font-medium text-gray-900">How does the guarantee work?</p>
</dt>
<dd class="mt-2 ml-16 text-base text-gray-500">
If you complete our program and apply to at least 3 locations in your area without receiving a job offer within 30 days, we'll refund your payment in full.
</dd>
</div>
<div class="relative">
<dt>
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-orange-500 text-white">
<i class="fas fa-question"></i>
</div>
<p class="ml-16 text-lg leading-6 font-medium text-gray-900">Is prior experience required?</p>
</dt>
<dd class="mt-2 ml-16 text-base text-gray-500">
No! Our system is designed to help applicants with any level of experience, including complete beginners entering the workforce for the first time.
</dd>
</div>
<div class="relative">
<dt>
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-orange-500 text-white">
<i class="fas fa-question"></i>
</div>
<p class="ml-16 text-lg leading-6 font-medium text-gray-900">How quickly does this work?</p>
</dt>
<dd class="mt-2 ml-16 text-base text-gray-500">
Most clients receive job offers within 1-3 weeks of completing the program. Our fastest success was just 3 days!
</dd>
</div>
<div class="relative">
<dt>
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-orange-500 text-white">
<i class="fas fa-question"></i>
</div>
<p class="ml-16 text-lg leading-6 font-medium text-gray-900">Do you help with promotions?</p>
</dt>
<dd class="mt-2 ml-16 text-base text-gray-500">
Absolutely! Our Premium package includes specific strategies for moving into shift leader or assistant manager positions.
</dd>
</div>
</dl>
</div>
</div>
</div>
<!-- Contact Form -->
<div id="contact" class="gradient-bg py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-8 lg:items-center">
<div class="lg:col-span-1">
<h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl">
Ready to start your Culver's career?
</h2>
<p class="mt-3 max-w-3xl text-lg leading-6 text-yellow-100">
Fill out this form and we'll contact you within 24 hours to discuss your perfect Culver's position match.
</p>
<div class="mt-8 flex">
<div class="inline-flex rounded-md shadow">
<a href="tel:+18885551234" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-orange-600 bg-white hover:bg-gray-50">
<i class="fas fa-phone-alt mr-3"></i> Call: (888) 555-1234
</a>
</div>
</div>
</div>
<div class="mt-12 lg:mt-0 lg:col-span-1">
<div class="bg-white rounded-lg shadow-xl overflow-hidden job-shadow">
<div class="p-6 sm:p-10">
<form id="contactForm" class="space-y-6">
<div>
<label for="name" class="block text-sm font-medium text-gray-700">Full Name</label>
<div class="mt-1">
<input id="name" name="name" type="text" required class="py-3 px-4 block w-full shadow-sm focus:ring-orange-500 focus:border-orange-500 border-gray-300 rounded-md">
</div>
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700">Email address</label>
<div class="mt-1">
<input id="email" name="email" type="email" autocomplete="email" required class="py-3 px-4 block w-full shadow-sm focus:ring-orange-500 focus:border-orange-500 border-gray-300 rounded-md">
</div>
</div>
<div>
<label for="phone" class="block text-sm font-medium text-gray-700">Phone Number</label>
<div class="mt-1">
<input id="phone" name="phone" type="tel" required class="py-3 px-4 block w-full shadow-sm focus:ring-orange-500 focus:border-orange-500 border-gray-300 rounded-md">
</div>
</div>
<div>
<label for="position" class="block text-sm font-medium text-gray-700">Desired Position</label>
<div class="mt-1">
<select id="position" name="position" class="py-3 px-4 block w-full shadow-sm focus:ring-orange-500 focus:border-orange-500 border-gray-300 rounded-md">
<option>Crew Member</option>
<option>Cashier</option>
<option>Kitchen Staff</option>
<option>Shift Leader</option>
<option>Assistant Manager</option>
<option>Other</option>
</select>
</div>
</div>
<div>
<button id="submitButton" type="submit" class="w-full flex justify-center py-3 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-orange-600 hover:bg-orange-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-orange-500">
Get My Job Offer
</button>
</div>
</form>
<div id="successMessage" class="hidden mt-4 p-4 bg-green-100 text-green-700 rounded-md text-center">
<i class="fas fa-check-circle mr-2"></i> Thank you! We'll contact you within 24 hours to begin your fast food career journey.
</div>
</div>
</div>
</div>
</div>
</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 gap-8 md:grid-cols-4">
<div class="col-span-2">
<img class="h-8" src="https://www.culvers.com/static/images/logo.png" alt="Culver's">
<p class="mt-4 text-sm text-gray-300">
Culver's Career Advantage is an independent service that helps applicants successfully navigate Culver's hiring processes. We are not affiliated with Culver's Franchising System, LLC.
</p>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Resources</h3>
<div class="mt-4 space-y-4">
<a href="#" class="text-base text-gray-300 hover:text-white">Career Tips Blog</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Application Guide</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Interview Questions</a>
</div>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Company</h3>
<div class="mt-4 space-y-4">
<a href="#" class="text-base text-gray-300 hover:text-white">About Us</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Our Team</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Careers</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Contact</a>
</div>
</div>
</div>
<div class="mt-8 border-t border-gray-700 pt-8 flex justify-between">
<p class="text-gray-400 text-sm">
© 2023 Culver's Career Advantage. All rights reserved.
</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-gray-300">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-300">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-300">
<i class="fab fa-instagram"></i>
</a>
</div>
</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');
});
// Form submission handler
document.getElementById('contactForm').addEventListener('submit', function(e) {
e.preventDefault();
document.getElementById('contactForm').classList.add('hidden');
document.getElementById('successMessage').classList.remove('hidden');
// Scroll to success message
document.getElementById('successMessage').scrollIntoView({
behavior: 'smooth'
});
});
// 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;
document.querySelector(targetId).scrollIntoView({
behavior: 'smooth'
});
// Close mobile menu if open
const mobileMenu = document.getElementById('mobile-menu');
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('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=zombieofCrypto/culvers-site" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |