import React from 'react'; import Image from 'next/image'; import { Modal } from '../../../../../UI' type Props = { children: React.ReactNode }; export const PizzaCard: React.FC = ({children}) => { return (
{//informationPizza.length ? {informationPizza[0].description} //: '...' } variableImg(e)}/>
{informationPizza.length ?

{informationPizza[0].title}

: '...'}

{feature}

{informationPizza.length ?

{informationPizza[0].description}

: '...'} pizzaSetting(e)}/> pizzaSetting(e)}/> pizzaSetting(e)}/>
); };