mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
refactor: update hero section images to use main_demo.webp for both light and dark modes
This commit is contained in:
parent
dfed7187bc
commit
b86ec41348
2 changed files with 4 additions and 2 deletions
|
|
@ -93,19 +93,21 @@ export function HeroSection() {
|
|||
<div className="rounded-[24px] border border-neutral-200 bg-white p-2 dark:border-neutral-700 dark:bg-black">
|
||||
{/* Light mode image */}
|
||||
<Image
|
||||
src="/homepage/temp_hero_light.png"
|
||||
src="/homepage/main_demo.webp"
|
||||
alt="header"
|
||||
width={1920}
|
||||
height={1080}
|
||||
className="rounded-[20px] block dark:hidden"
|
||||
unoptimized
|
||||
/>
|
||||
{/* Dark mode image */}
|
||||
<Image
|
||||
src="/homepage/temp_hero_dark.png"
|
||||
src="/homepage/main_demo.webp"
|
||||
alt="header"
|
||||
width={1920}
|
||||
height={1080}
|
||||
className="rounded-[20px] hidden dark:block"
|
||||
unoptimized
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
BIN
surfsense_web/public/homepage/main_demo.webp
Normal file
BIN
surfsense_web/public/homepage/main_demo.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 MiB |
Loading…
Add table
Add a link
Reference in a new issue