Merge remote-tracking branch 'origin/main'

This commit is contained in:
marzban-dev
2025-03-22 23:44:21 +03:30
23 changed files with 322 additions and 65 deletions
@@ -33,7 +33,7 @@ const onSwiper = (swiper: SwiperClass) => {
</script>
<template>
<section class="w-full flex flex-col gap-10 md:gap-[4rem]">
<section class="w-full flex flex-col gap-10 md:gap-[4rem] lg:container">
<div class="w-full flex justify-between items-center max-lg:container">
<span class="text-black typo-h-6 md:typo-h-5 lg:typo-h-4">
{{ title }}
@@ -91,11 +91,11 @@ const onSwiper = (swiper: SwiperClass) => {
:breakpoints="{
640: {
centeredSlides: true,
slidesPerView: 2.5,
slidesPerView: 3,
},
1024: {
centeredSlides: false,
slidesPerView: 3,
slidesPerView: 4,
},
}"
>