Card Grid Components
Showcase of all 6 card grid component variants for services, team, and listings.
Variant: service-cards
Image on top with card body below. The standard layout for services and feature lists.
Service Cards
Showcase services with images and descriptions
Schema-first components
Cards, heroes, and blocks that stay clean on narrow layouts. Great defaults so AI doesn’t need design taste to get good output.
View ComponentsSmart UI defaults
Spacing, typography, and responsive grids are built-in. Keep copy short and consistent and the component will do the rest.
Read the DocsProduction-friendly output
Stable HTML with Bootstrap 5.3 utilities. Easy to theme, easy to extend, and predictable when generated by AI.
Start a Page{
"component": "card-grid",
"variant": "service-cards",
"data": {
"heading": "Service Cards",
"subheading": "Showcase services with images and descriptions",
"columns": 3,
"cards": [
{
"image": "https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1200&q=80",
"heading": "Schema-first components",
"body": "Cards, heroes, and blocks that stay clean on narrow layouts. Great defaults so AI doesn’t need design taste to get good output.",
"button": { "text": "View Components", "url": "/components", "style": "outline-primary" }
},
{
"image": "https://images.unsplash.com/photo-1553877522-43269d4ea984?auto=format&fit=crop&w=1200&q=80",
"heading": "Smart UI defaults",
"body": "Spacing, typography, and responsive grids are built-in. Keep copy short and consistent and the component will do the rest.",
"button": { "text": "Read the Docs", "url": "/docs", "style": "outline-primary" }
},
{
"image": "https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1200&q=80",
"heading": "Production-friendly output",
"body": "Stable HTML with Bootstrap 5.3 utilities. Easy to theme, easy to extend, and predictable when generated by AI.",
"button": { "text": "Start a Page", "url": "/docs/quick-start", "style": "outline-primary" }
}
]
}
}
Variant: accent-border
Cards with a subtle left accent stripe. By default, title/button styling stays neutral; only the stripe is colored.
Accent Border Cards
Quality Assured
Clear structure and sensible defaults keep output consistent across pages and viewports.
StandardsFast Turnaround
Ship new pages quickly with predictable JSON and reusable component variants.
Lead TimesExpert Support
Keep cards tidy with short copy and matching lengths so the grid stays balanced.
Contact{
"component": "card-grid",
"variant": "accent-border",
"data": {
"heading": "Accent Border Cards",
"columns": 3,
"cards": [
{ "accent": "success", "heading": "Quality Assured", "body": "Clear structure and sensible defaults keep output consistent across pages and viewports.", "button": { "text": "Standards", "url": "#", "style": "outline-primary" } },
{ "accent": "warning", "heading": "Fast Turnaround", "body": "Ship new pages quickly with predictable JSON and reusable component variants.", "button": { "text": "Lead Times", "url": "#", "style": "outline-primary" } },
{ "accent": "info", "heading": "Expert Support", "body": "Keep cards tidy with short copy and matching lengths so the grid stays balanced.", "button": { "text": "Contact", "url": "#", "style": "outline-primary" } }
]
}
}
Variant: dark-cards
High-contrast cards (dark surfaces). Use for dramatic sections or pricing/features on dark pages.
Dark Cards
High contrast for visual impact
Premium Finishes
From chrome to gold, we offer a full range of finishes.
Nationwide Service
Collection and delivery across the UK.
Heritage Restoration
Specialist restoration for antique metalwork.
{
"component": "card-grid",
"variant": "dark-cards",
"data": {
"heading": "Dark Cards",
"subheading": "High contrast for visual impact",
"columns": 3,
"cards": [
{ "heading": "Premium Finishes", "body": "From chrome to gold, we offer a full range of finishes." },
{ "heading": "Nationwide Service", "body": "Collection and delivery across the UK." },
{ "heading": "Heritage Restoration", "body": "Specialist restoration for antique metalwork." }
],
"bg": "light"
}
}
Variant: icon-cards
Icons instead of images. Supports the same icon disc system as features (iconBg / bg-*).
{
"component": "card-grid",
"variant": "icon-cards",
"data": {
"heading": "Icon Cards",
"subheading": "Highlight features with icons",
"columns": 4,
"cards": [
{ "icon": "fa-award", "iconBg": "success", "heading": "ISO Certified", "body": "Quality assured to international standards." },
{ "icon": "fa-clock", "iconBg": "warning", "heading": "40+ Years", "body": "Decades of industry expertise." },
{ "icon": "fa-truck", "iconBg": "primary", "heading": "UK-Wide", "body": "Collection and delivery nationwide." },
{ "icon": "fa-star", "iconBg": "info", "heading": "4.3★ Rated", "body": "Highly rated on Google reviews." }
]
}
}
Variant: horizontal
Side-by-side image and text layout. The image column stretches to match the card height (good for longer copy).
Horizontal Cards
Hotel Metal Refinishing
Comprehensive restoration services for hotels including bathroom fixtures, door hardware, and decorative elements.
Learn MoreArchitectural Metalwork
Bespoke finishes for architects and designers. Custom colors and textures available.
Learn More{
"component": "card-grid",
"variant": "horizontal",
"data": {
"heading": "Horizontal Cards",
"columns": 2,
"cards": [
{
"image": "https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1400&q=80",
"heading": "Hotel Metal Refinishing",
"body": "Comprehensive restoration services for hotels including bathroom fixtures, door hardware, and decorative elements.",
"button": { "text": "Learn More", "url": "#", "style": "primary" }
},
{
"image": "https://images.unsplash.com/photo-1523413651479-597eb2da0ad6?auto=format&fit=crop&w=1400&q=80",
"heading": "Architectural Metalwork",
"body": "Bespoke finishes for architects and designers. Custom colors and textures available.",
"button": { "text": "Learn More", "url": "#", "style": "primary" }
}
]
}
}
Variant: text-only
Simple text cards without images or icons. Clean and minimal for text-heavy layouts.
Text Only Cards
Clean and minimal for text-focused content
Consultation
Free initial consultation to discuss your requirements and recommend the best finish.
Quotation
Detailed written quotation with no hidden costs or surprises.
Delivery
Careful packaging and delivery to your specified location.
{
"component": "card-grid",
"variant": "text-only",
"data": {
"heading": "Text Only Cards",
"subheading": "Clean and minimal for text-focused content",
"columns": 3,
"cards": [
{ "heading": "Consultation", "body": "Free initial consultation to discuss your requirements and recommend the best finish." },
{ "heading": "Quotation", "body": "Detailed written quotation with no hidden costs or surprises." },
{ "heading": "Delivery", "body": "Careful packaging and delivery to your specified location." }
],
"bg": "light"
}
}
Ready to Build?
Use these card grid variants to display your content effectively.