[yoga-3] our services carousel
This commit is contained in:
@@ -2,6 +2,7 @@ import YogaImageComponent from "@/components/yoga.image.component";
|
||||
import {YogaSingleService_Plain} from "@/types/generated-strapi-interfaces/api/yoga-single-service";
|
||||
import {StrapiFile} from "@/types/types";
|
||||
import strapiApi from "@/api/strapi/strapi-api";
|
||||
import styles from './our.services.item.component.module.css'
|
||||
|
||||
export interface Props {
|
||||
config: YogaSingleService_Plain
|
||||
@@ -11,7 +12,8 @@ const OurServiceItemComponent = ({config: {header,description,image}}: Props) =>
|
||||
const imageFile: StrapiFile = image as StrapiFile;
|
||||
return (
|
||||
|
||||
<div className="col-lg-3 col-md-6 col-sm-6 col-xs-12">
|
||||
<div className={styles.serviceSlide}>
|
||||
{/*<div className="col-lg-3 col-md-6 col-sm-6 col-xs-12">*/}
|
||||
<div className="services_box_content">
|
||||
<div className="services_box_upper_portion">
|
||||
<figure className="mb-0">
|
||||
|
||||
Reference in New Issue
Block a user