diff --git a/src/pages/Home/Home.tsx b/src/pages/Home/Home.tsx index 85f9437..a0f80f6 100644 --- a/src/pages/Home/Home.tsx +++ b/src/pages/Home/Home.tsx @@ -37,21 +37,30 @@ export default function Home() { initial={{ opacity: 0, scale: 0.95 }} animate={{ opacity: 1, scale: 1 }} transition={{ duration: 0.7 }} - className="relative w-full max-w-lg" + className="relative w-full max-w-lg group" > - {/* Main campus image/graphic card */} -
-
- {/* Subtle dark gradient overlay to ensure text contrast */}
-
+ {/* Ambient Blurry Glow behind the image container */}
+
+
+ {/* Main campus image/graphic card */}
+
+
+ {/* Glassmorphic border overlay (frosted edge blur effect) */}
+
+
+
+ {/* Subtle dark gradient overlay to ensure text contrast */}
+
{/* Text on top of the image (RIT Events Hub Style) */}