We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 047991c + afaf1e2 commit cf36f85Copy full SHA for cf36f85
1 file changed
src/assets/components/layout/Navbar.tsx
@@ -22,9 +22,9 @@ const Navbar: React.FC = () => {
22
23
{/* Logo */}
24
<div className="shrink-0">
25
- <h1 className="text-2xl md:text-3xl font-bold tracking-tight text-[#3D1A12]">
+ <Link to={"/"} className="text-2xl md:text-3xl font-bold tracking-tight text-[#3D1A12]">
26
ZAYQ
27
- </h1>
+ </Link>
28
</div>
29
30
{/* Desktop Links */}
@@ -48,7 +48,7 @@ const Navbar: React.FC = () => {
48
{/* Action Button + Mobile Toggle */}
49
<div className="flex items-center space-x-4">
50
<Link
51
- to="/buy"
+ to="/products"
52
className="hidden md:block bg-[#3D1A12] text-white px-8 py-3 rounded-xl font-semibold text-sm hover:bg-[#4D2A22] transition-colors shadow-sm"
53
>
54
Own now
0 commit comments