diff --git a/public/images/1.jpg b/public/images/1.jpg new file mode 100644 index 0000000..584f4a4 Binary files /dev/null and b/public/images/1.jpg differ diff --git a/public/images/2.jpg b/public/images/2.jpg new file mode 100644 index 0000000..a52fc10 Binary files /dev/null and b/public/images/2.jpg differ diff --git a/src/messages/ar-OM.json b/src/messages/ar-OM.json index 5eadb98..602d014 100644 --- a/src/messages/ar-OM.json +++ b/src/messages/ar-OM.json @@ -93,7 +93,7 @@ }, "hours": { "title": "ساعات العمل", - "weekdays": "الإثنين - الجمعة: 9:00 صباحاً - 5:00 مساءً", + "weekdays": "أحد - خميس: 9:00 صباحاً - 5:00 مساءً", "weekend": "عطلة نهاية الأسبوع: مغلق" } }, diff --git a/src/messages/en.json b/src/messages/en.json index 4b3124e..d6e70fe 100644 --- a/src/messages/en.json +++ b/src/messages/en.json @@ -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" } }, diff --git a/src/view/Landing/index.jsx b/src/view/Landing/index.jsx index 0a79174..72d21eb 100644 --- a/src/view/Landing/index.jsx +++ b/src/view/Landing/index.jsx @@ -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",