feat: dati statici contenuti da design Figma

This commit is contained in:
2026-07-02 00:42:01 +02:00
parent 6caba6fee1
commit 50ce224d11
8 changed files with 236 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
export const site = {
name: "InsanityLab",
phone: "351 7535977",
email: "info@insanitylab.it",
address: "Via Leandro Alberti, 76",
cityLine: "40139 Bologna",
hours: ["Lun Ven 6.00 21.00", "Sab 8.00 19.00 · Dom chiuso"],
socials: [
{ label: "Instagram", url: "https://www.instagram.com/insanitylab" },
{ label: "Facebook", url: "https://www.facebook.com/insanitylab" },
{ label: "LinkedIn", url: "https://www.linkedin.com/company/insanitylab" },
],
navigation: [
{ label: "Insanitylab", href: "/about" },
{ label: "Training", href: "/training" },
{ label: "Programmi", href: "/programs" },
{ label: "Blog & Edugo", href: "/blog" },
{ label: "Contatti", href: "/contact" },
],
footerTraining: [
{ label: "One to one", href: "/training#one-to-one" },
{ label: "Small groups", href: "/training#small-groups" },
{ 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" },
],
};