Skip to content

Commit b96f99e

Browse files
committed
fix: luxe navbar about me
1 parent dfa88d7 commit b96f99e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

src/components/LuxeNavbar.jsx

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)