From c51aa30fc59f75b1f753750357a62544e8a27d54 Mon Sep 17 00:00:00 2001 From: Carlo Scaglione Date: Tue, 21 Apr 2026 00:07:17 +0200 Subject: [PATCH] chore(content): update default stats and footer copy - Updated happy clients to 130+ - Updated copyright year to 2026 - Removed terms and conditions link from footer --- .gittea/ToDo.md | 3 +++ .gittea/readme.md | 0 src/lib/content/defaults.ts | 5 ++--- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .gittea/ToDo.md create mode 100644 .gittea/readme.md diff --git a/.gittea/ToDo.md b/.gittea/ToDo.md new file mode 100644 index 0000000..7fbe455 --- /dev/null +++ b/.gittea/ToDo.md @@ -0,0 +1,3 @@ +# ToDo +- [ ] Fixare la lentezza del caricamento pagine +- [ ] Scrivere un readme \ No newline at end of file diff --git a/.gittea/readme.md b/.gittea/readme.md new file mode 100644 index 0000000..e69de29 diff --git a/src/lib/content/defaults.ts b/src/lib/content/defaults.ts index 55380c3..4a749b7 100644 --- a/src/lib/content/defaults.ts +++ b/src/lib/content/defaults.ts @@ -118,7 +118,7 @@ export const DEFAULT_SLOTS: CopySlot[] = [ { id: 'dogwash.cta', section: 'DogWash', label: 'CTA', kind: 'inline', value: 'Trova la postazione più vicina' }, { id: 'dogwash.community', section: 'DogWash', label: 'Community note', kind: 'inline', value: 'Un progetto nato dal cuore di Sassari.' }, - { id: 'testi.stats1_num', section: 'Testimonials', label: 'Stat 1 — value', kind: 'inline', value: '100+' }, + { id: 'testi.stats1_num', section: 'Testimonials', label: 'Stat 1 — value', kind: 'inline', value: '130+' }, { id: 'testi.stats1_label', section: 'Testimonials', label: 'Stat 1 — label', kind: 'inline', value: 'Clienti Felici' }, { id: 'testi.stats2_num', section: 'Testimonials', label: 'Stat 2 — value', kind: 'inline', value: '2018' }, { id: 'testi.stats2_label', section: 'Testimonials', label: 'Stat 2 — label', kind: 'inline', value: 'Anno di inizio' }, @@ -157,8 +157,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 4', kind: 'inline', value: 'Termini e Condizioni' }, - { id: 'footer.copyright', section: 'Footer', label: 'Copyright', kind: 'inline', value: '© 2024 Giampy Dog Service — Sassari, Sardegna' }, + { 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' } ];