import { BackButton } from "@/components"; import LeftButtonCustom from "@/components/Button/BackButton"; import { MainColor } from "@/constants/color-palet"; import { HeaderStyles } from "@/styles/header-styles"; import { Ionicons } from "@expo/vector-icons"; import { router, Stack } from "expo-router"; export default function UserLayout() { return ( <> ( router.push("/user-search")} /> ), headerRight: () => ( router.push("/notifications")} /> ), }} /> {/* ========== Profile Section ========= */} {/* ========== Portofolio Section ========= */} {/* ========== User Search Section ========= */} , }} /> {/* ========== Notification Section ========= */} , }} /> {/* ========== Event Section ========= */} ( ), }} /> , }} /> {/* ========== Forum Section ========= */} , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> {/* ========== Maps Section ========= */} , }} /> , }} /> , }} /> , }} /> {/* ========== Marketplace Section ========= */} , }} /> ); }