Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user