Update src/app/page.tsx

This commit is contained in:
2026-03-14 06:17:55 +00:00
parent 301a7a29f9
commit 0ce08e4c83

View File

@@ -71,7 +71,7 @@ export default function LandingPage() {
/>
<button
onClick={() => setShowProductInfo(!showProductInfo)}
className="absolute top-4 right-4 z-20 p-3 rounded-full bg-white bg-opacity-20 backdrop-blur-md hover:bg-opacity-30 transition-all shadow-lg hover:shadow-xl border border-white border-opacity-30"
className="absolute top-6 right-6 z-20 p-3 rounded-full bg-white/10 backdrop-blur-lg hover:bg-white/20 transition-all shadow-xl hover:shadow-2xl border border-white/30 hover:border-white/50"
aria-label="Show product information"
>
<Plus className="w-6 h-6 text-white" />