import Page from 'shared/components/wrappers/page.js' import useApp from 'site/hooks/useApp.js' import Logo from 'shared/components/logos/freesewing.js' import Popout from 'shared/components/popout.js' export default (props) => { const app = useApp() return ( Create a homepage

Support FreeSewing

FreeSewing is fuelled by a voluntary subscription model

If you think what we do is worthwhile, and if you can spare a few coins each month without hardship, please support our work

Become a Patron

) }