Spaces:
Running
Running
Update components/LandingPage.tsx
Browse files- components/LandingPage.tsx +11 -3
components/LandingPage.tsx
CHANGED
|
@@ -19,8 +19,12 @@ const LandingPage: React.FC<LandingPageProps> = ({ onEnterApp }) => {
|
|
| 19 |
{/* Navbar */}
|
| 20 |
<nav className="border-b border-slate-800/50 bg-slate-950/80 backdrop-blur-md fixed top-0 w-full z-50">
|
| 21 |
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-16 flex items-center justify-between">
|
| 22 |
-
<div className="flex items-center gap-
|
| 23 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
<span className="font-bold text-lg tracking-tight text-white">wuhp</span>
|
| 25 |
</div>
|
| 26 |
<div className="hidden md:flex items-center gap-6 text-sm font-medium text-slate-400">
|
|
@@ -192,7 +196,11 @@ const LandingPage: React.FC<LandingPageProps> = ({ onEnterApp }) => {
|
|
| 192 |
<footer className="py-12 border-t border-slate-800/50 bg-slate-950 text-slate-500 text-sm">
|
| 193 |
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col md:flex-row justify-between items-center gap-6">
|
| 194 |
<div className="flex items-center gap-2">
|
| 195 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
| 196 |
<span className="font-semibold text-slate-300">wuhp.org</span>
|
| 197 |
</div>
|
| 198 |
|
|
|
|
| 19 |
{/* Navbar */}
|
| 20 |
<nav className="border-b border-slate-800/50 bg-slate-950/80 backdrop-blur-md fixed top-0 w-full z-50">
|
| 21 |
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-16 flex items-center justify-between">
|
| 22 |
+
<div className="flex items-center gap-3">
|
| 23 |
+
<img
|
| 24 |
+
src="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png"
|
| 25 |
+
alt="wuhp"
|
| 26 |
+
className="w-8 h-8 object-contain"
|
| 27 |
+
/>
|
| 28 |
<span className="font-bold text-lg tracking-tight text-white">wuhp</span>
|
| 29 |
</div>
|
| 30 |
<div className="hidden md:flex items-center gap-6 text-sm font-medium text-slate-400">
|
|
|
|
| 196 |
<footer className="py-12 border-t border-slate-800/50 bg-slate-950 text-slate-500 text-sm">
|
| 197 |
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col md:flex-row justify-between items-center gap-6">
|
| 198 |
<div className="flex items-center gap-2">
|
| 199 |
+
<img
|
| 200 |
+
src="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png"
|
| 201 |
+
alt="wuhp"
|
| 202 |
+
className="w-5 h-5 object-contain opacity-80"
|
| 203 |
+
/>
|
| 204 |
<span className="font-semibold text-slate-300">wuhp.org</span>
|
| 205 |
</div>
|
| 206 |
|