diff --git a/components/home/HeroBanner.js b/components/home/HeroBanner.js index a87d7a5..c2fb8e6 100644 --- a/components/home/HeroBanner.js +++ b/components/home/HeroBanner.js @@ -89,7 +89,8 @@ const HeroBanner = () => { {slide.subtitle}

{slide.description}

- + {slide.buttonText} diff --git a/components/home/PopularMenu.js b/components/home/PopularMenu.js index efb0c10..f639413 100644 --- a/components/home/PopularMenu.js +++ b/components/home/PopularMenu.js @@ -113,7 +113,7 @@ const PopularMenu = () => { ))}
- View Full Menu + View Full Menu
diff --git a/layout/WellFoodLayout.js b/layout/WellFoodLayout.js index 3048f42..64da671 100644 --- a/layout/WellFoodLayout.js +++ b/layout/WellFoodLayout.js @@ -9,7 +9,7 @@ const WellFoodLayout = ({ children, bgBlack, footer }) => { useEffect(() => { niceSelect(); wellfoodUtility.animation(); - console.log(bgBlack); + // console.log(bgBlack); if (bgBlack) { document.querySelector(".page-wrapper").classList.add("bg-black"); } else { diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 320d42a..160445f 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -4900,7 +4900,7 @@ h6, align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; - justify-content: start; + justify-content: flex-start; } } @@ -7473,7 +7473,7 @@ h6, display: flex; -webkit-box-align: start; -ms-flex-align: start; - align-items: start; + align-items: flex-start; } .about-btn-customer .theme-btn { @@ -8227,7 +8227,7 @@ h6, display: flex; -webkit-box-align: end; -ms-flex-align: end; - align-items: end; + align-items: flex-end; } .food-menu-item.style-two .content h5 .title { @@ -10827,7 +10827,7 @@ h6, align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; - justify-content: start; + justify-content: flex-start; text-transform: uppercase; font-family: var(--heading-font); } diff --git a/public/assets/css/update.css b/public/assets/css/update.css index 3ab795e..937ee41 100644 --- a/public/assets/css/update.css +++ b/public/assets/css/update.css @@ -4825,7 +4825,7 @@ h6, align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; - justify-content: start; + justify-content: flex-start; } } @@ -7308,7 +7308,7 @@ h6, display: flex; -webkit-box-align: start; -ms-flex-align: start; - align-items: start; + align-items: flex-start; } .about-btn-customer .theme-btn { @@ -8052,7 +8052,7 @@ h6, display: flex; -webkit-box-align: end; -ms-flex-align: end; - align-items: end; + align-items: flex-end; } .food-menu-item.style-two .content h5 .title { @@ -10575,7 +10575,7 @@ h6, align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; - justify-content: start; + justify-content: flex-start; text-transform: uppercase; font-family: var(--heading-font); }