fix
parent
0d11cd738f
commit
52114f9e80
Binary file not shown.
After Width: | Height: | Size: 160 KiB |
Binary file not shown.
After Width: | Height: | Size: 175 KiB |
|
@ -93,7 +93,7 @@
|
|||
},
|
||||
"hours": {
|
||||
"title": "ساعات العمل",
|
||||
"weekdays": "الإثنين - الجمعة: 9:00 صباحاً - 5:00 مساءً",
|
||||
"weekdays": "أحد - خميس: 9:00 صباحاً - 5:00 مساءً",
|
||||
"weekend": "عطلة نهاية الأسبوع: مغلق"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
},
|
||||
"hours": {
|
||||
"title": "Working Hours",
|
||||
"weekdays": "Monday - Friday: 9:00 AM - 5:00 PM",
|
||||
"weekdays": "Sunday - Thursday: 9:00 AM - 5:00 PM",
|
||||
"weekend": "Weekend: Closed"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -5,15 +5,16 @@ import AboutUs from "./components/AboutUs";
|
|||
import CounterDetail from "./components/CounterDetail";
|
||||
import Products from "./components/Products";
|
||||
import Sides from "./components/Sides";
|
||||
|
||||
const images = [
|
||||
{
|
||||
image: "/images/fmcg.jpg",
|
||||
image: "/images/1.jpg",
|
||||
title: "FMCG",
|
||||
link: "/products/fmcg",
|
||||
|
||||
},
|
||||
{
|
||||
image: "/images/construction.jpg",
|
||||
image: "/images/2.jpg",
|
||||
title: "Construction",
|
||||
link: "/products/construction",
|
||||
|
||||
|
|
Loading…
Reference in New Issue