okok
This commit is contained in:
parent
4413a0b99b
commit
ca3eea27d9
@ -19,7 +19,6 @@ import { InferGetStaticPropsType } from 'next'
|
||||
import { Meta } from '~/components/common/meta'
|
||||
import { PageLayout } from '~/components/layout/page'
|
||||
import WhatOthersSay from '~/components/sections/homepage/what-others-say'
|
||||
import Contact from '~/components/sections/partners/contact'
|
||||
import Hero from '~/components/sections/partners/hero'
|
||||
import Opportunities from '~/components/sections/partners/opportunities'
|
||||
import { FooterQuery } from '~/lib/cms/queries/footer'
|
||||
@ -55,7 +54,6 @@ export const getStaticProps = async () => {
|
||||
othersData,
|
||||
testimonialsData,
|
||||
heroData,
|
||||
contactData,
|
||||
optData,
|
||||
footerData,
|
||||
headerData
|
||||
@ -73,7 +71,6 @@ export const getStaticProps = async () => {
|
||||
othersData: othersData?.homePage,
|
||||
testimonialsData: testimonialsData?.allTestimonials,
|
||||
heroData: heroData?.partnersPage,
|
||||
contactData: contactData?.partnersPage,
|
||||
optData: optData?.partnersPage,
|
||||
footerData: footerData?.footer,
|
||||
headerData: headerData?.header,
|
||||
@ -95,7 +92,6 @@ const Careers = ({
|
||||
othersData,
|
||||
testimonialsData,
|
||||
heroData,
|
||||
contactData,
|
||||
optData,
|
||||
footerData,
|
||||
headerData
|
||||
@ -105,7 +101,6 @@ const Careers = ({
|
||||
<Meta title="Partners | Laconic Network" />
|
||||
<Hero data={heroData} />
|
||||
<Opportunities data={optData} />
|
||||
<Contact data={contactData} />
|
||||
<WhatOthersSay data={othersData} testimonialsData={testimonialsData} />
|
||||
</PageLayout>
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user