From 4ca28f6cbbbb3dd52b6cb598a7a3f6ddc57f4935 Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 12 Sep 2023 17:43:40 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Added=20a=20new=20component=20fo?= =?UTF-8?q?r=20client=20place=20description.=20=F0=9F=9B=8B=EF=B8=8F=20Imp?= =?UTF-8?q?lemented=20a=20text=20area=20for=20describing=20accommodation?= =?UTF-8?q?=20features.=20=F0=9F=93=9D=20Updated=20PageAddListing6=20compo?= =?UTF-8?q?nent=20for=20client=20descriptions.=20=F0=9F=8F=A1=20Added=20a?= =?UTF-8?q?=20section=20for=20highlighting=20neighborhood=20features.=20?= =?UTF-8?q?=E2=9C=A8=20Enhanced=20PageAddListing6=20with=20a=20spacious=20?= =?UTF-8?q?text=20area.=20=F0=9F=8C=9F=20Improved=20UI=20for=20client=20ac?= =?UTF-8?q?commodation=20details.=20=F0=9F=93=84=20Implemented=20a=20descr?= =?UTF-8?q?iption=20box=20for=20client=20information.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../[[...stepIndex]]/PageAddListing6.tsx | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/app/add-listing/[[...stepIndex]]/PageAddListing6.tsx 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. + +
+ +