diff --git a/src/components/Header.astro b/src/components/Header.astro index 0d7a700..a00589d 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -3,10 +3,10 @@ import Logo from '../components/Logo.astro'; const navItems = [ { linkText: 'Home', href: '/' }, - { linkText: 'Revalidation', href: '/revalidation' }, - { linkText: 'Image CDN', href: '/image-cdn' }, - { linkText: 'Edge Function', href: '/edge' }, - { linkText: 'Blobs', href: '/blobs' } + { linkText: 'Saldi', href: '/revalidation' }, + { linkText: 'Bomboniere', href: '/image-cdn' }, + { linkText: 'Personalizza', href: '/edge' }, + { linkText: 'Contatti', href: '/blobs' } ]; ---