{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"ecommerce-product-features-features-testimonial-combo","type":"registry:block","title":"Features Testimonial Combo","files":[{"path":"components/blocks/ecommerce/product-features/features-testimonial-combo.tsx","content":"import { Badge } from '@/components/ui/badge';\nimport { Button } from '@/components/ui/button';\nimport { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar';\nimport { Card, CardContent } from '@/components/ui/card';\nimport { ArrowRight, Star } from 'lucide-react';\n\nexport default function FeaturesTestimonialCombo() {\n  const features = [\n    {\n      title: 'Naturally Derived',\n      description:\n        'All ingredients are ethically sourced and 98% derived from natural origins.',\n      icon: (\n        <svg\n          xmlns=\"http://www.w3.org/2000/svg\"\n          viewBox=\"0 0 24 24\"\n          fill=\"none\"\n          stroke=\"currentColor\"\n          strokeWidth=\"2\"\n          strokeLinecap=\"round\"\n          strokeLinejoin=\"round\"\n          className=\"h-6 w-6\"\n        >\n          <path d=\"M12 2a10 10 0 1 0 10 10 10 10 0 0 0-10-10Z\" />\n          <path d=\"M12 12a3 3 0 0 0 0 6 3 3 0 0 0 0-6Z\" />\n          <path d=\"M6 12a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z\" />\n          <path d=\"M6 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z\" />\n          <path d=\"M12 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z\" />\n          <path d=\"M18 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z\" />\n          <path d=\"M18 12a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z\" />\n        </svg>\n      ),\n    },\n    {\n      title: 'Dermatologist Tested',\n      description:\n        'Clinically proven to be gentle on skin with hypoallergenic formula.',\n      icon: (\n        <svg\n          xmlns=\"http://www.w3.org/2000/svg\"\n          viewBox=\"0 0 24 24\"\n          fill=\"none\"\n          stroke=\"currentColor\"\n          strokeWidth=\"2\"\n          strokeLinecap=\"round\"\n          strokeLinejoin=\"round\"\n          className=\"h-6 w-6\"\n        >\n          <path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z\" />\n          <path d=\"m9 12 2 2 4-4\" />\n        </svg>\n      ),\n    },\n    {\n      title: 'Cruelty-Free',\n      description:\n        'Never tested on animals and certified by Leaping Bunny and PETA.',\n      icon: (\n        <svg\n          xmlns=\"http://www.w3.org/2000/svg\"\n          viewBox=\"0 0 24 24\"\n          fill=\"none\"\n          stroke=\"currentColor\"\n          strokeWidth=\"2\"\n          strokeLinecap=\"round\"\n          strokeLinejoin=\"round\"\n          className=\"h-6 w-6\"\n        >\n          <path d=\"M19.2 5A9 9 0 0 0 13 4a3 3 0 0 0-2 1.8c-.8-.3-1.7-.4-2.7-.3A9 9 0 0 0 3 6.5a3 3 0 0 0 .7 5c-.3.7-.5 1.4-.5 2.2a6 6 0 0 0 9.7 4.7c1.1.5 2.2.8 3.3.9A8 8 0 0 0 19.5 21 3 3 0 0 0 22 18.8V10a3 3 0 0 0-2.8-5Z\" />\n          <path d=\"M13 14l-4-4\" />\n          <path d=\"M9 14h4v-4\" />\n        </svg>\n      ),\n    },\n    {\n      title: 'Sustainable Packaging',\n      description: 'Recyclable glass containers and FSC-certified paper boxes.',\n      icon: (\n        <svg\n          xmlns=\"http://www.w3.org/2000/svg\"\n          viewBox=\"0 0 24 24\"\n          fill=\"none\"\n          stroke=\"currentColor\"\n          strokeWidth=\"2\"\n          strokeLinecap=\"round\"\n          strokeLinejoin=\"round\"\n          className=\"h-6 w-6\"\n        >\n          <path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\" />\n          <path d=\"M3.29 7.05 12 12l8.71-4.95\" />\n          <path d=\"M12 22V12\" />\n          <path d=\"m21 10-9 5-9-5\" />\n        </svg>\n      ),\n    },\n  ];\n\n  const testimonials = [\n    {\n      quote:\n        \"The serum transformed my skin in just a week. It's light but powerful - exactly what I needed for my combination skin.\",\n      author: 'Emily Chen',\n      position: 'Verified Customer',\n      avatar:\n        'https://images.unsplash.com/photo-1544005313-94ddf0286df2?q=80&w=2788&auto=format&fit=crop',\n      rating: 5,\n    },\n    {\n      quote:\n        \"I've tried dozens of luxury skincare brands, but this line has been the only one that delivered consistent results without irritation.\",\n      author: 'Michael Torres',\n      position: 'Skincare Enthusiast',\n      avatar:\n        'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?q=80&w=2940&auto=format&fit=crop',\n      rating: 5,\n    },\n    {\n      quote:\n        \"As someone with sensitive skin, finding products that don't cause reactions is challenging. This entire line is gentle yet effective.\",\n      author: 'Sarah Johnson',\n      position: 'Beauty Blogger',\n      avatar:\n        'https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=2864&auto=format&fit=crop',\n      rating: 4,\n    },\n  ];\n\n  return (\n    <section className=\"bg-background w-full py-12 md:py-24 lg:py-32\">\n      <div className=\"container mx-auto px-4 md:px-6 2xl:max-w-[1400px]\">\n        <div className=\"grid gap-10 lg:grid-cols-2 lg:gap-16\">\n          {/* Product image and features section */}\n          <div className=\"flex flex-col space-y-8\">\n            <div className=\"space-y-2\">\n              <Badge className=\"px-3.5 py-1.5\">Clean Beauty</Badge>\n              <h2 className=\"text-3xl font-bold tracking-tighter sm:text-4xl md:text-5xl\">\n                Radiance from nature&apos;s finest ingredients\n              </h2>\n              <p className=\"text-muted-foreground max-w-[600px] md:text-xl/relaxed\">\n                Our rejuvenating serum combines potent natural actives with\n                cutting-edge science for visible results.\n              </p>\n            </div>\n\n            <div className=\"bg-muted/50 relative aspect-[4/3] overflow-hidden rounded-xl border\">\n              <img\n                src=\"https://images.unsplash.com/photo-1614159869126-0f06a742eecb?q=80&w=2787&auto=format&fit=crop\"\n                alt=\"Luxury serum bottle with natural background\"\n                className=\"object-cover transition-all hover:scale-105\"\n                sizes=\"(max-width: 768px) 100vw, 50vw\"\n              />\n              <div className=\"absolute right-4 bottom-4 left-4\">\n                <div className=\"bg-background/80 rounded-lg p-2 backdrop-blur-sm\">\n                  <p className=\"text-center text-sm font-medium\">\n                    Glass packaging with eco-friendly dropper\n                  </p>\n                </div>\n              </div>\n            </div>\n\n            <div className=\"grid gap-4 sm:grid-cols-2\">\n              {features.map((feature, index) => (\n                <div\n                  key={index}\n                  className=\"hover:bg-muted/50 flex flex-col space-y-2 rounded-lg border p-4 transition-colors\"\n                >\n                  <div className=\"bg-primary/10 text-primary flex h-10 w-10 items-center justify-center rounded-full\">\n                    {feature.icon}\n                  </div>\n                  <h3 className=\"font-medium\">{feature.title}</h3>\n                  <p className=\"text-muted-foreground text-sm\">\n                    {feature.description}\n                  </p>\n                </div>\n              ))}\n            </div>\n\n            <div className=\"flex flex-col space-y-4 sm:flex-row sm:space-y-0 sm:space-x-4\">\n              <Button asChild>\n                <a href=\"#\">\n                  Shop Now\n                  <ArrowRight className=\"ml-2 h-4 w-4\" />\n                </a>\n              </Button>\n              <Button variant=\"outline\" asChild>\n                <a href=\"#\">Learn about ingredients</a>\n              </Button>\n            </div>\n          </div>\n\n          {/* Testimonials section */}\n          <div className=\"flex flex-col space-y-8\">\n            <div className=\"space-y-2\">\n              <h3 className=\"text-2xl font-bold tracking-tight\">\n                What our customers are saying\n              </h3>\n              <p className=\"text-muted-foreground\">\n                Real reviews from people who have experienced the transformative\n                effects.\n              </p>\n              <div className=\"flex items-center space-x-1\">\n                {[...Array(5)].map((_, i) => (\n                  <Star key={i} className=\"fill-primary text-primary h-5 w-5\" />\n                ))}\n                <span className=\"ml-2 text-sm font-medium\">\n                  4.9/5 from over 2,400 reviews\n                </span>\n              </div>\n            </div>\n\n            <div className=\"space-y-6\">\n              {testimonials.map((testimonial, index) => (\n                <Card key={index} className=\"overflow-hidden p-0\">\n                  <CardContent className=\"p-6\">\n                    <div className=\"flex justify-between\">\n                      <div className=\"flex items-center space-x-4\">\n                        <Avatar className=\"border-background h-12 w-12 border-2\">\n                          <AvatarImage\n                            src={testimonial.avatar}\n                            alt={testimonial.author}\n                          />\n                          <AvatarFallback>\n                            {testimonial.author.charAt(0)}\n                          </AvatarFallback>\n                        </Avatar>\n                        <div>\n                          <p className=\"text-sm font-medium\">\n                            {testimonial.author}\n                          </p>\n                          <p className=\"text-muted-foreground text-xs\">\n                            {testimonial.position}\n                          </p>\n                        </div>\n                      </div>\n                      <div className=\"flex\">\n                        {[...Array(testimonial.rating)].map((_, i) => (\n                          <Star\n                            key={i}\n                            className=\"fill-primary text-primary h-4 w-4\"\n                          />\n                        ))}\n                        {[...Array(5 - testimonial.rating)].map((_, i) => (\n                          <Star\n                            key={i}\n                            className=\"text-muted-foreground h-4 w-4\"\n                          />\n                        ))}\n                      </div>\n                    </div>\n                    <blockquote className=\"mt-4 border-l-2 pl-4\">\n                      <p className=\"text-muted-foreground italic\">\n                        &ldquo;{testimonial.quote}&rdquo;\n                      </p>\n                    </blockquote>\n                  </CardContent>\n                </Card>\n              ))}\n            </div>\n\n            <div className=\"bg-muted/30 relative rounded-xl border p-6\">\n              <div className=\"bg-primary/10 absolute -top-4 left-6 inline-block rounded-full p-2\">\n                <svg\n                  xmlns=\"http://www.w3.org/2000/svg\"\n                  viewBox=\"0 0 24 24\"\n                  fill=\"none\"\n                  stroke=\"currentColor\"\n                  strokeWidth=\"2\"\n                  strokeLinecap=\"round\"\n                  strokeLinejoin=\"round\"\n                  className=\"text-primary h-5 w-5\"\n                >\n                  <path d=\"M18 6H5a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h13l4-3.5L18 6Z\" />\n                  <path d=\"M12 13v9\" />\n                  <path d=\"M5 13v2a4 4 0 0 0 4 4h4\" />\n                </svg>\n              </div>\n              <h4 className=\"text-lg font-medium\">\n                Customer satisfaction guaranteed\n              </h4>\n              <p className=\"text-muted-foreground mt-1 text-sm\">\n                If you&apos;re not completely satisfied with our products within\n                30 days, we&apos;ll provide a full refund.\n              </p>\n              <Button\n                variant=\"link\"\n                className=\"text-primary mt-2 h-auto p-0\"\n                asChild\n              >\n                <a href=\"#\">View our return policy</a>\n              </Button>\n            </div>\n          </div>\n        </div>\n      </div>\n    </section>\n  );\n}\n","type":"registry:component","target":"components/blocks/ecommerce/product-features/features-testimonial-combo.tsx"},{"path":"components/ui/badge.tsx","content":"import * as React from \"react\"\nimport { cva, type VariantProps } from \"class-variance-authority\"\nimport { Slot } from \"radix-ui\"\n\nimport { cn } from \"@/lib/utils\"\n\nconst badgeVariants = cva(\n  \"group/badge inline-flex h-5 w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded-4xl border border-transparent px-2 py-0.5 text-xs font-medium whitespace-nowrap transition-all focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&>svg]:pointer-events-none [&>svg]:size-3!\",\n  {\n    variants: {\n      variant: {\n        default: \"bg-primary text-primary-foreground [a]:hover:bg-primary/80\",\n        secondary:\n          \"bg-secondary text-secondary-foreground [a]:hover:bg-secondary/80\",\n        destructive:\n          \"bg-destructive/10 text-destructive focus-visible:ring-destructive/20 dark:bg-destructive/20 dark:focus-visible:ring-destructive/40 [a]:hover:bg-destructive/20\",\n        outline:\n          \"border-border text-foreground [a]:hover:bg-muted [a]:hover:text-muted-foreground\",\n        ghost:\n          \"hover:bg-muted hover:text-muted-foreground dark:hover:bg-muted/50\",\n        link: \"text-primary underline-offset-4 hover:underline\",\n      },\n    },\n    defaultVariants: {\n      variant: \"default\",\n    },\n  }\n)\n\nfunction Badge({\n  className,\n  variant = \"default\",\n  asChild = false,\n  ...props\n}: React.ComponentProps<\"span\"> &\n  VariantProps<typeof badgeVariants> & { asChild?: boolean }) {\n  const Comp = asChild ? Slot.Root : \"span\"\n\n  return (\n    <Comp\n      data-slot=\"badge\"\n      data-variant={variant}\n      className={cn(badgeVariants({ variant }), className)}\n      {...props}\n    />\n  )\n}\n\nexport { Badge, badgeVariants }\n","type":"registry:ui","target":"components/ui/badge.tsx"},{"path":"components/ui/button.tsx","content":"import * as React from \"react\"\nimport { cva, type VariantProps } from \"class-variance-authority\"\nimport { Slot } from \"radix-ui\"\n\nimport { cn } from \"@/lib/utils\"\n\nconst buttonVariants = cva(\n  \"group/button inline-flex shrink-0 items-center justify-center rounded-md border border-transparent bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4\",\n  {\n    variants: {\n      variant: {\n        default: \"bg-primary text-primary-foreground hover:bg-primary/80\",\n        outline:\n          \"border-border bg-background shadow-xs hover:bg-muted hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50\",\n        secondary:\n          \"bg-secondary text-secondary-foreground hover:bg-secondary/80 aria-expanded:bg-secondary aria-expanded:text-secondary-foreground\",\n        ghost:\n          \"hover:bg-muted hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:hover:bg-muted/50\",\n        destructive:\n          \"bg-destructive/10 text-destructive hover:bg-destructive/20 focus-visible:border-destructive/40 focus-visible:ring-destructive/20 dark:bg-destructive/20 dark:hover:bg-destructive/30 dark:focus-visible:ring-destructive/40\",\n        link: \"text-primary underline-offset-4 hover:underline\",\n      },\n      size: {\n        default:\n          \"h-9 gap-1.5 px-2.5 in-data-[slot=button-group]:rounded-md has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2\",\n        xs: \"h-6 gap-1 rounded-[min(var(--radius-md),8px)] px-2 text-xs in-data-[slot=button-group]:rounded-md has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 [&_svg:not([class*='size-'])]:size-3\",\n        sm: \"h-8 gap-1 rounded-[min(var(--radius-md),10px)] px-2.5 in-data-[slot=button-group]:rounded-md has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5\",\n        lg: \"h-10 gap-1.5 px-2.5 has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2\",\n        icon: \"size-9\",\n        \"icon-xs\":\n          \"size-6 rounded-[min(var(--radius-md),8px)] in-data-[slot=button-group]:rounded-md [&_svg:not([class*='size-'])]:size-3\",\n        \"icon-sm\":\n          \"size-8 rounded-[min(var(--radius-md),10px)] in-data-[slot=button-group]:rounded-md\",\n        \"icon-lg\": \"size-10\",\n      },\n    },\n    defaultVariants: {\n      variant: \"default\",\n      size: \"default\",\n    },\n  }\n)\n\nfunction Button({\n  className,\n  variant = \"default\",\n  size = \"default\",\n  asChild = false,\n  ...props\n}: React.ComponentProps<\"button\"> &\n  VariantProps<typeof buttonVariants> & {\n    asChild?: boolean\n  }) {\n  const Comp = asChild ? Slot.Root : \"button\"\n\n  return (\n    <Comp\n      data-slot=\"button\"\n      data-variant={variant}\n      data-size={size}\n      className={cn(buttonVariants({ variant, size, className }))}\n      {...props}\n    />\n  )\n}\n\nexport { Button, buttonVariants }\n","type":"registry:ui","target":"components/ui/button.tsx"},{"path":"components/ui/avatar.tsx","content":"\"use client\"\n\nimport * as React from \"react\"\nimport { Avatar as AvatarPrimitive } from \"radix-ui\"\n\nimport { cn } from \"@/lib/utils\"\n\nfunction Avatar({\n  className,\n  size = \"default\",\n  ...props\n}: React.ComponentProps<typeof AvatarPrimitive.Root> & {\n  size?: \"default\" | \"sm\" | \"lg\"\n}) {\n  return (\n    <AvatarPrimitive.Root\n      data-slot=\"avatar\"\n      data-size={size}\n      className={cn(\n        \"group/avatar relative flex size-8 shrink-0 rounded-full select-none after:absolute after:inset-0 after:rounded-full after:border after:border-border after:mix-blend-darken data-[size=lg]:size-10 data-[size=sm]:size-6 dark:after:mix-blend-lighten\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nfunction AvatarImage({\n  className,\n  ...props\n}: React.ComponentProps<typeof AvatarPrimitive.Image>) {\n  return (\n    <AvatarPrimitive.Image\n      data-slot=\"avatar-image\"\n      className={cn(\n        \"aspect-square size-full rounded-full object-cover\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nfunction AvatarFallback({\n  className,\n  ...props\n}: React.ComponentProps<typeof AvatarPrimitive.Fallback>) {\n  return (\n    <AvatarPrimitive.Fallback\n      data-slot=\"avatar-fallback\"\n      className={cn(\n        \"flex size-full items-center justify-center rounded-full bg-muted text-sm text-muted-foreground group-data-[size=sm]/avatar:text-xs\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nfunction AvatarBadge({ className, ...props }: React.ComponentProps<\"span\">) {\n  return (\n    <span\n      data-slot=\"avatar-badge\"\n      className={cn(\n        \"absolute right-0 bottom-0 z-10 inline-flex items-center justify-center rounded-full bg-primary text-primary-foreground bg-blend-color ring-2 ring-background select-none\",\n        \"group-data-[size=sm]/avatar:size-2 group-data-[size=sm]/avatar:[&>svg]:hidden\",\n        \"group-data-[size=default]/avatar:size-2.5 group-data-[size=default]/avatar:[&>svg]:size-2\",\n        \"group-data-[size=lg]/avatar:size-3 group-data-[size=lg]/avatar:[&>svg]:size-2\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nfunction AvatarGroup({ className, ...props }: React.ComponentProps<\"div\">) {\n  return (\n    <div\n      data-slot=\"avatar-group\"\n      className={cn(\n        \"group/avatar-group flex -space-x-2 *:data-[slot=avatar]:ring-2 *:data-[slot=avatar]:ring-background\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nfunction AvatarGroupCount({\n  className,\n  ...props\n}: React.ComponentProps<\"div\">) {\n  return (\n    <div\n      data-slot=\"avatar-group-count\"\n      className={cn(\n        \"relative flex size-8 shrink-0 items-center justify-center rounded-full bg-muted text-sm text-muted-foreground ring-2 ring-background group-has-data-[size=lg]/avatar-group:size-10 group-has-data-[size=sm]/avatar-group:size-6 [&>svg]:size-4 group-has-data-[size=lg]/avatar-group:[&>svg]:size-5 group-has-data-[size=sm]/avatar-group:[&>svg]:size-3\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nexport {\n  Avatar,\n  AvatarImage,\n  AvatarFallback,\n  AvatarGroup,\n  AvatarGroupCount,\n  AvatarBadge,\n}\n","type":"registry:ui","target":"components/ui/avatar.tsx"},{"path":"components/ui/card.tsx","content":"import * as React from \"react\"\n\nimport { cn } from \"@/lib/utils\"\n\nfunction Card({\n  className,\n  size = \"default\",\n  ...props\n}: React.ComponentProps<\"div\"> & { size?: \"default\" | \"sm\" }) {\n  return (\n    <div\n      data-slot=\"card\"\n      data-size={size}\n      className={cn(\n        \"group/card flex flex-col gap-6 overflow-hidden rounded-xl bg-card py-6 text-sm text-card-foreground shadow-xs ring-1 ring-foreground/10 has-[>img:first-child]:pt-0 data-[size=sm]:gap-4 data-[size=sm]:py-4 *:[img:first-child]:rounded-t-xl *:[img:last-child]:rounded-b-xl\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nfunction CardHeader({ className, ...props }: React.ComponentProps<\"div\">) {\n  return (\n    <div\n      data-slot=\"card-header\"\n      className={cn(\n        \"group/card-header @container/card-header grid auto-rows-min items-start gap-1 rounded-t-xl px-6 group-data-[size=sm]/card:px-4 has-data-[slot=card-action]:grid-cols-[1fr_auto] has-data-[slot=card-description]:grid-rows-[auto_auto] [.border-b]:pb-6 group-data-[size=sm]/card:[.border-b]:pb-4\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nfunction CardTitle({ className, ...props }: React.ComponentProps<\"div\">) {\n  return (\n    <div\n      data-slot=\"card-title\"\n      className={cn(\n        \"font-heading text-base leading-normal font-medium group-data-[size=sm]/card:text-sm\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nfunction CardDescription({ className, ...props }: React.ComponentProps<\"div\">) {\n  return (\n    <div\n      data-slot=\"card-description\"\n      className={cn(\"text-sm text-muted-foreground\", className)}\n      {...props}\n    />\n  )\n}\n\nfunction CardAction({ className, ...props }: React.ComponentProps<\"div\">) {\n  return (\n    <div\n      data-slot=\"card-action\"\n      className={cn(\n        \"col-start-2 row-span-2 row-start-1 self-start justify-self-end\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nfunction CardContent({ className, ...props }: React.ComponentProps<\"div\">) {\n  return (\n    <div\n      data-slot=\"card-content\"\n      className={cn(\"px-6 group-data-[size=sm]/card:px-4\", className)}\n      {...props}\n    />\n  )\n}\n\nfunction CardFooter({ className, ...props }: React.ComponentProps<\"div\">) {\n  return (\n    <div\n      data-slot=\"card-footer\"\n      className={cn(\n        \"flex items-center rounded-b-xl px-6 group-data-[size=sm]/card:px-4 [.border-t]:pt-6 group-data-[size=sm]/card:[.border-t]:pt-4\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nexport {\n  Card,\n  CardHeader,\n  CardFooter,\n  CardTitle,\n  CardAction,\n  CardDescription,\n  CardContent,\n}\n","type":"registry:ui","target":"components/ui/card.tsx"}],"description":"A layout that pairs product features with a customer quote beside them. Backs each benefit claim with real proof to win hesitant buyers over.","dependencies":["class-variance-authority","lucide-react","radix-ui"]}