Подключил yclients (пока без интеграции по апи) и добавил оферту

This commit is contained in:
Yuu Ottosoka
2025-06-10 00:28:11 +03:00
parent 93ffeae65a
commit 8359ab14ea
15 changed files with 202 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ import { type SwiperRef, SwiperSlide } from 'swiper/react'
import { CharachteristicCard } from './CharachteristicCard'
import { cn } from '@/libs/cn'
import { SimpleSwiper } from '../swiper/SimpleSwiper'
import React from 'react'
export type ServicesProps = {
services: z.infer<typeof servicesSchema>[]