// app/tabs/layout.tsx
"use client";
import Link from "next/link";
import { ReactNode } from "react";
import { usePathname } from "next/navigation";
import clsx from "clsx";
import {
House,
LayoutGrid,
Bookmark,
CircleUser,
Settings,
} from "lucide-react";
const tabs = [
{ name: "Home", href: "/home", component: