This commit is contained in:
2025-08-20 11:05:57 +02:00
parent 089e459285
commit 1a926f8320

View File

@@ -12,7 +12,7 @@ export default function NewFeatures() {
<div className="flex items-start justify-end lg:justify-start lg:order-first"> <div className="flex items-start justify-end lg:justify-start lg:order-first">
<img <img
alt="New Features" alt="New Features"
src="images/story1.png" src="/images/story1.png"
className="w-full max-w-[40rem] rounded-xl shadow-xl ring-1 ring-gray-400/10 object-cover" className="w-full max-w-[40rem] rounded-xl shadow-xl ring-1 ring-gray-400/10 object-cover"
style={{ maxWidth: '40rem', height: 'auto' }} style={{ maxWidth: '40rem', height: 'auto' }}
/> />