diff --git a/client/src/pages/products/index.tsx b/client/src/pages/products/index.tsx index 1f81dd9..1b41984 100644 --- a/client/src/pages/products/index.tsx +++ b/client/src/pages/products/index.tsx @@ -698,41 +698,41 @@ const Products: Component<{}> = () => { export default Products; -export const Banner: Component = () => { - return ( -
-
-
-
-

- Best Deal -

-

- Save upto 50% -

-
-
- -
-
-
-
-

- RIBBON -

-

- Save Upto 30% -

-
-
- -
-
-
-
- ); -}; +// export const Banner: Component = () => { +// return ( +//
+//
+//
+//
+//

+// Best Deal +//

+//

+// Save upto 50% +//

+//
+//
+// +//
+//
+//
+//
+//

+// RIBBON +//

+//

+// Save Upto 30% +//

+//
+//
+// +//
+//
+//
+//
+// ); +// };