From e9d94386704ab66553caf5c1f77412ed4dfef097 Mon Sep 17 00:00:00 2001 From: Dhanraj Date: Sun, 7 Jul 2024 15:17:04 +0530 Subject: [PATCH] gatsby config change --- gatsby-config.js | 6 +++--- src/pages/page-services-5/index.jsx | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) 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 = () => { {/* */} {/* */} -