From 82972348bd2d3793d5372b3702826b9f3f3a2081 Mon Sep 17 00:00:00 2001 From: Thith-thith Date: Mon, 7 Aug 2023 05:10:56 -0400 Subject: [PATCH] Changes to be committed: modified: client/src/pages/products/index.tsx --- client/src/pages/products/index.tsx | 76 ++++++++++++++--------------- 1 file changed, 38 insertions(+), 38 deletions(-) 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% +//

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