gatsby config change
This commit is contained in:
@ -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 = () => {
|
||||
{/* <Testimonials /> */}
|
||||
{/* <Pricing /> */}
|
||||
</main>
|
||||
<Footer noWave />
|
||||
<Footer />
|
||||
</MainLayout>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user