Spaces:
Build error
Build error
Upload components/Footer.jsx with huggingface_hub
Browse files- components/Footer.jsx +0 -2
components/Footer.jsx
CHANGED
|
@@ -12,7 +12,6 @@ export default function Footer() {
|
|
| 12 |
<footer className="bg-slate-950 border-t border-slate-800 pt-20 pb-10">
|
| 13 |
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 14 |
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-5 gap-12 mb-16">
|
| 15 |
-
{/* Brand Section */}
|
| 16 |
<div className="lg:col-span-1">
|
| 17 |
<div className="flex items-center gap-2 mb-6">
|
| 18 |
<div className="w-10 h-10 bg-gradient-to-br from-blue-500 to-purple-600 rounded-xl flex items-center justify-center">
|
|
@@ -36,7 +35,6 @@ export default function Footer() {
|
|
| 36 |
</div>
|
| 37 |
</div>
|
| 38 |
|
| 39 |
-
{/* Links Sections */}
|
| 40 |
<div className="lg:col-span-4 grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8">
|
| 41 |
{Object.entries(links).map(([category, items], index) => (
|
| 42 |
<div key={index}>
|
|
|
|
| 12 |
<footer className="bg-slate-950 border-t border-slate-800 pt-20 pb-10">
|
| 13 |
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 14 |
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-5 gap-12 mb-16">
|
|
|
|
| 15 |
<div className="lg:col-span-1">
|
| 16 |
<div className="flex items-center gap-2 mb-6">
|
| 17 |
<div className="w-10 h-10 bg-gradient-to-br from-blue-500 to-purple-600 rounded-xl flex items-center justify-center">
|
|
|
|
| 35 |
</div>
|
| 36 |
</div>
|
| 37 |
|
|
|
|
| 38 |
<div className="lg:col-span-4 grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8">
|
| 39 |
{Object.entries(links).map(([category, items], index) => (
|
| 40 |
<div key={index}>
|