diff --git a/src/components/layout/NotFoundView.tsx b/src/components/layout/NotFoundView.tsx
index f342e02..dde467b 100644
--- a/src/components/layout/NotFoundView.tsx
+++ b/src/components/layout/NotFoundView.tsx
@@ -38,7 +38,7 @@ export default function NotFoundView() {
aria-label="Go back to home"
variant="primary"
icon={}
- className="w-full sm:w-auto text-lg px-8 py-6 rounded-2xl"
+ className="w-full sm:w-auto text-lg px-8 py-6 rounded-2xl transition-all duration-300 hover:scale-105 hover:shadow-xl"
>
Back to Safety
@@ -48,7 +48,7 @@ export default function NotFoundView() {
aria-label="Explore courses"
variant="secondary"
icon={}
- className="w-full sm:w-auto text-lg px-8 py-6 rounded-2xl border-white/20 hover:bg-white/5"
+ className="w-full sm:w-auto text-lg px-8 py-6 rounded-2xl border-white/20 hover:bg-white/5 transition-all duration-300 hover:scale-105 hover:shadow-xl"
>
Explore Courses