Improve public pages

This commit is contained in:
Urtzi Alfaro
2025-10-17 18:14:28 +02:00
parent d4060962e4
commit 7e089b80cf
46 changed files with 5734 additions and 1084 deletions

View File

@@ -5,4 +5,11 @@ export { default as DemoPage } from './DemoPage';
export { default as PrivacyPolicyPage } from './PrivacyPolicyPage';
export { default as TermsOfServicePage } from './TermsOfServicePage';
export { default as CookiePolicyPage } from './CookiePolicyPage';
export { default as CookiePreferencesPage } from './CookiePreferencesPage';
export { default as CookiePreferencesPage } from './CookiePreferencesPage';
export { default as BlogPage } from './BlogPage';
export { default as AboutPage } from './AboutPage';
export { default as CareersPage } from './CareersPage';
export { default as HelpCenterPage } from './HelpCenterPage';
export { default as DocumentationPage } from './DocumentationPage';
export { default as ContactPage } from './ContactPage';
export { default as FeedbackPage } from './FeedbackPage';