
Crown & Culture
Launching Soon – Talent & Cultural Consultancy
Overview
Crown & Culture is a boutique talent-management and cultural consultancy agency. Their “Launching Soon” page features a live countdown, mailing-list capture, and brand teaser to build anticipation.
“We’re almost there—join our inaugural cohort of creative leaders.”
Features
Countdown Timer
- Vanilla JavaScript clock synced to agency launch date.
requestAnimationFrame
for smooth updates.
// countdown.js
const endDate = new Date('2024-09-01T00:00:00Z');
function updateTimer() {
const now = new Date();
const diff = endDate - now;
// calculate days, hrs, mins, secs…
requestAnimationFrame(updateTimer);
}
updateTimer();
Email Signup Form Hosted on Netlify Forms, integrated with Mailchimp via webhook.
Google reCAPTCHA v3 for spam protection (score threshold of 0.5).
Brand Teaser Hero image with parallax scroll (background-attachment: fixed).
Teaser copy and “Notify Me” CTA.
Performance & SEO Lighthouse Scores: Performance 98, Accessibility 93, Best Practices 100, SEO 99.
Hosting: Netlify with AMP for mobile speed.
Meta Tags: OpenGraph, Twitter Cards, structured JSON-LD for organization.