Update src/app/components/Footer.tsx
Browse files- src/app/components/Footer.tsx +24 -24
src/app/components/Footer.tsx
CHANGED
|
@@ -1,24 +1,24 @@
|
|
| 1 |
-
import Link from "next/link";
|
| 2 |
-
import Image from "next/image";
|
| 3 |
-
|
| 4 |
-
export default function Footer() {
|
| 5 |
-
return (
|
| 6 |
-
<footer className=" flex w-full justify-center py-4 items-center
|
| 7 |
-
bg-indigo-900 text-white/60 backdrop-blur-2xl font-mono text-sm px-4 lg:px-0
|
| 8 |
-
">
|
| 9 |
-
<p className="px-6 py-3 rounded-full flex justify-center items-center gap-2
|
| 10 |
-
hover:text-white duration-200
|
| 11 |
-
">
|
| 12 |
-
|
| 13 |
-
</p>
|
| 14 |
-
<p className="px-6 py-3 rounded-full flex justify-center items-center gap-2
|
| 15 |
-
hover:text-white duration-200
|
| 16 |
-
">
|
| 17 |
-
<span>©
|
| 18 |
-
<Link href="https://github.com/gcui-art/suno-api/">
|
| 19 |
-
|
| 20 |
-
</Link>
|
| 21 |
-
</p>
|
| 22 |
-
</footer>
|
| 23 |
-
);
|
| 24 |
-
}
|
|
|
|
| 1 |
+
import Link from "next/link";
|
| 2 |
+
import Image from "next/image";
|
| 3 |
+
|
| 4 |
+
export default function Footer() {
|
| 5 |
+
return (
|
| 6 |
+
<footer className=" flex w-full justify-center py-4 items-center
|
| 7 |
+
bg-indigo-900 text-white/60 backdrop-blur-2xl font-mono text-sm px-4 lg:px-0
|
| 8 |
+
">
|
| 9 |
+
<p className="px-6 py-3 rounded-full flex justify-center items-center gap-2
|
| 10 |
+
hover:text-white duration-200
|
| 11 |
+
">
|
| 12 |
+
|
| 13 |
+
</p>
|
| 14 |
+
<p className="px-6 py-3 rounded-full flex justify-center items-center gap-2
|
| 15 |
+
hover:text-white duration-200
|
| 16 |
+
">
|
| 17 |
+
<span>© 2025</span>
|
| 18 |
+
<Link href="https://github.com/gcui-art/suno-api/">
|
| 19 |
+
ALEX
|
| 20 |
+
</Link>
|
| 21 |
+
</p>
|
| 22 |
+
</footer>
|
| 23 |
+
);
|
| 24 |
+
}
|