Skip to content

Commit

Permalink
removing legacy website banner
Browse files Browse the repository at this point in the history
Signed-off-by: Mr-Sheep <[email protected]>
  • Loading branch information
Mr-Sheep committed Jun 26, 2024
1 parent 5f9baae commit 1267d22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
"use client";
import getYear from "./components/get-year";
import Chicken from "./components/logo";
import Banner from "./components/banner";
export default function Home() {
return (
<main className="home flex min-h-screen flex-col items-center justify-between p-24">
<Banner />
<Chicken />

<div className="dark:text-gray-300 mb-3 grid text-center lg:max-w-5xl lg:w-full lg:mb-0 lg:grid-cols-4 lg:text-left">
Expand Down

0 comments on commit 1267d22

Please sign in to comment.