asset path and iframe setting
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { motion, useReducedMotion } from 'framer-motion';
|
||||
import { assetUrl } from '../lib/assetUrl';
|
||||
|
||||
const ACCENT_GRADIENTS = [
|
||||
'radial-gradient(circle at top right, rgba(139, 92, 246, 0.08) 0%, transparent 50%), linear-gradient(to bottom, #FAF9FA 0%, #F6F2F5 100%)',
|
||||
@@ -114,7 +115,7 @@ export default function ProductCard({ product, isMobile, delay = 0, index = 0 })
|
||||
background: 'transparent',
|
||||
}}>
|
||||
<img
|
||||
src={product.image}
|
||||
src={assetUrl(product.image)}
|
||||
alt={`${product.name} dashboard`}
|
||||
style={{
|
||||
position: 'absolute',
|
||||
|
||||
Reference in New Issue
Block a user