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"> <div className="row" data-aos="fade-up">
{services.map( {services.map(
itemConfig => itemConfig =>
<OurServiceItemComponent config={itemConfig} /> <OurServiceItemComponent config={itemConfig} key={itemConfig.id} />
)} )}
</div> </div>
<figure className="services_left_shape left_shape mb-0"> <figure className="services_left_shape left_shape mb-0">