We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2672793 commit e187de6Copy full SHA for e187de6
Frontend/src/pages/LandingPage.jsx
@@ -276,7 +276,7 @@ export default function LandingPage() {
276
{showDemo && <DemoModal onClose={() => setShowDemo(false)} />}
277
278
{/* ==================== NAV ==================== */}
279
- <nav className="fixed top-0 left-0 right-0 z-50 bg-gray-900/30 backdrop-blur-md border-b-[0.5px] border-gray-100/50 shadow-sm">
+ <nav className="sticky top-0 z-50 bg-white/90 backdrop-blur-md border-b border-gray-100 shadow-sm">
280
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
281
<div className="flex justify-between items-center h-16">
282
{/* Logo */}
0 commit comments