update: add price-board
This commit is contained in:
parent
86a3ad9f81
commit
41f012be33
BIN
public/clients/loyatly/oriyo-price-board.png
Normal file
BIN
public/clients/loyatly/oriyo-price-board.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 419 KiB |
@ -9,8 +9,6 @@ import { useTextController } from '@/shared/language/hooks/use-text-controller';
|
|||||||
// import LoyaltyLevels from '@/widgets/clients/loyalty/ui/loyalty-levels';
|
// import LoyaltyLevels from '@/widgets/clients/loyalty/ui/loyalty-levels';
|
||||||
import { CtaSection } from '@/widgets/cta-section';
|
import { CtaSection } from '@/widgets/cta-section';
|
||||||
|
|
||||||
import ProgrammImg from '../../../../public/clients/loyatly/03a771e7-5d76-4111-a516-801aa925659f.jpg';
|
|
||||||
|
|
||||||
export function LoyaltyPage() {
|
export function LoyaltyPage() {
|
||||||
const { t } = useTextController();
|
const { t } = useTextController();
|
||||||
|
|
||||||
@ -104,10 +102,10 @@ export function LoyaltyPage() {
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
data-aos='fade-up'
|
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
|
<Image
|
||||||
src={ProgrammImg}
|
src={'/clients/loyatly/oriyo-price-board.png'}
|
||||||
alt='Программа лояльности'
|
alt='Программа лояльности'
|
||||||
fill
|
fill
|
||||||
className='w-full object-contain p-2.5'
|
className='w-full object-contain p-2.5'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user