Update src/app/page.tsx

This commit is contained in:
2026-02-27 10:30:35 +00:00
parent b4de241b10
commit 5b999ced81

View File

@@ -176,8 +176,8 @@ export default function LandingPage() {
frameStyle="card" frameStyle="card"
/> />
{/* Glassy card overlay - positioned half off and half on the image */} {/* Glassy card overlay - positioned in front of hero 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="absolute bottom-0 md:bottom-8 right-6 md:right-12 w-72 md:w-80 z-20">
<div className="backdrop-blur-md bg-white/10 border border-white/20 rounded-2xl p-6 md:p-8 shadow-2xl"> <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="flex items-center gap-3 mb-3">
<div className="text-white"> <div className="text-white">