feat: rinomina sezione Programmi in Servizi (route, tag, migrazione DB)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-05 20:23:48 +02:00
parent c975dcac12
commit 8ceea9b16f
20 changed files with 226 additions and 118 deletions
+8 -8
View File
@@ -13,7 +13,7 @@ export const site = {
navigation: [
{ label: "Insanitylab", href: "/about" },
{ label: "Training", href: "/training" },
{ label: "Programmi", href: "/programs" },
{ label: "Servizi", href: "/services" },
{ label: "Blog & Edugo", href: "/blog" },
{ label: "Contatti", href: "/contact" },
],
@@ -23,12 +23,12 @@ export const site = {
{ label: "Performance class", href: "/training#performance-class" },
{ label: "Fit remote", href: "/training#fit-remote" },
],
footerPrograms: [
{ label: "Personal Training", href: "/programs/personal-training" },
{ label: "Performance Class", href: "/programs/performance-class" },
{ label: "Coaching", href: "/programs/coaching" },
{ label: "Rehab", href: "/programs/rehab" },
{ label: "Pilates Flow", href: "/programs/pilates-flow" },
{ label: "Nutrizione", href: "/programs/nutrition" },
footerServices: [
{ label: "Personal Training", href: "/services/personal-training" },
{ label: "Performance Class", href: "/services/performance-class" },
{ label: "Coaching", href: "/services/coaching" },
{ label: "Rehab", href: "/services/rehab" },
{ label: "Pilates Flow", href: "/services/pilates-flow" },
{ label: "Nutrizione", href: "/services/nutrition" },
],
};