From d37369eca214fdfaf24bb2ca960548a77dd27097 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Thu, 23 Apr 2026 09:43:03 -0400 Subject: [PATCH] feat: remove blockchain landing copy --- frontend/src/app/page.tsx | 257 ++++++++++++++------------------------ 1 file changed, 92 insertions(+), 165 deletions(-) diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index 3aae86f..1f6e227 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -4,11 +4,8 @@ import { ChevronRight, Coins, Egg, - Film, PlayCircle, Shield, - Tv, - Wallet, Zap, } from "lucide-react"; import Link from "next/link"; @@ -16,10 +13,9 @@ import { Button } from "@/components/ui/button"; export default function LandingPage() { return ( -
- {/* Grain Pattern Overlay */} +
- {/* Header */}
-
+
-
- +
+
CoopCredits
- -
-
- {/* Hero Section */} -
+
+
-
-
- - Blockchain-Powered Barnyard +
+
+ Barnyard rewards
- -

+

Welcome to the Coop, Friend

- -

- Earn $COOP tokens automatically for every minute you watch on - Plex. Then spend them like golden eggs to request new movies & - shows. +

+ Earn $COOP automatically for every minute you watch on Plex. + Spend it like golden eggs to request movies and shows.

- -
+
- +
- - {/* Warm glow background element */} -
- {/* Features Section */} -
+
-
-

- What the Coop Offers -

-

- A little barnyard magic mixed with blockchain tech. +

+

+ Why the flock likes it

+

+ Simple, warm, and built for watching +

-
-
-
- -
-

Watch & Cluck

-

- Every minute on Plex earns $COOP. No extra steps — just kick - back and enjoy the show. +

+
+ +

Watch earns

+

+ Every minute on Plex fills your nest with $COOP.

- -
-
- -
-

Solana Strong

-

- Your $COOP lives on the Solana blockchain — fast, transparent, - and secure as a locked coop. +

+ +

Safe balance

+

+ Your credits live in the coop database and update fast.

- -
-
- -
-

Spend Your Eggs

-

- Cash in $COOP to request new movies or shows on Overseer. You - help build the library. +

+ +

Request fast

+

+ Spend credits on movie and TV requests with a few taps.

- {/* How it Works Section */} -
-
-
-
-

- Simple as Counting Chickens -

-

- “Our way of saying thanks for being part of the Hoboken - Chicken family!” -

-
- -
-
-
- 1 +
+
+
+

+ How it works +

+

+ A cozy loop: watch, earn, request, repeat +

+

+ No weird hoops. Plex watch time becomes credits. Credits become + requests. The coop keeps score. +

+
    +
  • • Log in with Plex.
  • +
  • • Watch content.
  • +
  • • Get $COOP in your balance.
  • +
  • • Request new content from dashboard.
  • +
+ + + +
+
+
+
+
+ Balance
-
-

- Connect Your Plex Account -

-

- Just log in with Plex. We set up your Solana wallet - quietly in the background. -

+
$COOP
+
+
+
+
+ Watch +
+
Earn
+
+
+
+ Spend +
+
Request
- -
-
- 2 -
-
-

Watch Your Favorites

-

- Enjoy movies and shows as usual. Tautulli tracks your - time, and $COOP lands in your wallet. -

-
-
- -
-
- 3 -
-
-

Redeem & Repeat

-

- Spend $COOP to pick new things for the server via - Overseer. Happy requesting! -

-
-
-
- -
-
-

Ready to roost?

-

- Come join the flock and earn rewards for your watch time. -

-
- - -
- - {/* Footer */} -
); }