Highlight a feature based on a list of attributes:

Usage

import { Input } from "@/components/marketing/feature-single"
<FeatureSingle
  badge={<Badge className="text-md font-medium rounded-xl bg-purple-500/10 hover:bg-purple-500/10 text-purple-500">🚀 Launch in minutes</Badge>}
  title="All-you-need to Quickstart"
  asset={<Image src={"/_static/techs.svg"}
    alt="Techs behind TurboStack.io"
    width="3286"
    height="2088"
    sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw"
  />}
>
  We take care of the boring things, like Authentication, Multi-Tenancy, Profile Management, Stripe Payments, SEO and other stuff.
  <br /><br />
  With TurboStack, you deep focus on build your startup.
</FeatureSingle>