diff --git a/app/dashboard/guests/page.tsx b/app/dashboard/guests/page.tsx index 4a4cb1e..b073632 100644 --- a/app/dashboard/guests/page.tsx +++ b/app/dashboard/guests/page.tsx @@ -1,10 +1,12 @@ import { lusitana } from '@/app/ui/fonts'; - -export default function Page () { +import GuestsTable from '@/app/ui/guests/table'; + +export default function Page() { return (
{invoice.name}
-{invoice.email}
-- {formatCurrency(invoice.amount)} -
-{formatDateToLocal(invoice.date)}
-- Customer - | -- Email - | -- Amount - | -- Date - | -- Status - | -- Edit - | -
---|---|---|---|---|---|
-
-
- {invoice.name} - |
- - {invoice.email} - | -- {formatCurrency(invoice.amount)} - | -- {formatDateToLocal(invoice.date)} - | -
- |
-
-
-
- |
-
+ Name + | ++ Email + | ++ Status + | +
---|---|---|
+ {guest.name} + | ++ {guest.email} + | ++ Confirmed + | +