diff --git a/pwa/public/landing-bg.jpeg b/pwa/public/landing-bg.jpeg new file mode 100644 index 0000000..261f4ed Binary files /dev/null and b/pwa/public/landing-bg.jpeg differ diff --git a/pwa/public/landing-bg.webp b/pwa/public/landing-bg.webp new file mode 100644 index 0000000..95b7da3 Binary files /dev/null and b/pwa/public/landing-bg.webp differ diff --git a/pwa/src/components/AuthenticatedLayout.tsx b/pwa/src/components/AuthenticatedLayout.tsx new file mode 100644 index 0000000..f02cd1a --- /dev/null +++ b/pwa/src/components/AuthenticatedLayout.tsx @@ -0,0 +1,13 @@ +import { Outlet } from 'react-router-dom' +import LandingHeader from './LandingHeader' + +export default function AuthenticatedLayout() { + return ( +
{t('legal.privacy.lastUpdated')}
+ +{t('legal.privacy.sections.1.content')}
+ +{t('legal.privacy.sections.2.content')}
+ +{t('legal.privacy.sections.3.content')}
+ +{t('legal.privacy.sections.4.content')}
+ +{t('legal.privacy.sections.5.content')}
+{t('legal.terms.lastUpdated')}
+ +{t('legal.terms.sections.1.content')}
+ +{t('legal.terms.sections.2.content')}
+ +{t('legal.terms.sections.3.content')}
+ +{t('legal.terms.sections.4.content')}
+ +{t('legal.terms.sections.5.content')}
+{getTranslatedText(skill.description)}
+{getTranslatedText(perk.description)}
+