diff --git a/frontend/app/not-found.tsx b/frontend/app/not-found.tsx index da6b6ea..1f072e0 100644 --- a/frontend/app/not-found.tsx +++ b/frontend/app/not-found.tsx @@ -2,7 +2,7 @@ import Link from "next/link" import { Button } from "@/components/ui/button" -import { Home, Search, Shuffle, ArrowLeft, Music, Bird } from "lucide-react" +import { Home, Search, Shuffle, ArrowLeft, Music, Disc3 } from "lucide-react" import { useState, useEffect } from "react" const GOOSE_QUOTES = [ @@ -48,14 +48,13 @@ export default function NotFound() { return (
- {/* Animated Bird Icon */} + {/* Animated Disc Icon */}
-
- +
+
@@ -72,9 +71,7 @@ export default function NotFound() { {quote}

-

- Click the bird for a new message -

+ {/* Action Buttons */}