Crown & Culture
Static Site
Netlify
HTML5
CSS3
JavaScript
Form Handling
reCAPTCHA
Mailchimp
SEO
Performance

Crown & Culture

Launching Soon – Talent & Cultural Consultancy

July 15, 2024

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.
js
// 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.

Page TTFB: 120 ms; fully interactive in <1 s on 3G.