diff --git a/src/app/(investment)/invest/[id]/InvestmentAmountInfo.tsx b/src/app/(investment)/invest/[id]/InvestmentAmountInfo.tsx new file mode 100644 index 0000000..277f2fa --- /dev/null +++ b/src/app/(investment)/invest/[id]/InvestmentAmountInfo.tsx @@ -0,0 +1,13 @@ +import { Separator } from "@/components/ui/separator"; + +export function InvestmentAmountInfo({ amount }: { amount: number }) { + return ( +
Amount to be paid
+${amount}
+ +Error loading project data. Please try again later.
) : projectData ? ( - <> ++ I understand that this offering involves the use of a third-party custodian, who will act as the + legal holder of the assets involved. As an investor, I acknowledge that I will be required to + create an account with this custodian and enter into necessary agreements, including those + related to the custody of the assets. I am aware that I may need to provide certain information + to verify my identity and complete the account creation process. I also understand that the + platform facilitating this offering does not manage or hold any custodial accounts for its + investors. Additionally, I recognize that the platform, its affiliates, or its representatives + will not be held responsible for any damages, losses, costs, or expenses arising from (i) the + creation or management of custodial accounts, (ii) unauthorized access or loss of assets within + these accounts, or (iii) the custodian's failure to fulfill its obligations. +
+I have read and accept the terms of investment.
+No project data found.
)} + +