header trnsprent increased
This commit is contained in:
parent
3c6a8ac5ff
commit
725590574e
BIN
public/assets/images/home/where.webp
Normal file
BIN
public/assets/images/home/where.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
@ -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",
|
||||||
|
|||||||
@ -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"
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user