diff --git a/src/Images/Cloud.jpg b/src/Images/Cloud.jpg
new file mode 100644
index 0000000..a200be7
Binary files /dev/null and b/src/Images/Cloud.jpg differ
diff --git a/src/Images/Corona.jpg b/src/Images/Corona.jpg
new file mode 100644
index 0000000..195ac8e
Binary files /dev/null and b/src/Images/Corona.jpg differ
diff --git a/src/Images/Cryptocurrency.jpg b/src/Images/Cryptocurrency.jpg
new file mode 100644
index 0000000..aa46f67
Binary files /dev/null and b/src/Images/Cryptocurrency.jpg differ
diff --git a/src/Images/Flowers.jpg b/src/Images/Flowers.jpg
new file mode 100644
index 0000000..5253cbd
Binary files /dev/null and b/src/Images/Flowers.jpg differ
diff --git a/src/Images/Food.jpg b/src/Images/Food.jpg
new file mode 100644
index 0000000..b45c058
Binary files /dev/null and b/src/Images/Food.jpg differ
diff --git a/src/Images/Movie.jpg b/src/Images/Movie.jpg
new file mode 100644
index 0000000..4e091e1
Binary files /dev/null and b/src/Images/Movie.jpg differ
diff --git a/src/Images/Pets.jpg b/src/Images/Pets.jpg
new file mode 100644
index 0000000..6876004
Binary files /dev/null and b/src/Images/Pets.jpg differ
diff --git a/src/Images/Quiz.jpg b/src/Images/Quiz.jpg
new file mode 100644
index 0000000..95e65d3
Binary files /dev/null and b/src/Images/Quiz.jpg differ
diff --git a/src/Images/Space.jpg b/src/Images/Space.jpg
new file mode 100644
index 0000000..f4631d2
Binary files /dev/null and b/src/Images/Space.jpg differ
diff --git a/src/components/HeroSection.jsx b/src/components/HeroSection.jsx
new file mode 100644
index 0000000..f1be622
--- /dev/null
+++ b/src/components/HeroSection.jsx
@@ -0,0 +1,21 @@
+
+import React from 'react';
+
+
+const HeroSection = ({ image, title, subtitle }) => {
+ return (
+
+
+
+
{title}
+ {subtitle &&
{subtitle}
}
+
+
+
+ );
+};
+
+export default HeroSection;
diff --git a/src/pages/Covid.jsx b/src/pages/Covid.jsx
index f4959d4..59695c1 100644
--- a/src/pages/Covid.jsx
+++ b/src/pages/Covid.jsx
@@ -22,6 +22,8 @@ import Loading from '../components/Loading.jsx';
import ErrorMessage from '../components/ErrorMessage.jsx';
import Card from '../components/Card.jsx';
import CountryTrendChart from '../components/CountryTrendChart.jsx';
+import HeroSection from '../components/HeroSection';
+import Corona from '../Images/Corona.jpg';
export default function Covid() {
const [summary, setSummary] = useState(null);
@@ -69,7 +71,17 @@ export default function Covid() {
);
return (
+
+
+ COVID-19 Tracker
+ >
+ }
+ subtitle="Stay informed with the latest COVID-19 stats worldwide."
+/>
COVID-19 Tracker