diff --git a/frontend-react/public/FoodWhizz-Bot.png b/frontend-react/public/FoodWhizz-Bot.png
new file mode 100644
index 0000000000000000000000000000000000000000..4d7bd0de9214c18c1f46505fe2068f4872652593
Binary files /dev/null and b/frontend-react/public/FoodWhizz-Bot.png differ
diff --git a/frontend-react/public/index.html b/frontend-react/public/index.html
index ee0e81603f18d42056842d85af65e145e7e5606b..ab99782b89eb1aec0cf70b8469e33d523e3bafdb 100644
--- a/frontend-react/public/index.html
+++ b/frontend-react/public/index.html
@@ -5,12 +5,12 @@
   <meta name="viewport" content="width=device-width, initial-scale=1" />
 
   <title>FoodWhizz</title>
-  
 </head>
 <body>
 <noscript>You need to enable JavaScript to run this app.</noscript>
 <div id="root">
-
+  <!-- Add your image source (replace 'path/to/your/image.jpg' with the correct path to your image) -->
+  <img src="FoodWhizz-Bot.png" alt="Web Icon" />
 </div>
 </body>
 </html>