diff --git a/packages/nextjs/app/page.tsx b/packages/nextjs/app/page.tsx
index bcf90f1..7e53578 100644
--- a/packages/nextjs/app/page.tsx
+++ b/packages/nextjs/app/page.tsx
@@ -38,37 +38,43 @@ export function Home() {
initial={{ filter: "blur(10px)" }}
animate={{ filter: "blur(0px)" }}
transition={{ duration: 2 }}
- className="text-white text-9xl font-bold mb-4"
+ className="text-white text-6xl sm:text-9xl font-bold mb-4"
>
Eventure
-