Amir Hossein Moghiseh 2025-03-12 04:20:42 +03:30
parent 0d11cd738f
commit 52114f9e80
5 changed files with 5 additions and 4 deletions

BIN
public/images/1.jpg 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

BIN
public/images/2.jpg 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

View File

@ -93,7 +93,7 @@
}, },
"hours": { "hours": {
"title": "ساعات العمل", "title": "ساعات العمل",
"weekdays": "الإثنين - الجمعة: 9:00 صباحاً - 5:00 مساءً", "weekdays": "أحد - خميس: 9:00 صباحاً - 5:00 مساءً",
"weekend": "عطلة نهاية الأسبوع: مغلق" "weekend": "عطلة نهاية الأسبوع: مغلق"
} }
}, },

View File

@ -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"
} }
}, },

View File

@ -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",