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": {
|
"hours": {
|
||||||
"title": "ساعات العمل",
|
"title": "ساعات العمل",
|
||||||
"weekdays": "الإثنين - الجمعة: 9:00 صباحاً - 5:00 مساءً",
|
"weekdays": "أحد - خميس: 9:00 صباحاً - 5:00 مساءً",
|
||||||
"weekend": "عطلة نهاية الأسبوع: مغلق"
|
"weekend": "عطلة نهاية الأسبوع: مغلق"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -93,7 +93,7 @@
|
||||||
},
|
},
|
||||||
"hours": {
|
"hours": {
|
||||||
"title": "Working 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"
|
"weekend": "Weekend: Closed"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -5,15 +5,16 @@ import AboutUs from "./components/AboutUs";
|
||||||
import CounterDetail from "./components/CounterDetail";
|
import CounterDetail from "./components/CounterDetail";
|
||||||
import Products from "./components/Products";
|
import Products from "./components/Products";
|
||||||
import Sides from "./components/Sides";
|
import Sides from "./components/Sides";
|
||||||
|
|
||||||
const images = [
|
const images = [
|
||||||
{
|
{
|
||||||
image: "/images/fmcg.jpg",
|
image: "/images/1.jpg",
|
||||||
title: "FMCG",
|
title: "FMCG",
|
||||||
link: "/products/fmcg",
|
link: "/products/fmcg",
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
image: "/images/construction.jpg",
|
image: "/images/2.jpg",
|
||||||
title: "Construction",
|
title: "Construction",
|
||||||
link: "/products/construction",
|
link: "/products/construction",
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue