/** * Card Variants Demo * Shows different card layouts */ import React from 'react' export default function CardVariantsDemo() { return (

Card Variants

{/* Basic Card */}

Basic Card

With header and content

Card content goes here.

{/* Card with Footer */}

Card with Footer

Main content area.

{/* Gradient Border Card */}

Gradient Border

Card with gradient border effect.

{/* Settings Card */}

Settings

Enable notifications
Dark mode
) }