fix hero image link (#544)

Co-authored-by: Maze <167211895+mazeincoding@users.noreply.github.com>
This commit is contained in:
Dipanshu Rawat 2025-08-12 23:06:22 +05:30 committed by GitHub
parent a97eb26fa4
commit f9aab49080
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export function Hero() {
<div className="min-h-[calc(100vh-4.5rem)] supports-[height:100dvh]:min-h-[calc(100dvh-4.5rem)] flex flex-col justify-between items-center text-center px-4">
<Image
className="absolute top-0 left-0 -z-50 size-full object-cover invert dark:invert-0 opacity-85"
src="https://res.cloudinary.com/dzjgehvid/image/upload/v1754994895/landing-page-dark_vzpyoc.png"
src="/landing-page-dark.png"
height={1903.5}
width={1269}
alt="landing-page.bg"