| { | { | ||||
| "name": "frontend", | "name": "frontend", | ||||
| "version": "2.0.0", | |||||
| "version": "2.0.1", | |||||
| "private": true, | "private": true, | ||||
| "dependencies": { | "dependencies": { | ||||
| "@faceless-ui/slider": "^1.1.14", | "@faceless-ui/slider": "^1.1.14", |
| }) => { | }) => { | ||||
| const linkTo = useNavigate(); | const linkTo = useNavigate(); | ||||
| console.log(card); | |||||
| //(card); | |||||
| const changeContext = value => { | const changeContext = value => { | ||||
| setJobForm({ | setJobForm({ |
| linkTo(link); | linkTo(link); | ||||
| }; | }; | ||||
| console.log(text); | |||||
| //console.log(text); | |||||
| return ( | return ( | ||||
| <div className="action-card px-64p py-72p flex flex-col justify-center items-center gap-48p"> | <div className="action-card px-64p py-72p flex flex-col justify-center items-center gap-48p"> | ||||
| <h2 className="heading text-center">{title}</h2> | <h2 className="heading text-center">{title}</h2> |
| const [{ data, isLoading, isError }, doFetch] = useFetchCollections(strapi); | const [{ data, isLoading, isError }, doFetch] = useFetchCollections(strapi); | ||||
| console.log(data); | |||||
| //console.log(data); | |||||
| if (isLoading) { | if (isLoading) { | ||||
| return ( | return ( |
| const PortfolioCardNew = ({ data }) => { | const PortfolioCardNew = ({ data }) => { | ||||
| console.log(data); | |||||
| //console.log(data); | |||||
| return ( | return ( | ||||
| <Fragment> | <Fragment> |
| /> | /> | ||||
| <meta property="og:description" content={seo.metaSocial[0]?.description} /> | <meta property="og:description" content={seo.metaSocial[0]?.description} /> | ||||
| <meta property="twitter:title" content={seo.metaSocial[1]?.title} /> | <meta property="twitter:title" content={seo.metaSocial[1]?.title} /> | ||||
| <meta | |||||
| property="twitter:image" | |||||
| content={`${api_url}${seo.metaSocial[1]?.image?.data?.attributes?.url}`} | |||||
| /> | |||||
| {seo.metaSocial[1]?.image?.data && ( | |||||
| <meta | |||||
| property="twitter:image" | |||||
| content={`${api_url}${seo.metaSocial[1]?.image?.data?.attributes?.url}`} | |||||
| /> | |||||
| )} | |||||
| <meta | <meta | ||||
| property="twitter:description" | property="twitter:description" | ||||
| content={seo.metaSocial[1]?.description} | content={seo.metaSocial[1]?.description} |
| //import FormSwitch from '../components/shared/FormSwitch'; | //import FormSwitch from '../components/shared/FormSwitch'; | ||||
| import PageHeading from './../components/shared/PageHeading'; | import PageHeading from './../components/shared/PageHeading'; | ||||
| import SocialNetworks from '../components/shared/SocialNetworks'; | |||||
| import Contact from '../components/shared/Contact'; | import Contact from '../components/shared/Contact'; | ||||
| import BlogSection from '../components/BlogSection'; | import BlogSection from '../components/BlogSection'; | ||||
| import WhyUsCard from '../components/WhyUsCard'; | import WhyUsCard from '../components/WhyUsCard'; |