'use client'; import { useState } from "react"; import Detail from "./detail"; import Payment from "./payment"; function Information() { const [isForAnother, setIsForAnother] = useState(false) const [isPay, setIsPay] = useState(false); return (