diff --git a/@/components/garden-dashboard.tsx b/@/components/garden-dashboard.tsx new file mode 100644 index 00000000..216eab44 --- /dev/null +++ b/@/components/garden-dashboard.tsx @@ -0,0 +1,114 @@ +import Link from "next/link" +import { Button } from "./ui/button" +import { DropdownMenuTrigger, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuItem, DropdownMenuContent, DropdownMenu } from "./ui/dropdown-menu"; +import { CardTitle, CardHeader, CardContent, Card } from "./ui/card"; +import { QuickLook } from "../../components/quick-look"; +import { UserMenuItems } from "../../components/Section/Navbar"; +import OwnedItemsList from "../../components/Content/Inventory/UserOwnedItems"; + +export function GardenDashboard() { + return ( +
Welcome, Astronaut!
+Quantity: {ownedItem?.quantity}
-Location: {ownedItem?.sector}
{/* Was ?.location */} -{item.name}
+Level 5 Astrophysicist
++ Home Planet: + Earth{"\n "} +
++ Ship: + Odyssey Explorer{"\n "} +
++ Current Location: + Space Station Alpha{"\n "} +
++ Rank: + Science Officer{"\n "} +
++ Experience: + 2,345 XP{"\n "} +
++ Badges: + 5{"\n "} +
++ Next Mission: + Analyze Exoplanet Zeta{"\n "} +
++ Deadline: + 3 days{"\n "} +
+