diff --git a/public/locales/ar/translation.json b/public/locales/ar/translation.json
index a324cb8..58d90b0 100644
--- a/public/locales/ar/translation.json
+++ b/public/locales/ar/translation.json
@@ -57,8 +57,8 @@
"CardThreeTitle": "أنا خائف من أن أفقد الوعي",
"CardThreeDecs": "إذا شعرت بالإغماء أو الإرهاق ، استلقِ ببساطة حتى تشعر بتحسن. لاتقلق انت تمتلك حوالي خمسة لتر من الدم في جسمك. يتم إعطاء ما يقرب من نصف لترفقط.",
"Partners": "شركاؤنا",
- "PartnerOne": "مستشفى الثورة",
- "PartnerTwo": "مستشفى الجمهوري",
+ "PartnerOne": " المستشفى السعودي الألماني",
+ "PartnerTwo": "مستشفى آزال",
"PartnerThree": "بنك الدم"
},
"dontDonate": {
diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json
index 8b6c821..d1c7bed 100644
--- a/public/locales/en/translation.json
+++ b/public/locales/en/translation.json
@@ -57,8 +57,8 @@
"CardThreeTitle": "I'm Afraid I'll Faint",
"CardThreeDecs": "If you do feel faint or fatigued,simply lie down until you feel better. think that you have about 10 pints of blood in your body. Roughly 1 pint is given.",
"Partners": "Our Trusted Partner",
- "PartnerOne": "Al-Thawra Hosital",
- "PartnerTwo": "Al-Gomhori Hospital",
+ "PartnerOne": "Saudi German Hospital",
+ "PartnerTwo": "Azal Hospital",
"PartnerThree": "Blood Bank"
},
"dontDonate": {
@@ -213,4 +213,4 @@
"testingTitle": "Testing",
"testingDesc": "Your blood is tested and sent to a patient in need."
}
-}
+}
\ No newline at end of file
diff --git a/src/__snapshots__/App.test.js.snap b/src/__snapshots__/App.test.js.snap
index f9df3e1..a408714 100644
--- a/src/__snapshots__/App.test.js.snap
+++ b/src/__snapshots__/App.test.js.snap
@@ -218,7 +218,7 @@ Array [
>
@@ -253,7 +253,7 @@ Array [
>
@@ -288,7 +288,7 @@ Array [
>
@@ -367,8 +367,8 @@ Array [
>
-
+
diff --git a/src/components/Card/__test__/__snapshots__/card.test.js.snap b/src/components/Card/__test__/__snapshots__/card.test.js.snap
index 7e85e40..e76662a 100644
--- a/src/components/Card/__test__/__snapshots__/card.test.js.snap
+++ b/src/components/Card/__test__/__snapshots__/card.test.js.snap
@@ -9,7 +9,7 @@ exports[`renders correctly 1`] = `
>
diff --git a/src/containers/About/__test__/__snapshots__/About.test.jsx.snap b/src/containers/About/__test__/__snapshots__/About.test.jsx.snap
index c43e330..78846c6 100644
--- a/src/containers/About/__test__/__snapshots__/About.test.jsx.snap
+++ b/src/containers/About/__test__/__snapshots__/About.test.jsx.snap
@@ -35,7 +35,7 @@ exports[`renders correctly 1`] = `
>
@@ -70,7 +70,7 @@ exports[`renders correctly 1`] = `
>
@@ -105,7 +105,7 @@ exports[`renders correctly 1`] = `
>
@@ -140,7 +140,7 @@ exports[`renders correctly 1`] = `
>
diff --git a/src/containers/Home/Home.jsx b/src/containers/Home/Home.jsx
index acf7bfe..ad17e75 100644
--- a/src/containers/Home/Home.jsx
+++ b/src/containers/Home/Home.jsx
@@ -11,7 +11,9 @@ import HeroImage from './images/HeroImage.png';
import Icon1 from './images/syringe-needle.svg';
import Icon2 from './images/face-mask.svg';
import Icon3 from './images/dizziness.svg';
-import Image from './images/Bg.svg';
+import Image1 from './images/hospital1.svg';
+import Image2 from './images/hospital2.svg';
+import Image3 from './images/bloodbank.svg';
function Home() {
window.scrollTo(0, 0);
@@ -105,25 +107,13 @@ function Home() {
diff --git a/src/containers/Home/__test__/__snapshots__/Home.test.jsx.snap b/src/containers/Home/__test__/__snapshots__/Home.test.jsx.snap
index 89f38e3..3e2f01f 100644
--- a/src/containers/Home/__test__/__snapshots__/Home.test.jsx.snap
+++ b/src/containers/Home/__test__/__snapshots__/Home.test.jsx.snap
@@ -101,7 +101,7 @@ exports[`renders correctly 1`] = `
>
@@ -136,7 +136,7 @@ exports[`renders correctly 1`] = `
>
@@ -171,7 +171,7 @@ exports[`renders correctly 1`] = `
>
@@ -250,8 +250,8 @@ exports[`renders correctly 1`] = `
>
\ No newline at end of file
diff --git a/src/containers/Home/images/hospital1.svg b/src/containers/Home/images/hospital1.svg
new file mode 100644
index 0000000..f1aacac
--- /dev/null
+++ b/src/containers/Home/images/hospital1.svg
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/containers/Home/images/hospital2.svg b/src/containers/Home/images/hospital2.svg
new file mode 100644
index 0000000..6ce5be5
--- /dev/null
+++ b/src/containers/Home/images/hospital2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file