diff --git a/src/lib/content/defaults.ts b/src/lib/content/defaults.ts index 94ee472..be41bcc 100644 --- a/src/lib/content/defaults.ts +++ b/src/lib/content/defaults.ts @@ -125,6 +125,7 @@ export const DEFAULT_SLOTS: CopySlot[] = [ { id: 'testi.kicker', section: 'Testimonials', label: 'Kicker', kind: 'inline', value: 'Cosa dicono di me' }, { id: 'testi.title', section: 'Testimonials', label: 'Title', kind: 'inline', value: 'I miei ospiti parlano.' }, { id: 'testi.sub', section: 'Testimonials', label: 'Subtitle', kind: 'inline', value: 'Non solo clienti — una vera famiglia pelosa.' }, + { id: 'testo.btn', section: 'Testimonials', label: 'Button', kind: 'inline', value: 'TEST RECENSIONI' }, { id: 'contact.headline', section: 'Contact', label: 'Headline', kind: 'inline', value: 'Affida il tuo cane a chi lo vive davvero.' }, { id: 'contact.form_title', section: 'Contact', label: 'Form — title', kind: 'inline', value: 'Scrivimi ora' }, diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 04f04b7..7bb7abf 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -304,6 +304,9 @@ {/each} +