Merge version_25_1782878844192 into main #25
@@ -71,6 +71,27 @@ export default function VicforceProcessCtaSection() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* Lead Magnet */}
|
||||
<section className="w-full py-24 bg-background">
|
||||
<div className="w-content-width mx-auto">
|
||||
<div className="card p-8 md:p-12 text-center max-w-4xl mx-auto border border-blue-500/20">
|
||||
<h2 className="text-2xl md:text-3xl font-bold mb-4">Download Our Free Workforce Solutions Guide</h2>
|
||||
<p className="text-accent mb-8 max-w-2xl mx-auto">
|
||||
Get actionable insights on how to optimize your contingent workforce, reduce downtime, and improve hiring accuracy.
|
||||
</p>
|
||||
<form className="flex flex-col sm:flex-row gap-4 max-w-lg mx-auto" onSubmit={(e) => e.preventDefault()}>
|
||||
<input
|
||||
type="email"
|
||||
placeholder="Enter your email address"
|
||||
className="flex-1 px-4 py-3 rounded bg-background border border-white/10 focus:outline-none focus:border-blue-500 text-foreground"
|
||||
required
|
||||
/>
|
||||
<Button text="Download Guide" variant="primary" className="whitespace-nowrap" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* Final Call to Action */}
|
||||
<section className="w-full py-32 relative overflow-hidden">
|
||||
<div className="absolute inset-0 bg-slate-900 z-0">
|
||||
|
||||
Reference in New Issue
Block a user