diff --git a/app/layout.js b/app/layout.js index 8d61863..50fb954 100644 --- a/app/layout.js +++ b/app/layout.js @@ -10,7 +10,7 @@ import "swiper/css/pagination" import 'swiper/css/free-mode'; import {niconne, poppins, tangerine} from '@/lib/font' export const metadata = { - title: 'Create Next App', + title: 'Sixty5street', description: 'Generated by create next app', } diff --git a/components/sections/home2/Gallery.js b/components/sections/home2/Gallery.js index 10d42c3..9fd165b 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 b9d94aa..9606813 100644 --- a/components/sections/home2/Specials.js +++ b/components/sections/home2/Specials.js @@ -96,7 +96,7 @@ export default function Specials() {
- +
diff --git a/components/sections/home3/Fluid.js b/components/sections/home3/Fluid.js index 78470b5..d658e34 100644 --- a/components/sections/home3/Fluid.js +++ b/components/sections/home3/Fluid.js @@ -33,7 +33,7 @@ export default function Fluid() {
    {images.map((img, idx) => (
  • setSelectedImage(img)}> - {`Book + {`Book
  • ))}
diff --git a/components/sections/home3/Recipe.js b/components/sections/home3/Recipe.js index 37db599..a6ace9d 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/public/assets/css/global.css b/public/assets/css/global.css index 0b6ba2f..5e4a00c 100644 --- a/public/assets/css/global.css +++ b/public/assets/css/global.css @@ -581,7 +581,8 @@ img{ width:70px; height:22px; margin-top:10px !important; - background:url(../images/icons/separate.png) no-repeat; + /* background:url(../images/icons/separate.png) no-repeat; */ + background:url(../images/separate.webp) no-repeat; } .sec-title.centered .separate{ diff --git a/public/assets/css/responsive.css b/public/assets/css/responsive.css index 20759b5..d1eb759 100644 --- a/public/assets/css/responsive.css +++ b/public/assets/css/responsive.css @@ -1267,11 +1267,21 @@ } @media only screen and (max-width: 479px) { - .banner-section .swiper-slide-active .icon-layer-one { - max-width: 285px; + .banner-section .icon-layer-one { + width: 160px; + height: 140px; + top: -3px; + right: 10px; + left: auto; + /* Cancel the right positioning */ + background-size: contain !important; + /* Show full image */ + background-position: top right; + /* Align to top-left */ } } + @media only screen and (max-width: 479px) { .banner-section .swiper-slide-active .icon-layer-three { display: none; @@ -1304,7 +1314,45 @@ @media (max-width: 768px) { .fluid-section-two .content-column .inner-column { - padding: 50px 60px 50px 15px; + padding: 50px 60px 50px 15px; } -} \ No newline at end of file +} + +.book-thumbnail { + width: 150px; + height: 150px; +} + +@media only screen and (max-width: 1024px) { + .book-thumbnail { + width: 100px; + height: 100px; + } +} + +@media only screen and (max-width: 768px) { + .book-thumbnail { + width: 68px; + height: 68px; + } +} + +@media only screen and (max-width: 479px) { + .book-thumbnail { + width: 70px; + height: 70px; + } +} +@media only screen and (max-width: 768px) { + .book-list { + justify-content: center !important; + flex-wrap: wrap; + gap: 10px; + } + + .book-list li img { + width: 97px; + height: 97px; + } +} diff --git a/public/assets/images/home/special/veg-kothu.webp b/public/assets/images/home/special/veg-kothu.webp new file mode 100644 index 0000000..2eb8bec Binary files /dev/null and b/public/assets/images/home/special/veg-kothu.webp differ diff --git a/public/assets/images/separate.webp b/public/assets/images/separate.webp new file mode 100644 index 0000000..806cf36 Binary files /dev/null and b/public/assets/images/separate.webp differ