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

Pictures of the place

+ + A few beautiful photos will help customers have more sympathy for your + property. + +
+ +
+ {/* FORM */} +
+
+ Cover image +
+
+
+ +
+ +

or drag and drop

+
+

+ PNG, JPG, GIF up to 10MB +

+
+
+
+
+ {/* ----------------- */} +
+ Pictures of the place +
+
+
+ +
+ +

or drag and drop

+
+

+ PNG, JPG, GIF up to 10MB +

+
+
+
+
+
+ + ); +}; + +export default PageAddListing7;