File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,15 @@ const LuxeNavbar = ({
2121 } , [ ] ) ;
2222
2323 return (
24- < header
25- className = { `sticky top-0 left-0 right-0 z-[60] transition-all duration-500 bg-[#FDFCFB]/80 backdrop-blur-md border-b ${
26- isScrolled
27- ? 'py-4 border-[#1A1A1A]/5 shadow-sm'
28- : 'py-6 border-transparent'
29- } `}
30- > < div className = "mx-auto max-w-[1800px] px-6 md:px-12 flex justify-between items-center text-[#1A1A1A]" >
31-
24+ < header
25+ className = { `sticky top-0 left-0 right-0 z-[60] transition-all duration-500 bg-[#FDFCFB]/80 backdrop-blur-md border-b ${
26+ isScrolled
27+ ? 'py-4 border-[#1A1A1A]/5 shadow-sm'
28+ : 'py-6 border-transparent'
29+ } `}
30+ >
31+ { ' ' }
32+ < div className = "mx-auto max-w-[1800px] px-6 md:px-12 flex justify-between items-center text-[#1A1A1A]" >
3233 { /* Left: Sidebar Toggle & Brand */ }
3334 < div className = "flex items-center gap-6" >
3435 < button
@@ -49,7 +50,7 @@ const LuxeNavbar = ({
4950 { /* Right: Actions */ }
5051 < div className = "flex items-center gap-6" >
5152 < Link
52- to = "/about"
53+ to = "/about/luxe "
5354 className = "hidden md:flex items-center gap-2 text-[#1A1A1A]/60 hover:text-[#1A1A1A] transition-colors"
5455 >
5556 < span className = "font-outfit text-xs font-medium uppercase tracking-widest" >
You can’t perform that action at this time.
0 commit comments