diff --git a/app/favicon.ico b/app/favicon.ico index ec0a3eb..e77920e 100644 Binary files a/app/favicon.ico and b/app/favicon.ico differ diff --git a/app/favicons.ico b/app/favicons.ico new file mode 100644 index 0000000..ec0a3eb Binary files /dev/null and b/app/favicons.ico differ diff --git a/components/layout/MobileMenu.js b/components/layout/MobileMenu.js index 0630d8d..7278fbc 100644 --- a/components/layout/MobileMenu.js +++ b/components/layout/MobileMenu.js @@ -24,72 +24,85 @@ const MobileMenu = ({ isSidebar, handleMobileMenu, handleSidebar }) => { }); } }; - return ( - <> -
-
-
- - + + return ( + <> +
+
+
+ +
+ + +
+ + ); +}; - - - - ) -} export default MobileMenu; diff --git a/components/layout/footer/Footer2.js b/components/layout/footer/Footer2.js index a951e0c..4e3dcdc 100644 --- a/components/layout/footer/Footer2.js +++ b/components/layout/footer/Footer2.js @@ -19,7 +19,7 @@ export default function Footer2() {
- +
Bold street food made fresh.
Wings, wraps, dosas & more - all packed with flavor and attitude.
diff --git a/components/layout/header/Header2.js b/components/layout/header/Header2.js index 28aee34..86a739f 100644 --- a/components/layout/header/Header2.js +++ b/components/layout/header/Header2.js @@ -22,7 +22,7 @@ export default function Header2({ scroll, isMobileMenu, handleMobileMenu }) {
-
+
diff --git a/components/sections/home2/Gallery.js b/components/sections/home2/Gallery.js index 9a8efc3..10d42c3 100644 --- a/components/sections/home2/Gallery.js +++ b/components/sections/home2/Gallery.js @@ -14,7 +14,7 @@ export default function Gallery() {
- +
Combos
{/*
Us percipit urbanitas referrentur ea.
*/} @@ -30,7 +30,7 @@ export default function Gallery() {
- +
Milk Shakes
{/*
Us percipit urbanitas referrentur ea.
*/} @@ -42,7 +42,7 @@ export default function Gallery() {
- +
Poutine
{/*
Us percipit urbanitas referrentur ea.
*/} @@ -61,7 +61,7 @@ export default function Gallery() {
- +
Salads
{/*
Us percipit urbanitas referrentur ea.
*/} @@ -77,7 +77,7 @@ export default function Gallery() {
- +
Shawarma Wraps
{/*
Us percipit urbanitas referrentur ea.
*/} @@ -92,7 +92,7 @@ export default function Gallery() {
- +
Dosa
{/*
Us percipit urbanitas referrentur ea.
*/} diff --git a/public/assets/css/global.css b/public/assets/css/global.css index 4b6e4f1..0b6ba2f 100644 --- a/public/assets/css/global.css +++ b/public/assets/css/global.css @@ -560,7 +560,8 @@ img{ .sec-title .title{ position:relative; - color:#beb996; + /* color:#beb996; */ + color: #ed7129; font-size:24px; font-weight:400; letter-spacing:2px; diff --git a/public/assets/images/home/categories/combos.webp b/public/assets/images/home/categories/combos.webp new file mode 100644 index 0000000..18c60cf Binary files /dev/null and b/public/assets/images/home/categories/combos.webp differ diff --git a/public/assets/images/home/categories/dosa.webp b/public/assets/images/home/categories/dosa.webp new file mode 100644 index 0000000..4cdce8f Binary files /dev/null and b/public/assets/images/home/categories/dosa.webp differ diff --git a/public/assets/images/home/categories/milkshakes.webp b/public/assets/images/home/categories/milkshakes.webp new file mode 100644 index 0000000..ed023d2 Binary files /dev/null and b/public/assets/images/home/categories/milkshakes.webp differ diff --git a/public/assets/images/home/categories/poutine.webp b/public/assets/images/home/categories/poutine.webp new file mode 100644 index 0000000..f6ae58d Binary files /dev/null and b/public/assets/images/home/categories/poutine.webp differ diff --git a/public/assets/images/home/categories/salads.webp b/public/assets/images/home/categories/salads.webp new file mode 100644 index 0000000..f5cfccd Binary files /dev/null and b/public/assets/images/home/categories/salads.webp differ diff --git a/public/assets/images/home/categories/shawarma.webp b/public/assets/images/home/categories/shawarma.webp new file mode 100644 index 0000000..7b8c221 Binary files /dev/null and b/public/assets/images/home/categories/shawarma.webp differ diff --git a/public/assets/images/logo/logo-black.png b/public/assets/images/logo/logo-black.png new file mode 100644 index 0000000..ae3d21c Binary files /dev/null and b/public/assets/images/logo/logo-black.png differ diff --git a/public/assets/images/logo/logo-white.png b/public/assets/images/logo/logo-white.png new file mode 100644 index 0000000..e6537c3 Binary files /dev/null and b/public/assets/images/logo/logo-white.png differ