From d4fad064f48b963016158e6fbde7975162cf8b2d Mon Sep 17 00:00:00 2001
From: "[ahmadubah]" <[ahmadsta7@gmail.com]>
Date: Sat, 1 Apr 2023 17:25:36 +0100
Subject: [PATCH 1/2] 404PageWithIcon
---
 .../LTR/404-pages/404PageWithIcon.jsx         |   53 +
 package-lock.json                             | 9412 +++++++++++++++++
 package.json                                  |    6 +-
 3 files changed, 9468 insertions(+), 3 deletions(-)
 create mode 100644 UIcomponents/LTR/404-pages/404PageWithIcon.jsx
 create mode 100644 package-lock.json
diff --git a/UIcomponents/LTR/404-pages/404PageWithIcon.jsx b/UIcomponents/LTR/404-pages/404PageWithIcon.jsx
new file mode 100644
index 0000000..cc23724
--- /dev/null
+++ b/UIcomponents/LTR/404-pages/404PageWithIcon.jsx
@@ -0,0 +1,53 @@
+/* eslint-disable @next/next/no-img-element */
+
+export const PageWithIcon = () => {
+  return (
+    <>
+      
+        
+          
+            {/*error Icon */}
+            

+
+            {/* 404 */}
+            
+              404 Error:
+            
+
+            {/* 404 message */}
+            
+              Page not found, but the internet is a big place. Keep exploring!
+            
+            {/* return button */}
+            
+          
+        
-              404 Error:
+            
+              404 Error
             
 
             {/* 404 message */}
@@ -24,11 +24,10 @@ export const PageWithIcon = () => {
             
             {/* return button */}