diff --git a/src/app/add-listing/[[...stepIndex]]/PageAddListing6.tsx b/src/app/add-listing/[[...stepIndex]]/PageAddListing6.tsx new file mode 100644 index 0000000..ead2913 --- /dev/null +++ b/src/app/add-listing/[[...stepIndex]]/PageAddListing6.tsx @@ -0,0 +1,25 @@ +import React, { FC } from "react"; +import Textarea from "@/shared/Textarea"; + +export interface PageAddListing6Props {} + +const PageAddListing6: FC = () => { + return ( + <> +
+

+ Your place description for client +

+ + Mention the best features of your accommodation, any special amenities + like fast Wi-Fi or parking, as well as things you like about the + neighborhood. + +
+ +