Skip to content

Commit f9ec7ea

Browse files
author
Noah Schultz
committed
Add Calendly Discovery Call embed to Intelligent Systems page
- Calendly account created: noah-ceradonsystems - Event: Discovery Call, 30 min, Phone call, Mon-Fri 9-5 MST - Inline widget with dark theme matching site colors - Original form preserved as collapsible fallback - Booking URL: calendly.com/noah-ceradonsystems/30min
1 parent 293f3e7 commit f9ec7ea

File tree

1 file changed

+68
-60
lines changed

1 file changed

+68
-60
lines changed

intelligent-systems.html

Lines changed: 68 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -546,70 +546,78 @@ <h2 class="section-heading text-3xl">Frequently Asked Questions</h2>
546546
<!-- ══════════ APPLICATION ══════════ -->
547547
<section id="apply" class="border-t border-[color:var(--steel-700)]">
548548
<div class="mx-auto max-w-7xl px-4 py-20 space-y-12">
549-
<div class="grid gap-12 lg:grid-cols-[1.1fr_1fr] lg:items-start">
550-
<div class="space-y-6" data-animate>
551-
<span class="spots-indicator">6 spots this quarter</span>
552-
<h2 class="section-heading text-3xl">Your Competitors Are Installing AI Systems Right Now.</h2>
553-
<p class="text-subtle text-lg leading-relaxed">
554-
Every month without systems is a month they compound and you don't. The businesses that install now will be unreachable in 12 months. This page being live means we have availability.
555-
</p>
556-
<div class="card-glass p-6 space-y-2">
557-
<p class="text-sm text-subtle"><strong class="text-[color:var(--white)]">How this works:</strong> Submit your application. If you're a fit, we'll schedule a 30-minute discovery call within 24 hours. On that call, we'll map your workflows and show you exactly what your AI department would look like. No obligation.</p>
549+
<div class="max-w-3xl space-y-6" data-animate>
550+
<span class="spots-indicator">6 spots this quarter</span>
551+
<h2 class="section-heading text-3xl">Your Competitors Are Installing AI Systems Right Now.</h2>
552+
<p class="text-subtle text-lg leading-relaxed">
553+
Every month without systems is a month they compound and you don't. The businesses that install now will be unreachable in 12 months. Book a 30-minute discovery call. We'll map your workflows and show you exactly what your AI department would look like. No obligation.
554+
</p>
555+
<div class="grid grid-cols-3 gap-4 max-w-md">
556+
<div class="card-glass p-5 text-center">
557+
<p class="stat-number text-2xl">8</p>
558+
<p class="stat-label">Agents</p>
558559
</div>
559-
560-
<div class="grid grid-cols-3 gap-4 pt-2">
561-
<div class="card-glass p-5 text-center">
562-
<p class="stat-number text-2xl">8</p>
563-
<p class="stat-label">Agents</p>
564-
</div>
565-
<div class="card-glass p-5 text-center">
566-
<p class="stat-number text-2xl">14</p>
567-
<p class="stat-label">Days</p>
568-
</div>
569-
<div class="card-glass p-5 text-center">
570-
<p class="stat-number text-2xl">3h</p>
571-
<p class="stat-label">Your time</p>
572-
</div>
560+
<div class="card-glass p-5 text-center">
561+
<p class="stat-number text-2xl">14</p>
562+
<p class="stat-label">Days</p>
563+
</div>
564+
<div class="card-glass p-5 text-center">
565+
<p class="stat-number text-2xl">3h</p>
566+
<p class="stat-label">Your time</p>
573567
</div>
574568
</div>
569+
</div>
575570

576-
<div class="card-glass p-8" data-animate data-delay="200">
577-
<h3 class="text-xl font-semibold text-[color:var(--white)] mb-6">Apply for Installation</h3>
578-
<form class="space-y-5" action="https://formspree.io/f/xnjbjayd" method="POST" data-contact-form>
579-
<input type="hidden" name="_subject" value="AI Department Installation Application" />
580-
<div>
581-
<label for="app-name">Your Name <span class="text-red-400" aria-hidden="true">*</span></label>
582-
<input id="app-name" name="name" type="text" placeholder="Full name" required aria-required="true" />
583-
</div>
584-
<div>
585-
<label for="app-business">Business Name <span class="text-red-400" aria-hidden="true">*</span></label>
586-
<input id="app-business" name="business_name" type="text" placeholder="Your company" required aria-required="true" />
587-
</div>
588-
<div>
589-
<label for="app-revenue">Annual Revenue <span class="text-red-400" aria-hidden="true">*</span></label>
590-
<select id="app-revenue" name="revenue" required aria-required="true">
591-
<option value="">Select range</option>
592-
<option value="Under $500K">Under $500K</option>
593-
<option value="$500K - $1M">$500K &ndash; $1M</option>
594-
<option value="$1M - $3M">$1M &ndash; $3M</option>
595-
<option value="$3M - $5M">$3M &ndash; $5M</option>
596-
<option value="$5M - $10M">$5M &ndash; $10M</option>
597-
<option value="$10M+">$10M+</option>
598-
</select>
599-
</div>
600-
<div>
601-
<label for="app-email">Email <span class="text-red-400" aria-hidden="true">*</span></label>
602-
<input id="app-email" name="email" type="email" placeholder="you@company.com" required aria-required="true" />
603-
</div>
604-
<div>
605-
<label for="app-challenge">Biggest operational challenge right now</label>
606-
<textarea id="app-challenge" name="challenge" rows="3" placeholder="What would you automate first if you could?"></textarea>
607-
</div>
608-
<button type="submit" class="btn btn-primary w-full text-sm uppercase tracking-wide">Submit Application</button>
609-
<p class="text-xs text-subtle text-center">No commitment. We follow up within 24 hours if you're a fit.</p>
610-
<p aria-live="polite" class="text-sm text-subtle" data-form-status></p>
611-
</form>
612-
</div>
571+
<!-- Calendly inline embed -->
572+
<div class="card-glass overflow-hidden" data-animate data-delay="200" style="min-height:660px;">
573+
<div class="calendly-inline-widget" data-url="https://calendly.com/noah-ceradonsystems/30min?hide_gdpr_banner=1&background_color=04070d&text_color=c5cbd6&primary_color=2b78ff" style="min-width:320px;height:660px;"></div>
574+
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
575+
</div>
576+
577+
<!-- Fallback form for people who prefer not to book directly -->
578+
<div class="max-w-lg mx-auto" data-animate data-delay="300">
579+
<details class="card-glass p-6 group">
580+
<summary class="text-sm font-semibold text-[color:var(--white)] cursor-pointer list-none flex items-center justify-between">
581+
Prefer to submit an application instead?
582+
<span class="faq-icon">+</span>
583+
</summary>
584+
<div class="faq-answer pt-6">
585+
<form class="space-y-5" action="https://formspree.io/f/xnjbjayd" method="POST" data-contact-form>
586+
<input type="hidden" name="_subject" value="AI Department Installation Application" />
587+
<div>
588+
<label for="app-name">Your Name <span class="text-red-400" aria-hidden="true">*</span></label>
589+
<input id="app-name" name="name" type="text" placeholder="Full name" required aria-required="true" />
590+
</div>
591+
<div>
592+
<label for="app-business">Business Name <span class="text-red-400" aria-hidden="true">*</span></label>
593+
<input id="app-business" name="business_name" type="text" placeholder="Your company" required aria-required="true" />
594+
</div>
595+
<div>
596+
<label for="app-revenue">Annual Revenue <span class="text-red-400" aria-hidden="true">*</span></label>
597+
<select id="app-revenue" name="revenue" required aria-required="true">
598+
<option value="">Select range</option>
599+
<option value="Under $500K">Under $500K</option>
600+
<option value="$500K - $1M">$500K &ndash; $1M</option>
601+
<option value="$1M - $3M">$1M &ndash; $3M</option>
602+
<option value="$3M - $5M">$3M &ndash; $5M</option>
603+
<option value="$5M - $10M">$5M &ndash; $10M</option>
604+
<option value="$10M+">$10M+</option>
605+
</select>
606+
</div>
607+
<div>
608+
<label for="app-email">Email <span class="text-red-400" aria-hidden="true">*</span></label>
609+
<input id="app-email" name="email" type="email" placeholder="you@company.com" required aria-required="true" />
610+
</div>
611+
<div>
612+
<label for="app-challenge">Biggest operational challenge right now</label>
613+
<textarea id="app-challenge" name="challenge" rows="3" placeholder="What would you automate first if you could?"></textarea>
614+
</div>
615+
<button type="submit" class="btn btn-primary w-full text-sm uppercase tracking-wide">Submit Application</button>
616+
<p class="text-xs text-subtle text-center">No commitment. We follow up within 24 hours if you're a fit.</p>
617+
<p aria-live="polite" class="text-sm text-subtle" data-form-status></p>
618+
</form>
619+
</div>
620+
</details>
613621
</div>
614622
</div>
615623
</section>

0 commit comments

Comments
 (0)