this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add video to homepage

Hilke Ros d67e5ebb 73c1eca2

+14 -4
+14 -4
app/page.tsx
··· 18 18 return ( 19 19 <div className="min-h-screen bg-zinc-50 dark:bg-zinc-950"> 20 20 <div 21 - className={`mx-auto px-4 sm:px-6 lg:px-8 py-8 sm:py-12 ${ 22 - isLoggedIn ? "max-w-6xl" : "max-w-xl" 23 - }`} 21 + className="mx-auto max-w-6xl px-4 sm:px-6 lg:px-8 py-8 sm:py-12" 24 22 > 25 23 <div className="text-center mb-8"> 26 24 <h1 className="text-3xl font-bold text-zinc-900 dark:text-zinc-100 mb-2"> ··· 32 30 </div> 33 31 34 32 <div 35 - className={`bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 ${ 33 + className={`mx-auto max-w-xl bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 ${ 36 34 isLoggedIn 37 35 ? "p-6 sm:p-8" 38 36 : "p-5 sm:p-7 shadow-sm" ··· 70 68 <LoginForm /> 71 69 )} 72 70 </div> 71 + 72 + {!session && ( 73 + <div className="mt-12 mx-auto max-w-4xl"> 74 + <video 75 + controls 76 + className="w-full rounded-lg shadow-lg dark:shadow-zinc-900/50" 77 + > 78 + <source src="/alpha%20indiemusi.ch%20demo.mp4" type="video/mp4" /> 79 + Your browser does not support the video tag. 80 + </video> 81 + </div> 82 + )} 73 83 </div> 74 84 </div> 75 85 );
public/alpha indiemusi.ch demo.mp4

This is a binary file and will not be displayed.