Aggiunta privacy policy e cookies policy

This commit is contained in:
2026-06-04 00:09:05 +02:00
parent 0f7f7cb545
commit 1e4bb0e560
5 changed files with 25 additions and 23 deletions
+1
View File
@@ -158,6 +158,7 @@ export const DEFAULT_SLOTS: CopySlot[] = [
{ id: 'footer.col2_l1', section: 'Footer', label: 'Column 2 — link 1', kind: 'inline', value: 'Chi Sono' },
{ id: 'footer.col2_l2', section: 'Footer', label: 'Column 2 — link 2', kind: 'inline', value: 'Testimonianze' },
{ id: 'footer.col2_l3', section: 'Footer', label: 'Column 2 — link 3', kind: 'inline', value: 'Privacy Policy' },
{ id: 'footer.col2_l4', section: 'Footer', label: 'Column 2 — link 3', kind: 'inline', value: 'Cookie Policy' },
{ id: 'footer.copyright', section: 'Footer', label: 'Copyright', kind: 'inline', value: '© 2026 Giampy Dog Service — Sassari, Sardegna' },
{ id: 'footer.powered', section: 'Footer', label: 'Powered by', kind: 'inline', value: 'Powered by' }
];