header trnsprent increased

This commit is contained in:
akash 2025-12-06 23:30:20 +05:30
parent 3c6a8ac5ff
commit 725590574e
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -49,7 +49,7 @@ export default function About() {
<div
className="h-[400px] md:h-[500px] w-full rounded-2xl shadow-2xl overflow-hidden"
style={{
backgroundImage: "url('/assets/images/home/left.webp')",
backgroundImage: "url('/assets/images/home/where.webp')",
backgroundAttachment: "fixed",
backgroundPosition: "center",
backgroundRepeat: "no-repeat",

View File

@ -55,7 +55,7 @@ export default function Header() {
<>
<header
className={`fixed top-0 left-0 right-0 z-50 transition-all duration-300 ${isScrolled
? "bg-white/5 dark:bg-black/5 backdrop-blur-md shadow-sm py-4"
? "bg-white/25 dark:bg-black/25 backdrop-blur-md shadow-sm py-4"
: "bg-transparent py-6"
}`}
>