Update landing-sweet-spot.tsx

This commit is contained in:
Stefan Pejcic 2024-11-13 16:03:37 +01:00 committed by GitHub
parent f34b0e15e3
commit c667590349
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -428,13 +428,13 @@ const list = [
), ),
iconText: "REDIS", iconText: "REDIS",
image1Dark: image1Dark:
"/img/landing_slider/redis_dark_large.png", "/img/ilustrations/redis_large.png",
image1Light: image1Light:
"/img/landing_slider/redis_white_large.png", "/img/ilustrations/redis_large.png",
image2Dark: image2Dark:
"/img/landing_slider/redis_dark_small.png", "/img/ilustrations/redis_small.png",
image2Light: image2Light:
"/img/landing_slider/redis_white_small.png", "/img/ilustrations/redis_small.png",
backgroundImage: backgroundImage:
"dark:bg-landing-sweet-spot-glow-cyan-dark bg-landing-sweet-spot-glow-cyan-light", "dark:bg-landing-sweet-spot-glow-cyan-dark bg-landing-sweet-spot-glow-cyan-light",
}, },