import LotteryWinnersSection from '@/components/lottery/LotteryWinnersSection'; import LotteryCountDown from '@/components/lottery/countDown/LotteryCountDown'; import Image from 'next/image'; interface IParams { params: { lottery_id: string; }; } const page = ({ params }: IParams) => { return (

Bije

banner

Lotereýanyň duzgunleri:

Umumy düzgünler:

    {Array(5) .fill(' ') .map((item, i) => (
  • Ilkinji we dogry jogap beren sanawda ilkinji ýeri eýelýär
  • ))}

Üns beriň:

    {Array(1) .fill(' ') .map((item, i) => (
  • SMS = 1 manat
  • ))}
); }; export default page;