fix yoga services

This commit is contained in:
Schneider Roland 2025-03-28 22:17:25 +01:00
parent b9f44caf1a
commit 505f5c0840

View File

@ -21,7 +21,7 @@ const OurServiceComponent = ({config: {title,header,description,services}}: Prop
<div className="row" data-aos="fade-up">
{services.map(
itemConfig =>
<OurServiceItemComponent config={itemConfig} />
<OurServiceItemComponent config={itemConfig} key={itemConfig.id} />
)}
</div>
<figure className="services_left_shape left_shape mb-0">