update: add price-board

This commit is contained in:
BunyodL 2025-05-06 15:17:54 +05:00
parent 86a3ad9f81
commit 41f012be33
2 changed files with 2 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 KiB

View File

@ -9,8 +9,6 @@ import { useTextController } from '@/shared/language/hooks/use-text-controller';
// import LoyaltyLevels from '@/widgets/clients/loyalty/ui/loyalty-levels';
import { CtaSection } from '@/widgets/cta-section';
import ProgrammImg from '../../../../public/clients/loyatly/03a771e7-5d76-4111-a516-801aa925659f.jpg';
export function LoyaltyPage() {
const { t } = useTextController();
@ -104,10 +102,10 @@ export function LoyaltyPage() {
</div>
<div
data-aos='fade-up'
className='relative h-[400px] overflow-hidden rounded-xl shadow-xl'
className='relative h-[400px] md:h-full overflow-hidden rounded-xl'
>
<Image
src={ProgrammImg}
src={'/clients/loyatly/oriyo-price-board.png'}
alt='Программа лояльности'
fill
className='w-full object-contain p-2.5'