Skip to content

Commit

Permalink
Add landing image
Browse files Browse the repository at this point in the history
  • Loading branch information
horsefacts committed Feb 1, 2024
1 parent 486940e commit 3d43632
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file added web/public/landing-logo.webp
Binary file not shown.
6 changes: 4 additions & 2 deletions web/src/components/landing/LandingPage.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import Login from "@components/login/Login";
import Image from "next/image";

export function LandingPage() {
return (
<>
<main className="flex flex-col items-center justify-center p-4">
<h1 className="pb-1 text-4xl font-bold">Quikcast</h1>
<main className="flex flex-col items-center justify-center p-16">
<Image src="/landing-logo.webp" width={400} height={400} alt="Farcaster Arch" />
<h1 className="pb-1 text-4xl font-extrabold mt-4">Quikcast</h1>
<h2>A really simple Farcaster app.</h2>
<div className="mt-4">
<Login />
Expand Down

0 comments on commit 3d43632

Please sign in to comment.