diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index bd9ceb0..74dd464 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -40,7 +40,7 @@ export default function AboutPage() {
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
- { label: "Email", href: "mailto:info@carlobrioschi.it" },
+ { label: "Email", href: "mailto:info@brioschi.it" },
],
},
];
@@ -60,7 +60,7 @@ export default function AboutPage() {
>
);
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index f421178..41c6220 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -36,7 +36,7 @@ export default function ContactPage() {
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
- { label: "Email", href: "mailto:info@carlobrioschi.it" },
+ { label: "Email", href: "mailto:info@brioschi.it" },
],
},
];
@@ -57,7 +57,7 @@ export default function ContactPage() {
{/* Navbar */}
@@ -207,7 +207,7 @@ export default function ContactPage() {
{/* Footer */}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9997f5a..ac4e1fd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -44,7 +44,7 @@ export default function HomePage() {
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
- { label: "Email", href: "mailto:info@carlobrioschi.it" },
+ { label: "Email", href: "mailto:info@brioschi.it" },
],
},
];
@@ -64,7 +64,7 @@ export default function HomePage() {
>
);
diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx
index d2a131f..0b48cb5 100644
--- a/src/app/projects/page.tsx
+++ b/src/app/projects/page.tsx
@@ -23,7 +23,7 @@ export default function ProjectsPage() {
>
@@ -83,7 +83,7 @@ export default function ProjectsPage() {