мляяяяяяяяяяяяяяя
This commit is contained in:
parent
dc88a62660
commit
07e7064e13
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@ import Link from "next/link";
|
|||
import awesome from "/public/awesome.jpg";
|
||||
import diablo from "/public/diablo.gif";
|
||||
import localFont from "next/font/local";
|
||||
import styles from "./styles.css";
|
||||
|
||||
const jetbrainsMonoRegular = localFont({
|
||||
src: "../../public/fonts/jbm/JetBrainsMonoNerdFont-Regular.ttf",
|
||||
|
@ -13,8 +14,8 @@ export default function Page() {
|
|||
return (
|
||||
<>
|
||||
<div className={`text-center`}>
|
||||
<center><Image src={awesome} alt=""/></center>
|
||||
<div className={`flex items-center justify-center`}>
|
||||
<center><Image src={awesome} alt="" /></center>
|
||||
<div className={`flex items-center justify-center`}>
|
||||
<Image unoptimized={true} src={diablo} width={32} height={32} alt=""/>
|
||||
<p>BIGBON INDUSTRIES</p>
|
||||
<Image unoptimized={true} src={diablo} width={32} height={32} alt=""/>
|
||||
|
|
Loading…
Add table
Reference in a new issue