diff --git a/sites/org/pages/index.mjs b/sites/org/pages/index.mjs index 35e0e966d13..448909dccd5 100644 --- a/sites/org/pages/index.mjs +++ b/sites/org/pages/index.mjs @@ -28,8 +28,9 @@ import { SignUp, ns as susiNs } from 'shared/components/susi/sign-up.mjs' import { PleaseSubscribe, ns as subNs } from 'shared/components/patrons/please-subscribe.mjs' import { CardLink } from 'shared/components/link.mjs' import { ns as nlNs } from 'shared/components/newsletter/index.mjs' +import { Popout, ns as popoutNs } from 'shared/components/popout/index.mjs' -const ns = nsMerge(pageNs, subNs, susiNs, nlNs, 'homepage') +const ns = nsMerge(pageNs, subNs, susiNs, nlNs, 'homepage', popoutNs) const Card = ({ bg = 'bg-base-200', textColor = 'text-base-content', title, children, icon }) => (
@@ -70,6 +71,17 @@ const HomePage = ({ page }) => { FreeSewing

{t('homepage:freePatterns')}

+
+ +
Everything is new, some things are broken
+

+ Hello there +
+ This is the new freesewing.org website. It is still a work in progress so if it + breaks, you get to keep the pieces. +

+
+