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 <div
className="h-[400px] md:h-[500px] w-full rounded-2xl shadow-2xl overflow-hidden" className="h-[400px] md:h-[500px] w-full rounded-2xl shadow-2xl overflow-hidden"
style={{ style={{
backgroundImage: "url('/assets/images/home/left.webp')", backgroundImage: "url('/assets/images/home/where.webp')",
backgroundAttachment: "fixed", backgroundAttachment: "fixed",
backgroundPosition: "center", backgroundPosition: "center",
backgroundRepeat: "no-repeat", backgroundRepeat: "no-repeat",

View File

@ -55,7 +55,7 @@ export default function Header() {
<> <>
<header <header
className={`fixed top-0 left-0 right-0 z-50 transition-all duration-300 ${isScrolled 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" : "bg-transparent py-6"
}`} }`}
> >