diff --git a/public/clipfusion-git-logo.png b/public/clipfusion-git-logo.png new file mode 100644 index 0000000..7d518c4 Binary files /dev/null and b/public/clipfusion-git-logo.png differ diff --git a/public/github-mark.svg b/public/github-mark.svg new file mode 100644 index 0000000..37fa923 --- /dev/null +++ b/public/github-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 9110092..66b4e90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,7 +15,7 @@ import { Card } from "@/components/ui/card"; const Project = (): ReactNode => { return ( - +

Project Title

Project description goes here.

diff --git a/src/components/dashboard/Dashboard.tsx b/src/components/dashboard/Dashboard.tsx index 00ec6b5..bfdf6a6 100644 --- a/src/components/dashboard/Dashboard.tsx +++ b/src/components/dashboard/Dashboard.tsx @@ -1,11 +1,14 @@ "use client"; -import { FolderOpenIcon, LucideIcon, PlusIcon, SettingsIcon } from "lucide-react"; +import { FolderOpenIcon, GithubIcon, LucideIcon, PlusIcon, SettingsIcon } from "lucide-react"; import { ReactNode } from "react"; import { SidebarMenuItem, SidebarMenuButton, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarMenu, SidebarHeader, SidebarFooter, Sidebar, SidebarGroupLabel, SidebarGroupAction } from "../ui/sidebar"; import Link from "next/link"; import { Label } from "../ui/label"; import ClipFusionLogo from "../clipfusion-logo"; import ThemeSwitcher from "../theme-switcher"; +import Image from "next/image"; +import { Tooltip, TooltipContent } from "../ui/tooltip"; +import { TooltipTrigger } from "@radix-ui/react-tooltip"; interface DashboardItem { title: string; @@ -32,7 +35,7 @@ export const Dashboard = (): ReactNode => { -

Community

+

ClipFusion

@@ -40,6 +43,9 @@ export const Dashboard = (): ReactNode => { Quick Access + + Add to Quick Access + @@ -77,7 +83,36 @@ export const Dashboard = (): ReactNode => { - + + + Socials + + +
+ + + + ClipFusion GitHub Repository + + + +

ClipFusion GitHub Repository

+
+
+ + + + ClipFusion Git Mirror + + + +

ClipFusion Git Mirror

+
+
+
+ +
+
); diff --git a/src/favicon.svg b/src/favicon.svg new file mode 100644 index 0000000..a2750e5 --- /dev/null +++ b/src/favicon.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file