fix spacing and color

Seto committed Oct 24, 2025 at 22:48 UTC 533d8b660b06fc14e75239eb7de09bc6b05bd426
1 file changed +3 -3
src/pages/Home.tsx
+3 -3
@@ -7,7 +7,7 @@ export default function Home() {
7 return (
8 <section className="flex flex-col items-center justify-center min-h-[30vh]">
9 <svg
10 - className="w-40 mb-8 animate-bounce"
10 + className="w-40 mb-8 mt-8 animate-bounce"
11 viewBox="0 0 120 120"
12 fill="none"
13 xmlns="http://www.w3.org/2000/svg"
@@ -22,10 +22,10 @@ export default function Home() {
22 fontFamily="Arial, sans-serif"
23 dy=".3em"
24 >
25 - 🏵️
25 + 💈
26 </text>
27 </svg>
28 - <h1 className="text-3xl md:text-4xl font-bold text-center mb-4 text-blue-700">
28 + <h1 className="text-3xl md:text-4xl font-bold text-center mb-4 text-cut-blue">
29 {t.welcome}
30 </h1>
31 <p className="text-lg text-center mb-8 text-slate-600">{t.homeDesc}</p>