diff --git a/src/app/page.tsx b/src/app/page.tsx index 3429760..b93ac93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -187,7 +187,7 @@ export default function LandingPage() { { title: "Kontakt", items: [ { label: "City Salon", href: "#" }, - { label: "info@citysalon.dk", href: "mailto:info@citysalon.dk" } + { label: "citysalon2003@outlook.dk", href: "mailto:citysalon2003@outlook.dk" } ] } ]} @@ -196,4 +196,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}