diff --git a/frontend/src/components/ui/Landing.jsx b/frontend/src/components/ui/Landing.jsx
index 0ecefc1a..c5a1263f 100644
--- a/frontend/src/components/ui/Landing.jsx
+++ b/frontend/src/components/ui/Landing.jsx
@@ -39,7 +39,27 @@ function Landing() {
{/* Text Content */}
-
+ {
+ e.currentTarget.style.transform = 'scale(1.05)'; /* Slight zoom effect */
+ e.currentTarget.style.color = '#4e2c0a'; /* Brown text color */
+ e.currentTarget.style.textShadow = '0 0 5px rgba(78, 44, 10, 0.6), 0 0 10px rgba(78, 44, 10, 0.4)';
+ }}
+ onMouseOut={(e) => {
+ e.currentTarget.style.transform = 'scale(1)'; /* Reset scale */
+ e.currentTarget.style.color = '#333'; /* Reset text color */
+ e.currentTarget.style.textShadow = 'none'; /* Remove glow */
+ }}
+ >
A unique café experience awaits you