diff --git a/public/favicon.ico b/public/favicon.ico
index 718d6fe..a74fc29 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/public/images/logo.png b/public/images/logo.png
new file mode 100644
index 0000000..84bea8d
Binary files /dev/null and b/public/images/logo.png differ
diff --git a/public/images/logoBW.png b/public/images/logoBW.png
new file mode 100644
index 0000000..77180ff
Binary files /dev/null and b/public/images/logoBW.png differ
diff --git a/public/images/thumbnail.png b/public/images/thumbnail.png
index 94aa8cf..e100024 100644
Binary files a/public/images/thumbnail.png and b/public/images/thumbnail.png differ
diff --git a/public/sitemap.xml b/public/sitemap.xml
index 6f0f35d..6407de3 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -1,8 +1,13 @@
-
-
- https://easy-menu-one.vercel.app/builder
- 2024-07-03
-
-
-
\ No newline at end of file
+
+
+ https://easy-menu-one.vercel.app/
+ 2024-08-05
+
+
+
+ https://easy-menu-one.vercel.app/builder
+ 2024-08-05
+
+
+
\ No newline at end of file
diff --git a/src/components/LandingPage/FeatureList.tsx b/src/components/LandingPage/FeatureList.tsx
index c2800cd..fdbc6d3 100644
--- a/src/components/LandingPage/FeatureList.tsx
+++ b/src/components/LandingPage/FeatureList.tsx
@@ -19,17 +19,16 @@ const FeatureList = () => {
Intuitive interface for
quick and easy list creation.
+
+ Preview your list before downloading.
+
Clean, user-friendly design.
-
- Early access with the latest
- features and updates.
-
Categorize items for better organization.
-
+
Easily add, edit, delete
and organize your items.
diff --git a/src/components/LandingPage/Footer.tsx b/src/components/LandingPage/Footer.tsx
index f5d250b..8653580 100644
--- a/src/components/LandingPage/Footer.tsx
+++ b/src/components/LandingPage/Footer.tsx
@@ -1,3 +1,4 @@
+import Image from 'next/image';
import Link from 'next/link';
import { Footer as DaisyFooter } from 'react-daisyui';
@@ -5,7 +6,12 @@ const Footer = () => {
return (
- {/* LOGO HERE */}
+
Easy Menu
© Copyright 2024 | Easy Menu
diff --git a/src/components/LandingPage/Hero.tsx b/src/components/LandingPage/Hero.tsx
index 5353691..58f204f 100644
--- a/src/components/LandingPage/Hero.tsx
+++ b/src/components/LandingPage/Hero.tsx
@@ -13,7 +13,7 @@ const Hero = () => {
className="font-bold text-sm text-white"
size="lg"
color="primary">
- Alpha now Available!
+ Alpha v.2.0 now Available!
diff --git a/src/components/LandingPage/Navbar.tsx b/src/components/LandingPage/Navbar.tsx
index bc7c800..ca920c7 100644
--- a/src/components/LandingPage/Navbar.tsx
+++ b/src/components/LandingPage/Navbar.tsx
@@ -1,3 +1,4 @@
+import Image from 'next/image';
import { Badge, Button, Navbar as DaisyNavbar, Indicator } from 'react-daisyui';
import { FiBell } from 'react-icons/fi';
@@ -7,6 +8,12 @@ const Navbar = () => {
diff --git a/src/components/MenuBuilder/MenuItems/MenuItem/MenuItemOptions.tsx b/src/components/MenuBuilder/MenuItems/MenuItem/MenuItemOptions.tsx
index a581234..f3244c6 100644
--- a/src/components/MenuBuilder/MenuItems/MenuItem/MenuItemOptions.tsx
+++ b/src/components/MenuBuilder/MenuItems/MenuItem/MenuItemOptions.tsx
@@ -1,3 +1,4 @@
+import { cn } from '@/utils/cn';
import { DraggableProvidedDragHandleProps } from '@hello-pangea/dnd';
import { Button } from 'react-daisyui';
import { FiMove, FiPlus, FiTrash2 } from 'react-icons/fi';
@@ -27,15 +28,16 @@ const MenuItemOptions = ({
onClick={() => insertItem(itemIndex + 1)}>
-
+ {itemAmount > 1 && (
+
+ )}