Components/ce2fd63e-0dc0-411b-88e3-75c95bdb2c7a

SaaS Footer

footerfrom SaaS Clean
Sign in to Add to Project
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

PropertyTypeDefaultDescription
columnsarray
copyrightstring
View raw JSON schema
{
  "type": "object",
  "properties": {
    "columns": {
      "type": "array"
    },
    "copyright": {
      "type": "string"
    }
  }
}