Bob AI: add image as a background for Featured Signature B...

This commit is contained in:
2026-02-04 17:37:51 +02:00
parent fb4830db4f
commit 5bd9eee1f1

View File

@@ -124,7 +124,7 @@ const FeatureCardTwentyTwo = ({
>
<div
className="absolute inset-0 z-0"
style={{ backgroundImage: `url('/path/to/your/image.jpg')`, backgroundSize: 'cover', backgroundPosition: 'center' }}
style={{ backgroundImage: `url('https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80')`, backgroundSize: 'cover', backgroundPosition: 'center' }}
/>
{features.map((feature, index) => (
<article