+5
app/(home)/layout.tsx
+5
app/(home)/layout.tsx
···
8
8
9
9
import TopggIcon from "@/components/icons/topgg";
10
10
import { ServerButton } from "@/components/server-button";
11
+
import BlahajPic from "@/public/blahaj.webp";
11
12
import PronounsPic from "@/public/pronouns-bot.webp";
12
13
13
14
export default async function RootLayout({
···
114
115
</ServerButton>
115
116
</div>
116
117
118
+
</div>
119
+
120
+
<div className="w-full flex justify-center mt-20 mb-4 hover:rotate-2 duration-500">
121
+
<Image src={BlahajPic} alt="Blahaj" width={1500 / 2} height={775 / 2} className="h-42" />
117
122
</div>
118
123
119
124
</div>
public/blahaj.png
public/blahaj.png
This is a binary file and will not be displayed.
public/blahaj.webp
public/blahaj.webp
This is a binary file and will not be displayed.