Update src/app/page.tsx
This commit is contained in:
@@ -176,8 +176,8 @@ export default function LandingPage() {
|
||||
frameStyle="card"
|
||||
/>
|
||||
|
||||
{/* Glassy card overlay - positioned in front of hero image */}
|
||||
<div className="absolute bottom-0 md:bottom-8 right-6 md:right-12 w-72 md:w-80 z-20">
|
||||
{/* Glassy card overlay - positioned half off and half on the image */}
|
||||
<div className="absolute bottom-12 md:bottom-20 right-6 md:right-12 w-72 md:w-80 transform translate-y-1/2">
|
||||
<div className="backdrop-blur-md bg-white/10 border border-white/20 rounded-2xl p-6 md:p-8 shadow-2xl">
|
||||
<div className="flex items-center gap-3 mb-3">
|
||||
<div className="text-white">
|
||||
|
||||
Reference in New Issue
Block a user