From 46082685fad4bef78d136572fbd4d49f2342f7ab Mon Sep 17 00:00:00 2001 From: selvi Date: Thu, 24 Jul 2025 12:38:16 +0530 Subject: [PATCH] corrections updated --- components/sections/home2/Gallery.js | 12 ++++++------ components/sections/home2/Specials.js | 28 +++++++++++++-------------- components/sections/home3/Recipe.js | 6 +++--- components/sections/home4/Menu2.js | 6 +++--- public/assets/css/style.css | 16 ++++++++++----- 5 files changed, 37 insertions(+), 31 deletions(-) diff --git a/components/sections/home2/Gallery.js b/components/sections/home2/Gallery.js index 9fd165b..c530c17 100644 --- a/components/sections/home2/Gallery.js +++ b/components/sections/home2/Gallery.js @@ -16,7 +16,7 @@ export default function Gallery() {
-
Combos
+
Combos
{/*
Us percipit urbanitas referrentur ea.
*/}
@@ -32,7 +32,7 @@ export default function Gallery() {
-
Milk Shakes
+
Milk Shakes
{/*
Us percipit urbanitas referrentur ea.
*/}
@@ -44,7 +44,7 @@ export default function Gallery() {
-
Poutine
+
Poutine
{/*
Us percipit urbanitas referrentur ea.
*/}
@@ -63,7 +63,7 @@ export default function Gallery() {
-
Salads
+
Salads
{/*
Us percipit urbanitas referrentur ea.
*/}
@@ -79,7 +79,7 @@ export default function Gallery() {
-
Shawarma Wraps
+
Shawarma Wraps
{/*
Us percipit urbanitas referrentur ea.
*/}
@@ -94,7 +94,7 @@ export default function Gallery() {
-
Dosa
+
Dosa
{/*
Us percipit urbanitas referrentur ea.
*/}
diff --git a/components/sections/home2/Specials.js b/components/sections/home2/Specials.js index 9606813..d3dcef3 100644 --- a/components/sections/home2/Specials.js +++ b/components/sections/home2/Specials.js @@ -22,12 +22,12 @@ export default function Specials() {
- +
-
Chicken 65 dry
+
Chicken 65 dry
@@ -40,12 +40,12 @@ export default function Specials() {
- +
-
Chicken 65 wet
+
Chicken 65 wet
@@ -58,12 +58,12 @@ export default function Specials() {
- +
-
65 Biryani Bowl
+
65 Biryani Bowl
@@ -76,12 +76,12 @@ export default function Specials() {
- +
-
Mutton Kothu
+
Mutton Kothu
@@ -96,12 +96,12 @@ export default function Specials() {
- +
-
Veg Kothu
+
Veg Kothu
@@ -114,12 +114,12 @@ export default function Specials() {
- +
-
Chicken Kothu
+
Chicken Kothu
@@ -132,12 +132,12 @@ export default function Specials() {
- +
-
Mutton Biryani Bowl
+
Mutton Biryani Bowl
diff --git a/components/sections/home3/Recipe.js b/components/sections/home3/Recipe.js index a6ace9d..862bad6 100644 --- a/components/sections/home3/Recipe.js +++ b/components/sections/home3/Recipe.js @@ -32,7 +32,7 @@ export default function Recipe() {
OnTheFries
-
loaded fries
+
Loaded fries
Price $7.99
@@ -61,7 +61,7 @@ export default function Recipe() {
Wings
-
Hot Wings
+
Hot Wings
Price $9.99
@@ -90,7 +90,7 @@ export default function Recipe() {
Wings
-
Honey Garlic Chicken
+
Honey Garlic Chicken
Price $9.99
diff --git a/components/sections/home4/Menu2.js b/components/sections/home4/Menu2.js index 51322c4..b19fabd 100644 --- a/components/sections/home4/Menu2.js +++ b/components/sections/home4/Menu2.js @@ -18,7 +18,7 @@ export default function Menu2() {
-
Street Flavor
+
Street Flavor
Spicy shawarmas, crispy dosas, saucy wings burst with bold, unforgettable street flavor.
@@ -32,7 +32,7 @@ export default function Menu2() {
-
Fresh Ingredients
+
Fresh Ingredients
Handpicked vegetables, premium proteins, and authentic masalas elevate each dish.
@@ -46,7 +46,7 @@ export default function Menu2() {
-
Quick Service
+
Quick Service
Freshly prepared, expertly crafted meals delivered fast without compromising quality.
diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 17c7040..be1f8d3 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -235,7 +235,7 @@ left: 0px; bottom: 0px; width: 100%; - height: 164px; + height: 123px; z-index: 2; background-repeat: repeat-x; } @@ -2833,7 +2833,7 @@ .menu-block .inner-box .price-box .price { position: absolute; right: 0px; - color: #27272f; + color: #cf2d1f; font-size: 14px; font-weight: 500; padding: 1px 0px 1px 25px; @@ -2982,6 +2982,7 @@ .gallery-block-two .inner-box .image-box .overlay-box h6 { font-weight: 500; text-transform: uppercase; + color: #000000; } .gallery-block-two .inner-box .image-box .overlay-box h6 a { @@ -3396,7 +3397,7 @@ margin-bottom: 12px; } -.recipe-block-two .inner-box .lower-content h6 a { +.recipe-block-two .inner-box .lower-content h6 { position: relative; color: #27272f; -webkit-transition: all 300ms ease; @@ -3445,7 +3446,7 @@ } .recipe-block-two .inner-box:hover .lower-content .post-info li a, -.recipe-block-two .inner-box:hover .lower-content h6 a { +.recipe-block-two .inner-box:hover .lower-content h6 { color: #ed7129; } @@ -5443,6 +5444,7 @@ font-weight: 500; margin-bottom: 10px; text-transform: uppercase; + color: #000000; } .menu-block-two .inner-box h6 a { @@ -5455,7 +5457,7 @@ -o-transition: all 500ms ease; } -.menu-block-two .inner-box:hover h6 a { +.menu-block-two .inner-box:hover h6 { color: #cf2d1f; } @@ -5465,6 +5467,10 @@ font-size: 14px; } +.spec { + color: #cf2d1f; +} + /*** ====================================================================