Add rosemary image

This commit is contained in:
Nezumi
2023-07-23 10:00:18 +07:00
parent efcd19046c
commit 5f110afc1c
@@ -17,3 +17,10 @@ section.offer
+cardFoodItem(2, 15, "4.8", "Chicken Tikka", "Lorem Ipsum is simply dummy text of the printing and typesetting industry")
+cardFoodItem(3, 8, "4.2", "Desi Chowmein", "Lorem Ipsum is simply dummy text of the printing and typesetting industry")
+cardFoodItem(4, 28, "5.0", "Chicken Chargha", "Lorem Ipsum is simply dummy text of the printing and typesetting industry")
.offer__rosemary-container
picture
source(
media="(min-width: 840px)",
srcset=offer_img_path + "rosemary-desktop.png"
)
img(src=offer_img_path + "rosemary-mobile.png", alt="Rosemary image")