Spaces:
Running
Running
add ads for pro
Browse files- components/spaces/index.tsx +11 -0
components/spaces/index.tsx
CHANGED
@@ -63,6 +63,17 @@ export const Spaces: React.FC<{ spaces: SpaceProps[] }> = ({ spaces }) => {
|
|
63 |
return (
|
64 |
<section id="app" className="flex h-screen overflow-auto">
|
65 |
<div className="w-full container px-6 py-10 lg:py-20 mx-auto space-y-10 lg:space-y-14">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
<header className="max-w-5xl mx-auto w-full flex-col items-start flex gap-5 lg:gap-10">
|
67 |
<div>
|
68 |
<div className="mb-6 flex items-center justify-start gap-2.5">
|
|
|
63 |
return (
|
64 |
<section id="app" className="flex h-screen overflow-auto">
|
65 |
<div className="w-full container px-6 py-10 lg:py-20 mx-auto space-y-10 lg:space-y-14">
|
66 |
+
<div className="lg:absolute lg:top-5 lg:right-5 rounded-lg p-[3px] lg:max-w-sm bg-gradient-to-br from-pink-300 via-green-200 to-yellow-200 shadow-lg z-[9999]">
|
67 |
+
<p className="bg-white dark:bg-slate-900 rounded-md p-5 text-sm text-gray-500 dark:text-slate-500">
|
68 |
+
<a
|
69 |
+
href="https://huggingface.co/settings/billing/subscription#subscribe"
|
70 |
+
className="underline text-gray-600 dark:text-slate-400 hover:text-gray-700 dark:hover:text-slate-200"
|
71 |
+
>
|
72 |
+
Elevate your experience with PRO
|
73 |
+
</a>
|
74 |
+
, unlocking a 5x usage quota and the highest GPU queue priority.
|
75 |
+
</p>
|
76 |
+
</div>
|
77 |
<header className="max-w-5xl mx-auto w-full flex-col items-start flex gap-5 lg:gap-10">
|
78 |
<div>
|
79 |
<div className="mb-6 flex items-center justify-start gap-2.5">
|