setOpen(!open)} className="my-4">
{" "}
Home
@@ -59,6 +60,7 @@ const Header = () => {
+
>
);
};
diff --git a/src/index.jsx b/src/index.jsx
index 6aea823..f83f269 100644
--- a/src/index.jsx
+++ b/src/index.jsx
@@ -1,6 +1,7 @@
import Logo from "./components/logo";
import Header from "./header";
import Footer from "./footer";
+import SiteMap from "./sitemap";
import herobg from "./assets/hero_image.png";
import blur_light from "./assets/blur_light.png";
@@ -10,7 +11,6 @@ import Projects from "./projects";
import Testimonial from "./testimonial";
import Faqs from "./faqs";
import Contact from "./contact";
-
import { BsApple } from "react-icons/bs";
import { IoLogoGooglePlaystore } from "react-icons/io5";
@@ -32,8 +32,7 @@ const Page = () => {
id="home"
className="bg-darkest md:h-fit lg:h-screen py-4 px-3 md:px-8 lg:px-24 text-white"
>
-
-
+
{
Available Now
@@ -229,6 +228,7 @@ const Page = () => {
+ {/* */}
);
diff --git a/src/main.jsx b/src/main.jsx
index 5cc5991..30c8c6f 100644
--- a/src/main.jsx
+++ b/src/main.jsx
@@ -1,10 +1,13 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
+import { BrowserRouter as Router} from 'react-router-dom';
import App from './App'
import './index.css'
ReactDOM.createRoot(document.getElementById('root')).render(
-
+
+
+
,
)
diff --git a/src/sitemap.jsx b/src/sitemap.jsx
new file mode 100644
index 0000000..c317357
--- /dev/null
+++ b/src/sitemap.jsx
@@ -0,0 +1,18 @@
+const SiteMap = () => {
+ return(
+ <>
+
+
+ https://www.africartz.com/
+ 2023-04-22T15:09:12+00:00
+
+
+ >
+ )
+}
+
+export default SiteMap;
\ No newline at end of file
diff --git a/src/sitemap.xml b/src/sitemap.xml
new file mode 100644
index 0000000..d9ae55e
--- /dev/null
+++ b/src/sitemap.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+ https://www.africartz.com/
+ 2023-04-22T15:09:12+00:00
+
+
+
+
\ No newline at end of file