Usage

import { FeaturesGrid, Feature } from "@/components/turbostart/features-grid";

function Page() {
  return (
    <FeaturesGrid>
      <Feature
        title="Payments Integration"
        description="With Lemon Squeezy and Webhooks"
        emoji="💰"
      />
      <Feature
        title="User Management"
        description="Google OAuth & Magic Links with NextAuth.js"
        emoji="🔒"
      />
      <Feature
        title="Analytics"
        description="Track all your key metrics with PostHog and consent banner"
        emoji="📈"
      />
    </FeaturesGrid>
  );
}

If you have any questions, please reach out to me on Twitter @checkerschaf. I’m happy to help!