import Image from 'next/image'; import { PreviewCarousel } from './carousel'; import { Heading1, Lead2 } from './copy'; import { JoinWaitlistHero } from './join-waitlist-hero'; const avatars = [ 'https://api.dicebear.com/7.x/adventurer/svg?seed=Chester&backgroundColor=b6e3f4', 'https://api.dicebear.com/7.x/adventurer/svg?seed=Casper&backgroundColor=c0aede', 'https://api.dicebear.com/7.x/adventurer/svg?seed=Boo&backgroundColor=ffdfbf', ]; export function Hero({ waitlistCount }: { waitlistCount: number }) { return (
{waitlistCount} people have already signed up! 🚀