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 (