File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,6 +139,15 @@ const resources = [
139139</script >
140140
141141<Layout title =" Open Source Communities" >
142+ <!-- Sticky Work in Progress Banner -->
143+ <div class =" sticky top-0 bg-gradient-to-r from-orange-500 to-red-500 text-white py-6 px-6 text-center font-medium z-50 shadow-lg" >
144+ <div class =" max-w-6xl mx-auto flex items-center justify-center gap-2 text-sm md:text-base" >
145+ <span class =" text-lg" >⚠️</span >
146+ <span class =" font-semibold text-lg" >PREVIEW SITE:</span >
147+ <span class =" text-lg" >This is a work-in-progress with placeholder data. Nothing is functional yet!</span >
148+ <span class =" text-lg" >⚠️</span >
149+ </div >
150+ </div >
142151 <!-- Hero Section -->
143152 <section class =" min-h-[80vh] flex flex-col justify-center items-center text-center px-4 relative overflow-hidden" >
144153 <div class =" absolute inset-0 bg-gradient-to-br from-purple-500/20 to-pink-500/20 z-0" ></div >
You can’t perform that action at this time.
0 commit comments