update icon nekoflow
This commit is contained in:
BIN
apps/web/src/app/icon.png
Normal file
BIN
apps/web/src/app/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 679 KiB |
@@ -1,6 +1,7 @@
|
||||
'use client'
|
||||
|
||||
import { useState, useEffect } from 'react'
|
||||
import Image from 'next/image'
|
||||
|
||||
export default function Home() {
|
||||
const [apiData, setApiData] = useState<any>(null)
|
||||
@@ -17,8 +18,14 @@ export default function Home() {
|
||||
<main className="min-h-screen bg-gradient-to-br from-gray-50 via-blue-50 to-indigo-50 flex items-center justify-center p-6">
|
||||
<div className="max-w-2xl w-full">
|
||||
<div className="text-center mb-8">
|
||||
<div className="inline-flex items-center justify-center w-20 h-20 bg-gradient-to-br from-blue-500 to-indigo-600 rounded-3xl shadow-lg mb-6">
|
||||
<span className="text-5xl">🐱</span>
|
||||
<div className="inline-flex items-center justify-center w-130 h-130 bg-gradient-to-br from-blue-500 to-indigo-600 rounded-full shadow-lg mb-6 overflow-hidden p-1">
|
||||
<Image
|
||||
src="/icon.png"
|
||||
alt="NekoFlow Logo"
|
||||
width={130}
|
||||
height={130}
|
||||
className="object-contain rounded-full"
|
||||
/>
|
||||
</div>
|
||||
<h1 className="text-5xl font-bold text-gray-900 mb-4">
|
||||
NekoFlow
|
||||
|
||||
Reference in New Issue
Block a user