SaaS Footer
footerfrom SaaS Clean
Live
AI Usage Rules
Include company info, product links, resources, and legal links as 4 columns.
Code Template
<footer className="bg-gray-900 text-gray-400 py-12"><div className="mx-auto max-w-7xl px-6 grid grid-cols-2 md:grid-cols-4 gap-8">{columns}</div><div className="mt-12 border-t border-gray-800 pt-8 text-center text-sm">{copyright}</div></footer>Props Schema
| Property | Type | Default | Description |
|---|---|---|---|
| columns | array | — | |
| copyright | string | — |
View raw JSON schema
{
"type": "object",
"properties": {
"columns": {
"type": "array"
},
"copyright": {
"type": "string"
}
}
}