gatsby config change
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
siteMetadata: {
|
siteMetadata: {
|
||||||
title: 'Iteck',
|
title: 'RootXwire',
|
||||||
description: 'Iteck - Multi-Purpose React.js Gatsby Template',
|
description: 'RootXwire - Multi-Purpose React.js Gatsby Template',
|
||||||
author: 'ThemesCamp'
|
author: 'RootXwire'
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
'gatsby-plugin-resolve-src',
|
'gatsby-plugin-resolve-src',
|
||||||
|
|||||||
@ -11,7 +11,9 @@ import Services from 'components/Saas/Services';
|
|||||||
import About from 'components/Saas/About';
|
import About from 'components/Saas/About';
|
||||||
import Testimonials from 'components/Saas/Testimonials';
|
import Testimonials from 'components/Saas/Testimonials';
|
||||||
import Pricing from 'components/Saas/Pricing';
|
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 PageServices5 = () => {
|
||||||
const navbarRef = useRef(null);
|
const navbarRef = useRef(null);
|
||||||
@ -31,7 +33,7 @@ const PageServices5 = () => {
|
|||||||
{/* <Testimonials /> */}
|
{/* <Testimonials /> */}
|
||||||
{/* <Pricing /> */}
|
{/* <Pricing /> */}
|
||||||
</main>
|
</main>
|
||||||
<Footer noWave />
|
<Footer />
|
||||||
</MainLayout>
|
</MainLayout>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user