diff --git a/gatsby-config.js b/gatsby-config.js
index dceca95..9224ba7 100644
--- a/gatsby-config.js
+++ b/gatsby-config.js
@@ -1,8 +1,8 @@
module.exports = {
siteMetadata: {
- title: 'Iteck',
- description: 'Iteck - Multi-Purpose React.js Gatsby Template',
- author: 'ThemesCamp'
+ title: 'RootXwire',
+ description: 'RootXwire - Multi-Purpose React.js Gatsby Template',
+ author: 'RootXwire'
},
plugins: [
'gatsby-plugin-resolve-src',
diff --git a/src/pages/page-services-5/index.jsx b/src/pages/page-services-5/index.jsx
index f0b0a3b..7efc619 100644
--- a/src/pages/page-services-5/index.jsx
+++ b/src/pages/page-services-5/index.jsx
@@ -11,7 +11,9 @@ import Services from 'components/Saas/Services';
import About from 'components/Saas/About';
import Testimonials from 'components/Saas/Testimonials';
import Pricing from 'components/Saas/Pricing';
-import Footer from 'components/software/Footer';
+// import Footer from 'components/software/Footer';
+import Footer from '../../components/software/Footer'; // Adjust the relative path as needed
+
const PageServices5 = () => {
const navbarRef = useRef(null);
@@ -31,7 +33,7 @@ const PageServices5 = () => {
{/* */}
{/* */}
-
+
)
}