4 Commits

Author SHA1 Message Date
d06f62533b Update src/app/page.tsx 2026-04-07 15:30:54 +00:00
30e4ad0bd8 Merge version_6 into main
Merge version_6 into main
2026-04-07 15:29:46 +00:00
c95676c4dd Update src/app/page.tsx 2026-04-07 15:29:43 +00:00
570562e82e Merge version_5 into main
Merge version_5 into main
2026-04-07 15:28:51 +00:00

View File

@@ -180,14 +180,14 @@ export default function LandingPage() {
columns={[
{
title: "Social", items: [
{ label: "Instagram", href: "#" },
{ label: "Instagram", href: "https://www.instagram.com/frisoer.citysalon.herning?fbclid=IwY2xjawRCAklleHRuA2FlbQIxMABicmlkETFLRmM2QnJadE9pMW5zUDVVc3J0YwZhcHBfaWQQMjIyMDM5MTc4ODIwMDg5MgABHgZgmYcfYol4947-d1bG25MSA2PNmbH6JJS94ahoCVnWSzesWyzegTvtJjzi_aem_jAMcC-9yHvPciNKLmtvSZw" },
{ label: "Facebook", href: "https://www.facebook.com/cityhair.salon/" }
]
},
{
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" }
]
}
]}