OK
This commit is contained in:
@@ -85,7 +85,7 @@ const MultiCardCarousel = () => {
|
||||
{cards.slice(0, 3).map((card, index) => (
|
||||
<div
|
||||
key={index}
|
||||
className="relative overflow-hidden bg-transparent"
|
||||
className="relative overflow-hidden bg-bg-sand"
|
||||
>
|
||||
<div className="aspect-[4/5] overflow-hidden">
|
||||
<img
|
||||
|
Reference in New Issue
Block a user