diff --git a/frontend/src/app/dashboard/page.tsx b/frontend/src/app/dashboard/page.tsx index f842b9f..fe54336 100644 --- a/frontend/src/app/dashboard/page.tsx +++ b/frontend/src/app/dashboard/page.tsx @@ -1,17 +1,15 @@ "use client"; -import { useEffect, useState } from "react"; -import { useRouter } from "next/navigation"; import { - ArrowRight, BadgeDollarSign, - Bird, Clock3, Loader2, PartyPopper, RefreshCw, ShieldCheck, } from "lucide-react"; +import { useRouter } from "next/navigation"; +import { useEffect, useState } from "react"; import { toast } from "sonner"; import { Button } from "@/components/ui/button"; import { @@ -134,84 +132,30 @@ export default function DashboardPage() {
-
-
-
-
- - Join flock -
-
-

- Barnyard coop -

-

- Keep nest full, request feed, track harvest. Warm barn light, - quick lookup, no fluff. -

-
-
- - - -
-
-
-
-
- - Nest Egg - - -
-
- {formatNumber(wallet?.balance || 0)}{" "} - $COOP -
-
- Ready to spend on requests. -
-
-
-
-
- Gathered -
-
- {formatNumber(wallet?.totalEarned || 0)} -
-
-
-
- Spent -
-
- {formatNumber(wallet?.totalSpent || 0)} -
-
-
+
+
+
+ Dashboard
+

Barnyard coop

+
+
+ +
+ -