Skip to content

Commit 16423aa

Browse files
authored
Update page.tsx
1 parent edd95ab commit 16423aa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

app/page.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
import ShinyText from '@/components/ShinyText'
2+
13
export default function Home() {
24
return (
35
<main className="flex items-center justify-center h-screen">
4-
<h1 className="text-4xl font-bold">Salam, mənim saytım 🚀</h1>
6+
<ShinyText text="Salam, mənim saytım indi parıldayır ✨" speed={3} />
57
</main>
68
)
79
}
8-

0 commit comments

Comments
 (0)