return (
<div>
<div class="grid grid-cols-2 border gap-2 mx-auto min-w-[420px] max-w-[840px] px-4">
{totalPrice()}
<button onClick={() => myDialog?.showModal()}>Terms!</button>
</div>
<Dialog
text="This is terms of service text text text, do you agree? 12354123135
5645343 231E"
ref={myDialog}
/>
</div>
);
return (
<div>
<div class="grid grid-cols-2 border gap-2 mx-auto min-w-[420px] max-w-[840px] px-4">
{totalPrice()}
<button onClick={() => myDialog?.showModal()}>Terms!</button>
</div>
<Dialog
text="This is terms of service text text text, do you agree? 12354123135
5645343 231E"
ref={myDialog}
/>
</div>
);