import type { TFriendItem } from "@/types/friend.type"; export const FriendsList: TFriendItem[] = [ { title: "dev.2ha.me", url: "https://dev.2ha.me", }, { title: "Google", url: "https://www.google.com/", }, { title: "Github", url: "https://www.github.com/", }, ];