Update seo tags

This commit is contained in:
marzban-dev
2025-05-11 20:11:09 +03:30
parent f835e74b70
commit 79c9f251f4
24 changed files with 183 additions and 154 deletions
@@ -49,7 +49,7 @@ const changeSlide = (id: number) => {
<template>
<div class="sticky top-10">
<div class="flex flex-col relative gap-6">
<div class="flex flex-col relative gap-4">
<div
class="bg-white brightness-[97%] w-full relative aspect-square overflow-hidden rounded-[12px] md:rounded-200"
>
@@ -74,7 +74,6 @@ const changeSlide = (id: number) => {
class="w-full"
>
<SwiperSlide
class="py-4"
v-for="slide in slides"
:key="slide.id"
>
@@ -94,7 +93,6 @@ const changeSlide = (id: number) => {
v-if="emptySlidesCount > 0"
v-for="slide in emptySlidesCount"
:key="slide"
class="py-4"
>
<div
class="brightness-[97%] flex-center bg-white aspect-square rounded-[12px] md:rounded-200 w-full"