All Benefits blocks

Benefits 13

Card grid with section header

A layout with a section header followed by a grid of equal-height cards. Each card includes an icon, title, and short text, arranged in a consistent grid that collapses responsively. Use when you need a structured, repeatable set of items with strong visual separation.

Pro Marketing Figma ReactFree
Benefits 13 of 13
Open in New Tab

components/shadcncraft/pro-marketing/benefits/benefits-13/index.tsx

import {
  ArrowBigUpDash,
  ChartSpline,
  Database,
  IterationCcw,
  Users,
  Workflow,
} from "lucide-react";

import { FeaturedIcon } from "@/components/shadcncraft/pro-marketing/featured-icon";
import {
  SectionHeading,
  SectionHeadingBody,
  SectionHeadingTagline,
  SectionHeadingTitle,
} from "@/components/shadcncraft/pro-marketing/section-heading";

export function Benefits13() {
  return (
    <section className="py-12 lg:py-20">
      <div className="mx-auto flex max-w-7xl flex-col gap-12 px-5 lg:gap-16 lg:px-8">
        {/* Section Heading */}
        <SectionHeading alignment="center" className="mx-auto w-full max-w-3xl">
          <SectionHeadingTagline>Benefits</SectionHeadingTagline>
          <SectionHeadingTitle>Why Choose Acme Inc.</SectionHeadingTitle>
          <SectionHeadingBody>
            Discover the key advantages that make Acme Inc. the right choice for your
            team.
          </SectionHeadingBody>
        </SectionHeading>

        {/* Benefits Grid */}
        <div className="grid gap-12 md:grid-cols-2 lg:grid-cols-3 lg:gap-9">
          {benefitsData.map((benefit) => (
            <div
              key={benefit.title}
              className="group flex flex-col gap-4 rounded-xl border bg-card p-6"
            >
              <FeaturedIcon size="lg">
                <benefit.icon />
              </FeaturedIcon>

              <div className="flex flex-col gap-1">
                <h3 className="text-xl font-semibold tracking-tight text-foreground">
                  {benefit.title}
                </h3>
                <p className="text-lg font-normal text-muted-foreground">
                  {benefit.description}
                </p>
              </div>
            </div>
          ))}
        </div>
      </div>
    </section>
  );
}

const benefitsData = [
  {
    icon: ArrowBigUpDash,
    title: "Intelligent Prioritization",
    description:
      "Know exactly what to work on next with AI that understands your goals and context. Prioritize smarter with Acme Inc.",
  },
  {
    icon: IterationCcw,
    title: "Effortless Integration",
    description:
      "Acme Inc. connects seamlessly with the tools your team already uses, so there's no steep learning curve or disruption.",
  },
  {
    icon: Database,
    title: "Clear Decision Support",
    description:
      "When projects stall, it's rarely because of lack of effort, it's lack of clarity. Acme Inc. provides AI-driven insights.",
  },
  {
    icon: ChartSpline,
    title: "Smarter Analytics",
    description:
      "Turn data into clarity with AI-powered insights that help you act faster and more confidently.",
  },
  {
    icon: Workflow,
    title: "Seamless Workflow",
    description:
      "Stay in the zone without constant context switching across apps and tools.",
  },
  {
    icon: Users,
    title: "Team Alignment",
    description:
      "Keep everyone on the same page with a single source of truth for projects and decisions.",
  },
];

Benefits 13 is available as part of our Pro and Pro + React Design Systems. Get Benefits 13

Benefits

Production-ready by default

Built with shadcn/ui conventions and designed for real projects.

Built with shadcn/ui

Clean React components using Tailwind and modern shadcn patterns.

Install instantly

Add the block directly using the shadcn CLI.

Works with your theme

Compatible with shadcn themes and token-based color systems.

MCP server support

Use shadcn MCP server right from your favorite AI tools.

Frequently Asked Questions

Quick FAQs to get you started.
Still have questions? See all FAQs, or get support.

Yes. They follow shadcn/ui structure and are built for real products.

SBIOTJ

Join 3,000+ builders shipping with shadcncraft

Design and assemble full pages faster with production-ready blocks built for real products.

  • Production-ready blocks and components
  • Clean React and Tailwind parity
  • Built for SaaS, marketing, and ecommerce teams
Get the design system
Join Now CTA

Real support from the team behind shadcncraft

Get help within 24 hours from the people who build and maintain the system.

Email
Prefer a direct line? Send us a message and we'll get back to you as soon as possible.
Discord
Get quick support, share feedback, or connect with other builders.
Feedback
Got something to say about anything shadcncraft? We'd love to hear it.