diff --git a/public/banner.png b/public/banner.png new file mode 100644 index 0000000..60c0cbf Binary files /dev/null and b/public/banner.png differ diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..866710f Binary files /dev/null and b/public/logo.png differ diff --git a/src/app/(main)/explore/_components/agent-list.tsx b/src/app/(main)/explore/_components/agent-list.tsx index ef10889..68ca35a 100644 --- a/src/app/(main)/explore/_components/agent-list.tsx +++ b/src/app/(main)/explore/_components/agent-list.tsx @@ -66,16 +66,12 @@ export function AgentList() { return ( <> -
+
-

+

Agents

-
-
-
-
-
+
-
    +
      {isLoading && [...Array(6)].map((_, idx) => (
    • diff --git a/src/app/favicon.ico b/src/app/favicon.ico index 453d278..36c7444 100644 Binary files a/src/app/favicon.ico and b/src/app/favicon.ico differ diff --git a/src/app/globals.css b/src/app/globals.css index 112dfd6..c23e774 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -10,19 +10,19 @@ --card-foreground: 222.2 84% 4.9%; --popover: 0 0% 100%; --popover-foreground: 222.2 84% 4.9%; - --primary: 208 100% 15%; + --primary: 9 60% 32%; --primary-foreground: 210 40% 98%; --secondary: 210 40% 96.1%; --secondary-foreground: 349 100% 55.5%; --muted: 210 40% 96.1%; --muted-foreground: 215.4 16.3% 46.9%; --accent: 210 40% 96.1%; - --accent-foreground: 208, 100%, 15%; + --accent-foreground: 22 68% 91%; --destructive: 0 84.2% 60.2%; --destructive-foreground: 210 40% 98%; --border: 214.3 31.8% 91.4%; --input: 214.3 31.8% 91.4%; - --ring: 222.2 84% 4.9%; + --ring: 9 60% 32%; --radius: 0.5rem; --chart-1: 12 76% 61%; --chart-2: 173 58% 39%; @@ -38,14 +38,14 @@ --card-foreground: 0 0% 98%; --popover: 240 10% 3.9%; --popover-foreground: 0 0% 98%; - --primary: 208 100% 15%; + --primary: 22 68% 91%; --primary-foreground: 240 5.9% 10%; --secondary: 240 3.7% 15.9%; --secondary-foreground: 349 100% 55.5%; --muted: 240 3.7% 15.9%; --muted-foreground: 240 5% 64.9%; --accent: 240 3.7% 15.9%; - --accent-foreground: 208 100% 15%; + --accent-foreground: 9 60% 32%; --destructive: 0 62.8% 30.6%; --destructive-foreground: 0 85.7% 97.3%; --border: 240 3.7% 15.9%; diff --git a/src/components/sections/footer.tsx b/src/components/sections/footer.tsx index f87a987..ac8fa85 100644 --- a/src/components/sections/footer.tsx +++ b/src/components/sections/footer.tsx @@ -1,6 +1,7 @@ import { Icons } from "@/components/icons"; import { siteConfig } from "@/lib/config"; import { ChevronRight } from "lucide-react"; +import Image from "next/image"; import Link from "next/link"; export default function Footer() { @@ -12,7 +13,14 @@ export default function Footer() { title={siteConfig.name} className="relative mr-6 flex items-center space-x-2" > - + logo + {/* */} {siteConfig.name} diff --git a/src/components/sections/header.tsx b/src/components/sections/header.tsx index 1295db3..5b10663 100644 --- a/src/components/sections/header.tsx +++ b/src/components/sections/header.tsx @@ -6,6 +6,7 @@ import Menu from "@/components/menu"; import { buttonVariants } from "@/components/ui/button"; import { siteConfig } from "@/lib/config"; import { cn } from "@/lib/utils"; +import Image from "next/image"; import Link from "next/link"; import { useEffect, useState } from "react"; @@ -30,9 +31,7 @@ export default function Header() { return (
      - + logo + {/* */} {siteConfig.name} @@ -51,10 +57,7 @@ export default function Header() { */}
      - + Connect Wallet {/*